summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Expand)AuthorFilesLines
2005-01-25Add a GL_BGRA texture format ... and print the GL_BGRA enum.Keith Whitwell1-0/+2
2005-01-25Add a GL_BGRA texture format.Keith Whitwell1-2/+3
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
2004-10-29remove debug codeBrian Paul1-2/+2
2004-10-29Updated getprocaddress test to use gl_API.xml instead of old APIspec file.Brian Paul2-69/+68
2004-10-26added stereo option (Jacek Rosik)Brian Paul1-17/+92
2004-10-23wrap angle value (Philipp Klaus Krause)Brian Paul1-0/+2
2004-10-23addes osdemo32 target (J.P. Delport)Brian Paul1-0/+7
2004-10-16Add support for OES_read_format. As soon as glext.h is updated with theIan Romanick1-0/+16
2004-10-08Add simple test program for Mesa bug #1028405.Ian Romanick2-0/+98
2004-10-01Add the glut project to the demos workspace.Karl Schultz1-0/+138
2004-09-24moved to demos/ directoryBrian Paul2-577/+0
2004-09-24moved in from the tests/ directory to include in distroBrian Paul2-0/+572
2004-09-23removed hacked GL tokens, fixed a printfBrian Paul1-9/+1