| Commit message (Expand) | Author | Age | Files | Lines |
* | demo / test progs | Brian Paul | 2005-04-22 | 3 | -0/+271 |
* | added wrappers/helpers for creating/destroying rendering contexts | Brian Paul | 2005-04-06 | 2 | -1/+45 |
* | changed implementation of GetAllFBConfigs() | Brian Paul | 2005-04-06 | 1 | -7/+4 |
* | Make glxgears_fbconfig compile and respect the DISPLAY setting. Add it | Ian Romanick | 2005-04-05 | 2 | -3/+11 |
* | s/Togle/Toggle/ | Brian Paul | 2005-04-04 | 7 | -35/+35 |
* | Add more formats to test. | Keith Whitwell | 2005-03-22 | 1 | -2/+19 |
* | If setting GL_PACK_INVERT_MESA results in a GL error, log it. | Ian Romanick | 2005-03-14 | 1 | -0/+15 |
* | use girl2.rgb by default | Dave Airlie | 2005-02-26 | 1 | -1/+1 |
* | Add glXAllocateMemoryMESA demo app using ycbcr... | Dave Airlie | 2005-02-26 | 3 | -1/+328 |
* | Simple test for GL_MESA_pack_invert. | Ian Romanick | 2005-02-14 | 2 | -0/+187 |
* | Simple test for ARB_texture_env_crossbar functionality. It is difficult | Ian Romanick | 2005-02-09 | 2 | -0/+236 |
* | makefile update (readtex, showbuffer) | Daniel Borca | 2005-01-31 | 2 | -8/+10 |
* | added osmesa16 stuff | Brian Paul | 2005-01-29 | 1 | -0/+6 |
* | assorted fixes | Brian Paul | 2005-01-29 | 2 | -18/+35 |
* | added missing glFinish() | Brian Paul | 2005-01-29 | 2 | -0/+10 |
* | reenable some assertions | Brian Paul | 2005-01-24 | 1 | -2/+2 |
* | added texobjshare.c | Brian Paul | 2005-01-19 | 1 | -0/+1 |
* | test program for texture sharing, deleting, etc | Brian Paul | 2005-01-19 | 1 | -0/+219 |
* | glVertex* is the provoking "cmd" (that is, by the time of glVertex*, we must ... | Daniel Borca | 2005-01-19 | 1 | -0/+14 |
* | fix some weirdness accidentally checked in in the past | Brian Paul | 2005-01-17 | 1 | -2/+2 |
* | since we've already messed up this one, let we do it further and make it look... | Daniel Borca | 2005-01-17 | 1 | -2/+2 |
* | remove trailing slash from TOP definition | Daniel Borca | 2005-01-17 | 1 | -1/+1 |
* | new test to exercise context and window create/delete | Keith Whitwell | 2005-01-12 | 2 | -0/+610 |
* | VMS updates from Jouk Jansen | Brian Paul | 2005-01-11 | 2 | -5/+53 |
* | remove a debug line | Brian Paul | 2005-01-10 | 1 | -1/+0 |
* | tweak output formattting, fixed uninitialized var error | Brian Paul | 2005-01-10 | 2 | -46/+48 |
* | minor readtex fixes | Brian Paul | 2005-01-09 | 1 | -5/+5 |
* | improved animation rate | Brian Paul | 2005-01-09 | 1 | -20/+29 |
* | rotate at fixed rate, changed fire effect (Marcelo Magallon) | Brian Paul | 2005-01-09 | 1 | -8/+15 |
* | rotate at fixed rate (Marcelo Magallon) | Brian Paul | 2005-01-09 | 1 | -2/+9 |
* | use #ifdef to test for extension | Brian Paul | 2005-01-09 | 1 | -0/+6 |
* | include readtex.h | Brian Paul | 2005-01-09 | 5 | -4/+6 |
* | better animate rate (Marcelo Magallon) | Brian Paul | 2005-01-09 | 17 | -77/+177 |
* | some new/improved rules | Brian Paul | 2005-01-09 | 1 | -11/+38 |
* | include readtex.h instead of readtex.c | Brian Paul | 2005-01-09 | 5 | -5/+5 |
* | include readtex.h instead of readtex.c (Marcello Magallon) | Brian Paul | 2005-01-09 | 2 | -2/+2 |
* | Add #ifdefs for extension testing (Marcello Magallon) | Brian Paul | 2005-01-09 | 3 | -0/+21 |
* | animation rate patch (Marcello Magallon) | Brian Paul | 2005-01-09 | 2 | -5/+28 |
* | rotate at a reasonable rate | Brian Paul | 2005-01-09 | 1 | -16/+27 |
* | compute reasonable animate rate (Marcelo Magallon) | Brian Paul | 2005-01-08 | 5 | -10/+75 |
* | fix-up rules for sphere demo, which uses readtex utility | Brian Paul | 2005-01-08 | 1 | -2/+17 |
* | added GetAllFBConfigs() | Brian Paul | 2005-01-07 | 1 | -0/+23 |
* | New GetAllFBConfigs() function. Some FBConfigs weren't reported before. | Brian Paul | 2005-01-06 | 2 | -23/+8 |
* | Redraw on keypress, as apparently intended. | Keith Whitwell | 2005-01-06 | 1 | -1/+1 |
* | Use the GLX 1.3 pbuffer/fbconfig functions in preference to the SGIX ones. | Brian Paul | 2005-01-04 | 4 | -145/+295 |
* | Add a -fullscreen option | Keith Whitwell | 2004-12-20 | 1 | -1/+12 |
* | updated makefiles for gcc 3.4.3 and bnu 2.15 | Daniel Borca | 2004-12-15 | 2 | -6/+6 |
* | s/DP3/DP3_SAT/ to prevent negative values | Brian Paul | 2004-12-15 | 2 | -2/+2 |
* | removed unused visInfo var | Brian Paul | 2004-12-12 | 1 | -3/+0 |
* | Fix a couple of glitches | Keith Whitwell | 2004-12-10 | 1 | -5/+6 |