Age | Commit message (Expand) | Author |
2005-02-14 | Simple test for GL_MESA_pack_invert. | Ian Romanick |
2005-02-09 | Simple test for ARB_texture_env_crossbar functionality. It is difficult | Ian Romanick |
2005-01-31 | makefile update (readtex, showbuffer) | Daniel Borca |
2005-01-29 | added osmesa16 stuff | Brian Paul |
2005-01-29 | assorted fixes | Brian Paul |
2005-01-29 | added missing glFinish() | Brian Paul |
2005-01-24 | reenable some assertions | Brian Paul |
2005-01-19 | added texobjshare.c | Brian Paul |
2005-01-19 | test program for texture sharing, deleting, etc | Brian Paul |
2005-01-19 | glVertex* is the provoking "cmd" (that is, by the time of glVertex*, we must ... | Daniel Borca |
2005-01-17 | fix some weirdness accidentally checked in in the past | Brian Paul |
2005-01-17 | since we've already messed up this one, let we do it further and make it look... | Daniel Borca |
2005-01-17 | remove trailing slash from TOP definition | Daniel Borca |
2005-01-12 | new test to exercise context and window create/delete | Keith Whitwell |
2005-01-11 | VMS updates from Jouk Jansen | Brian Paul |
2005-01-10 | remove a debug line | Brian Paul |
2005-01-10 | tweak output formattting, fixed uninitialized var error | Brian Paul |
2005-01-09 | minor readtex fixes | Brian Paul |
2005-01-09 | improved animation rate | Brian Paul |
2005-01-09 | rotate at fixed rate, changed fire effect (Marcelo Magallon) | Brian Paul |
2005-01-09 | rotate at fixed rate (Marcelo Magallon) | Brian Paul |
2005-01-09 | use #ifdef to test for extension | Brian Paul |
2005-01-09 | include readtex.h | Brian Paul |
2005-01-09 | better animate rate (Marcelo Magallon) | Brian Paul |
2005-01-09 | some new/improved rules | Brian Paul |
2005-01-09 | include readtex.h instead of readtex.c | Brian Paul |
2005-01-09 | include readtex.h instead of readtex.c (Marcello Magallon) | Brian Paul |
2005-01-09 | Add #ifdefs for extension testing (Marcello Magallon) | Brian Paul |
2005-01-09 | animation rate patch (Marcello Magallon) | Brian Paul |
2005-01-09 | rotate at a reasonable rate | Brian Paul |
2005-01-08 | compute reasonable animate rate (Marcelo Magallon) | Brian Paul |
2005-01-08 | fix-up rules for sphere demo, which uses readtex utility | Brian Paul |
2005-01-07 | added GetAllFBConfigs() | Brian Paul |
2005-01-06 | New GetAllFBConfigs() function. Some FBConfigs weren't reported before. | Brian Paul |
2005-01-06 | Redraw on keypress, as apparently intended. | Keith Whitwell |
2005-01-04 | Use the GLX 1.3 pbuffer/fbconfig functions in preference to the SGIX ones. | Brian Paul |
2004-12-20 | Add a -fullscreen option | Keith Whitwell |
2004-12-15 | updated makefiles for gcc 3.4.3 and bnu 2.15 | Daniel Borca |
2004-12-15 | s/DP3/DP3_SAT/ to prevent negative values | Brian Paul |
2004-12-12 | removed unused visInfo var | Brian Paul |
2004-12-10 | Fix a couple of glitches | Keith Whitwell |
2004-12-08 | Improve the behaviour of the build system wrt depend files. | Keith Whitwell |
2004-12-08 | Demonstrate using a color matrix for yuv-to-rgb conversion at texture | Keith Whitwell |
2004-12-01 | Prevent possible divide-by-zero error. | Ian Romanick |
2004-11-30 | EXT_422_pixels test | Keith Whitwell |
2004-11-27 | silence warnings | Brian Paul |
2004-11-26 | (GLint*) casts in glGetIntegerv calls | Brian Paul |
2004-11-10 | allow specifying image file on command line | Brian Paul |
2004-11-04 | Add EXT_stencil_wrap test that doesn't depend on stencil read-back | Ian Romanick |
2004-10-31 | unbind GL_PIXEL_UNPACK_BUFFER_EXT before calling glBitmap! | Brian Paul |