summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Expand)Author
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
2004-08-25print current config name before building src and progsBrian Paul
2004-08-15GLInfo now show GLU and GLUT infos too. Fix the includes pathsPhilippe Houdoin
2004-08-15Obsoleted as demos programs build on BeOS with standard Makefile system.Philippe Houdoin
2004-08-14Obsolete the BeOS-specific makefile as we now build using standard Makefiles ...Philippe Houdoin
2004-08-14Obsolete BeOS-specific makefile.Philippe Houdoin
2004-08-14Fix demo.cpp, which wasn't working as expected.Philippe Houdoin
2004-08-13silence a warningBrian Paul
2004-08-13minor fix for newest glxext.h headerBrian Paul
2004-08-10cvs ignore fileBrian Paul
2004-08-10minor anim tweakBrian Paul
2004-08-10silence warningBrian Paul
2004-08-10use 'a' to toggle animationBrian Paul
2004-08-10minor tweaksBrian Paul
2004-08-10query/print max convolution filter sizeBrian Paul
2004-07-20new image (see mesa bug #993926)Brian Paul
2004-07-02redo the event loop to make event response betterBrian Paul
2004-06-28option to test with display listsBrian Paul
2004-06-28make sure Q has a good value before drawing a sampleBrian Paul
2004-06-25new test which uses mixed texgen/non-texgen texture coordinates to exhibit po...Roland Scheidegger
2004-06-17Make the test check for core GL version 1.3 in addition to testing forIan Romanick
2004-06-11don't pass GL_INTENSITY for <format> to glTexImage2D - it's illegalBrian Paul
2004-06-07small correctionsDaniel Borca
2004-06-01Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKEEric Anholt
2004-05-27Build the fogcoord demo.Ian Romanick