summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Expand)AuthorFilesLines
2005-02-14Simple test for GL_MESA_pack_invert.Ian Romanick2-0/+187
2005-02-09Simple test for ARB_texture_env_crossbar functionality. It is difficultIan Romanick2-0/+236
2005-01-31makefile update (readtex, showbuffer)Daniel Borca2-8/+10
2005-01-29added osmesa16 stuffBrian Paul1-0/+6
2005-01-29assorted fixesBrian Paul2-18/+35
2005-01-29added missing glFinish()Brian Paul2-0/+10
2005-01-24reenable some assertionsBrian Paul1-2/+2
2005-01-19added texobjshare.cBrian Paul1-0/+1
2005-01-19test program for texture sharing, deleting, etcBrian Paul1-0/+219
2005-01-19glVertex* is the provoking "cmd" (that is, by the time of glVertex*, we must ...Daniel Borca1-0/+14
2005-01-17fix some weirdness accidentally checked in in the pastBrian Paul1-2/+2
2005-01-17since we've already messed up this one, let we do it further and make it look...Daniel Borca1-2/+2
2005-01-17remove trailing slash from TOP definitionDaniel Borca1-1/+1
2005-01-12new test to exercise context and window create/deleteKeith Whitwell2-0/+610
2005-01-11VMS updates from Jouk JansenBrian Paul2-5/+53
2005-01-10remove a debug lineBrian Paul1-1/+0
2005-01-10tweak output formattting, fixed uninitialized var errorBrian Paul2-46/+48
2005-01-09minor readtex fixesBrian Paul1-5/+5
2005-01-09improved animation rateBrian Paul1-20/+29
2005-01-09rotate at fixed rate, changed fire effect (Marcelo Magallon)Brian Paul1-8/+15
2005-01-09rotate at fixed rate (Marcelo Magallon)Brian Paul1-2/+9
2005-01-09use #ifdef to test for extensionBrian Paul1-0/+6
2005-01-09include readtex.hBrian Paul5-4/+6
2005-01-09better animate rate (Marcelo Magallon)Brian Paul17-77/+177
2005-01-09some new/improved rulesBrian Paul1-11/+38
2005-01-09include readtex.h instead of readtex.cBrian Paul5-5/+5
2005-01-09include readtex.h instead of readtex.c (Marcello Magallon)Brian Paul2-2/+2
2005-01-09Add #ifdefs for extension testing (Marcello Magallon)Brian Paul3-0/+21
2005-01-09animation rate patch (Marcello Magallon)Brian Paul2-5/+28
2005-01-09rotate at a reasonable rateBrian Paul1-16/+27
2005-01-08compute reasonable animate rate (Marcelo Magallon)Brian Paul5-10/+75
2005-01-08fix-up rules for sphere demo, which uses readtex utilityBrian Paul1-2/+17
2005-01-07added GetAllFBConfigs()Brian Paul1-0/+23
2005-01-06New GetAllFBConfigs() function. Some FBConfigs weren't reported before.Brian Paul2-23/+8
2005-01-06Redraw on keypress, as apparently intended.Keith Whitwell1-1/+1
2005-01-04Use the GLX 1.3 pbuffer/fbconfig functions in preference to the SGIX ones.Brian Paul4-145/+295
2004-12-20Add a -fullscreen optionKeith Whitwell1-1/+12
2004-12-15updated makefiles for gcc 3.4.3 and bnu 2.15Daniel Borca2-6/+6
2004-12-15s/DP3/DP3_SAT/ to prevent negative valuesBrian Paul2-2/+2
2004-12-12removed unused visInfo varBrian Paul1-3/+0
2004-12-10Fix a couple of glitchesKeith Whitwell1-5/+6
2004-12-08Improve the behaviour of the build system wrt depend files.Keith Whitwell1-1/+1
2004-12-08Demonstrate using a color matrix for yuv-to-rgb conversion at textureKeith Whitwell1-0/+32
2004-12-01Prevent possible divide-by-zero error.Ian Romanick1-4/+7
2004-11-30EXT_422_pixels testKeith Whitwell1-0/+225
2004-11-27silence warningsBrian Paul2-16/+18
2004-11-26(GLint*) casts in glGetIntegerv callsBrian Paul1-2/+2
2004-11-10allow specifying image file on command lineBrian Paul1-5/+11
2004-11-04Add EXT_stencil_wrap test that doesn't depend on stencil read-backIan Romanick2-0/+258
2004-10-31unbind GL_PIXEL_UNPACK_BUFFER_EXT before calling glBitmap!Brian Paul1-0/+2