summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Expand)AuthorFilesLines
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
2004-09-16silence warningsBrian Paul2-2/+2
2004-09-16silence warnings, re-indent codeBrian Paul1-64/+67
2004-09-16clean-up the hokey transformation code so that window resizes actually workBrian Paul1-31/+13
2004-09-14Have the rendering contexts share textures.Brian Paul1-9/+62
2004-09-13changes towards GL_ARB_point_sprite (two-zero)Daniel Borca1-4/+49
2004-08-25remove BeOS conditional code. oglinfo should be moved to xdemos since it's a...Brian Paul1-5/+0
2004-08-25print current config name before building src and progsBrian Paul1-1/+8
2004-08-15GLInfo now show GLU and GLUT infos too. Fix the includes pathsPhilippe Houdoin2-9/+40
2004-08-15Obsoleted as demos programs build on BeOS with standard Makefile system.Philippe Houdoin1-99/+0
2004-08-14Obsolete the BeOS-specific makefile as we now build using standard Makefiles ...Philippe Houdoin1-59/+0
2004-08-14Obsolete BeOS-specific makefile.Philippe Houdoin2-64/+6
2004-08-14Fix demo.cpp, which wasn't working as expected.Philippe Houdoin4-100/+207
2004-08-13silence a warningBrian Paul2-3/+3
2004-08-13minor fix for newest glxext.h headerBrian Paul1-1/+1
2004-08-10cvs ignore fileBrian Paul1-0/+16
2004-08-10minor anim tweakBrian Paul1-2/+3
2004-08-10silence warningBrian Paul1-1/+2
2004-08-10use 'a' to toggle animationBrian Paul1-0/+8
2004-08-10minor tweaksBrian Paul1-1/+3
2004-08-10query/print max convolution filter sizeBrian Paul1-0/+7
2004-07-20new image (see mesa bug #993926)Brian Paul1-0/+0
2004-07-02redo the event loop to make event response betterBrian Paul1-27/+23
2004-06-28option to test with display listsBrian Paul1-1/+19
2004-06-28make sure Q has a good value before drawing a sampleBrian Paul1-5/+5
2004-06-25new test which uses mixed texgen/non-texgen texture coordinates to exhibit po...Roland Scheidegger1-0/+640