|
| 1 | + |
| 2 | +RMASK IS 16711680 |
| 3 | +GMASK IS 65280 |
| 4 | +BMASK IS 255 |
| 5 | +AMASK IS 0 |
| 6 | +RSHIFT IS 16 |
| 7 | +GSHIFT IS 8 |
| 8 | +BSHIFT IS 0 |
| 9 | +ASHIFT IS 0 |
| 10 | + |
| 11 | +Version string: |
| 12 | +1.0 TinyGLv1.0 Compiled using GCC 12.2.0 |
| 13 | +Vendor string: |
| 14 | +Fabrice Bellard, Gek, and the C-Chads |
| 15 | +Renderer string: |
| 16 | +TinyGL |
| 17 | +Extensions string: |
| 18 | +TGL_TEXTURE TGL_SMOOTHSHADING TGL_LIGHTING TGL_OPTIMIZATION_HINT_BRANCH_COST=2 TGL_FEATURE_ARRAYS TGL_FEATURE_DISPLAYLISTS TGL_FEATURE_OPTIMIZED_TEXTURE_ACCESS TGL_FEATURE_TEXTURE_POW2=8 TGL_FEATURE_LIT_TEXTURES TGL_FEATURE_BLEND TGL_FEATURE_32_BITS TGL_FEATURE_TINYGL_RUNTIME_COMPAT_TEST TGL_FEATURE_MULTI_THREADED TGL_FEATURE_MULTI_THREADED_POST_PROCESS TGL_FEATURE_MULTITHREADED_DRAWPIXELS TGL_FEATURE_MULTITHREADED_COPY_TEXIMAGE_2D TGL_BUFFER_EXT TGL_SOFTWARE_ACCELERATED |
| 19 | +License string: |
| 20 | +Copyright notice: |
| 21 | + |
| 22 | + (C) 1997-2021 Fabrice Bellard, Gek (DMHSW), C-Chads |
| 23 | + |
| 24 | + This software is provided 'as-is', without any express or implied |
| 25 | + warranty. In no event will the authors be held liable for any damages |
| 26 | + arising from the use of this software. |
| 27 | + |
| 28 | + Permission is granted to anyone to use this software for any purpose, |
| 29 | + including commercial applications, and to alter it and redistribute it |
| 30 | + freely, subject to the following restrictions: |
| 31 | + |
| 32 | + 1. The origin of this software must not be misrepresented; you must not |
| 33 | + claim that you wrote the original software. If you use this software |
| 34 | + in a product, an acknowledgment in the product and its documentation |
| 35 | + *is* required. |
| 36 | + 2. Altered source versions must be plainly marked as such, and must not be |
| 37 | + misrepresented as being the original software. |
| 38 | + 3. This notice may not be removed or altered from any source distribution. |
| 39 | + |
| 40 | +If you redistribute modified sources, I would appreciate that you |
| 41 | +include in the files history information documenting your changes.99 frames in 5.010000 secs, 19.760479 frames per second. |
| 42 | +25 frames in 1.275000 secs, 19.607843 frames per second. |
0 commit comments