summaryrefslogtreecommitdiffstats
path: root/progs
Commit message (Expand)AuthorAgeFilesLines
* tweak output formattting, fixed uninitialized var errorBrian Paul2005-01-102-46/+48
* minor readtex fixesBrian Paul2005-01-091-5/+5
* improved animation rateBrian Paul2005-01-091-20/+29
* rotate at fixed rate, changed fire effect (Marcelo Magallon)Brian Paul2005-01-091-8/+15
* rotate at fixed rate (Marcelo Magallon)Brian Paul2005-01-091-2/+9
* use #ifdef to test for extensionBrian Paul2005-01-091-0/+6
* include readtex.hBrian Paul2005-01-095-4/+6
* better animate rate (Marcelo Magallon)Brian Paul2005-01-0917-77/+177
* some new/improved rulesBrian Paul2005-01-091-11/+38
* include readtex.h instead of readtex.cBrian Paul2005-01-095-5/+5
* include readtex.h instead of readtex.c (Marcello Magallon)Brian Paul2005-01-092-2/+2
* Add #ifdefs for extension testing (Marcello Magallon)Brian Paul2005-01-093-0/+21
* animation rate patch (Marcello Magallon)Brian Paul2005-01-092-5/+28
* rotate at a reasonable rateBrian Paul2005-01-091-16/+27
* compute reasonable animate rate (Marcelo Magallon)Brian Paul2005-01-085-10/+75
* fix-up rules for sphere demo, which uses readtex utilityBrian Paul2005-01-081-2/+17
* added GetAllFBConfigs()Brian Paul2005-01-071-0/+23
* New GetAllFBConfigs() function. Some FBConfigs weren't reported before.Brian Paul2005-01-062-23/+8
* Redraw on keypress, as apparently intended.Keith Whitwell2005-01-061-1/+1
* Use the GLX 1.3 pbuffer/fbconfig functions in preference to the SGIX ones.Brian Paul2005-01-044-145/+295
* Add a -fullscreen optionKeith Whitwell2004-12-201-1/+12
* updated makefiles for gcc 3.4.3 and bnu 2.15Daniel Borca2004-12-152-6/+6
* s/DP3/DP3_SAT/ to prevent negative valuesBrian Paul2004-12-152-2/+2
* removed unused visInfo varBrian Paul2004-12-121-3/+0
* Fix a couple of glitchesKeith Whitwell2004-12-101-5/+6
* Improve the behaviour of the build system wrt depend files.Keith Whitwell2004-12-081-1/+1
* Demonstrate using a color matrix for yuv-to-rgb conversion at textureKeith Whitwell2004-12-081-0/+32
* Prevent possible divide-by-zero error.Ian Romanick2004-12-011-4/+7
* EXT_422_pixels testKeith Whitwell2004-11-301-0/+225
* silence warningsBrian Paul2004-11-272-16/+18
* (GLint*) casts in glGetIntegerv callsBrian Paul2004-11-261-2/+2
* allow specifying image file on command lineBrian Paul2004-11-101-5/+11
* Add EXT_stencil_wrap test that doesn't depend on stencil read-backIan Romanick2004-11-042-0/+258
* unbind GL_PIXEL_UNPACK_BUFFER_EXT before calling glBitmap!Brian Paul2004-10-311-0/+2
* remove debug codeBrian Paul2004-10-291-2/+2
* Updated getprocaddress test to use gl_API.xml instead of old APIspec file.Brian Paul2004-10-292-69/+68
* added stereo option (Jacek Rosik)Brian Paul2004-10-261-17/+92
* wrap angle value (Philipp Klaus Krause)Brian Paul2004-10-231-0/+2
* addes osdemo32 target (J.P. Delport)Brian Paul2004-10-231-0/+7
* Add support for OES_read_format. As soon as glext.h is updated with theIan Romanick2004-10-161-0/+16
* Add simple test program for Mesa bug #1028405.Ian Romanick2004-10-082-0/+98
* Add the glut project to the demos workspace.Karl Schultz2004-10-011-0/+138
* moved to demos/ directoryBrian Paul2004-09-242-577/+0
* moved in from the tests/ directory to include in distroBrian Paul2004-09-242-0/+572
* removed hacked GL tokens, fixed a printfBrian Paul2004-09-231-9/+1
* silence warningsBrian Paul2004-09-162-2/+2
* silence warnings, re-indent codeBrian Paul2004-09-161-64/+67
* clean-up the hokey transformation code so that window resizes actually workBrian Paul2004-09-161-31/+13
* Have the rendering contexts share textures.Brian Paul2004-09-141-9/+62
* changes towards GL_ARB_point_sprite (two-zero)Daniel Borca2004-09-131-4/+49