summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Expand)Author
2005-01-09minor readtex fixesBrian Paul
2005-01-09improved animation rateBrian Paul
2005-01-09rotate at fixed rate, changed fire effect (Marcelo Magallon)Brian Paul
2005-01-09rotate at fixed rate (Marcelo Magallon)Brian Paul
2005-01-09use #ifdef to test for extensionBrian Paul
2005-01-09include readtex.hBrian Paul
2005-01-09better animate rate (Marcelo Magallon)Brian Paul
2005-01-09some new/improved rulesBrian Paul
2005-01-09include readtex.h instead of readtex.cBrian Paul
2005-01-09include readtex.h instead of readtex.c (Marcello Magallon)Brian Paul
2005-01-09Add #ifdefs for extension testing (Marcello Magallon)Brian Paul
2005-01-09animation rate patch (Marcello Magallon)Brian Paul
2005-01-09rotate at a reasonable rateBrian Paul
2005-01-08compute reasonable animate rate (Marcelo Magallon)Brian Paul
2005-01-08fix-up rules for sphere demo, which uses readtex utilityBrian Paul
2005-01-07added GetAllFBConfigs()Brian Paul
2005-01-06New GetAllFBConfigs() function. Some FBConfigs weren't reported before.Brian Paul
2005-01-06Redraw on keypress, as apparently intended.Keith Whitwell
2005-01-04Use the GLX 1.3 pbuffer/fbconfig functions in preference to the SGIX ones.Brian Paul
2004-12-20Add a -fullscreen optionKeith Whitwell
2004-12-15updated makefiles for gcc 3.4.3 and bnu 2.15Daniel Borca
2004-12-15s/DP3/DP3_SAT/ to prevent negative valuesBrian Paul
2004-12-12removed unused visInfo varBrian Paul
2004-12-10Fix a couple of glitchesKeith Whitwell
2004-12-08Improve the behaviour of the build system wrt depend files.Keith Whitwell
2004-12-08Demonstrate using a color matrix for yuv-to-rgb conversion at textureKeith Whitwell
2004-12-01Prevent possible divide-by-zero error.Ian Romanick
2004-11-30EXT_422_pixels testKeith Whitwell
2004-11-27silence warningsBrian Paul
2004-11-26(GLint*) casts in glGetIntegerv callsBrian Paul
2004-11-10allow specifying image file on command lineBrian Paul
2004-11-04Add EXT_stencil_wrap test that doesn't depend on stencil read-backIan Romanick
2004-10-31unbind GL_PIXEL_UNPACK_BUFFER_EXT before calling glBitmap!Brian Paul
2004-10-29remove debug codeBrian Paul
2004-10-29Updated getprocaddress test to use gl_API.xml instead of old APIspec file.Brian Paul
2004-10-26added stereo option (Jacek Rosik)Brian Paul
2004-10-23wrap angle value (Philipp Klaus Krause)Brian Paul
2004-10-23addes osdemo32 target (J.P. Delport)Brian Paul
2004-10-16Add support for OES_read_format. As soon as glext.h is updated with theIan Romanick
2004-10-08Add simple test program for Mesa bug #1028405.Ian Romanick
2004-10-01Add the glut project to the demos workspace.Karl Schultz
2004-09-24moved to demos/ directoryBrian Paul
2004-09-24moved in from the tests/ directory to include in distroBrian Paul
2004-09-23removed hacked GL tokens, fixed a printfBrian Paul
2004-09-16silence warningsBrian Paul
2004-09-16silence warnings, re-indent codeBrian Paul
2004-09-16clean-up the hokey transformation code so that window resizes actually workBrian Paul
2004-09-14Have the rendering contexts share textures.Brian Paul
2004-09-13changes towards GL_ARB_point_sprite (two-zero)Daniel Borca
2004-08-25remove BeOS conditional code. oglinfo should be moved to xdemos since it's a...Brian Paul