summaryrefslogtreecommitdiffstats
path: root/progs
Commit message (Expand)AuthorAgeFilesLines
* (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
* remove BeOS conditional code. oglinfo should be moved to xdemos since it's a...Brian Paul2004-08-251-5/+0
* print current config name before building src and progsBrian Paul2004-08-251-1/+8
* GLInfo now show GLU and GLUT infos too. Fix the includes pathsPhilippe Houdoin2004-08-152-9/+40
* Obsoleted as demos programs build on BeOS with standard Makefile system.Philippe Houdoin2004-08-151-99/+0
* Obsolete the BeOS-specific makefile as we now build using standard Makefiles ...Philippe Houdoin2004-08-141-59/+0
* Obsolete BeOS-specific makefile.Philippe Houdoin2004-08-142-64/+6
* Fix demo.cpp, which wasn't working as expected.Philippe Houdoin2004-08-144-100/+207
* silence a warningBrian Paul2004-08-132-3/+3
* minor fix for newest glxext.h headerBrian Paul2004-08-131-1/+1
* cvs ignore fileBrian Paul2004-08-101-0/+16
* minor anim tweakBrian Paul2004-08-101-2/+3
* silence warningBrian Paul2004-08-101-1/+2
* use 'a' to toggle animationBrian Paul2004-08-101-0/+8
* minor tweaksBrian Paul2004-08-101-1/+3
* query/print max convolution filter sizeBrian Paul2004-08-101-0/+7
* new image (see mesa bug #993926)Brian Paul2004-07-201-0/+0
* redo the event loop to make event response betterBrian Paul2004-07-021-27/+23
* option to test with display listsBrian Paul2004-06-281-1/+19
* make sure Q has a good value before drawing a sampleBrian Paul2004-06-281-5/+5
* new test which uses mixed texgen/non-texgen texture coordinates to exhibit po...Roland Scheidegger2004-06-251-0/+640
* Make the test check for core GL version 1.3 in addition to testing forIan Romanick2004-06-171-2/+22
* don't pass GL_INTENSITY for <format> to glTexImage2D - it's illegalBrian Paul2004-06-111-1/+2
* small correctionsDaniel Borca2004-06-071-12/+11
* Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKEEric Anholt2004-06-012-3/+3
* Build the fogcoord demo.Ian Romanick2004-05-271-0/+1
* Minor code simplification.Ian Romanick2004-05-261-12/+9
* Test the overhead of just calling a GL function. The Python script isIan Romanick2004-05-262-0/+289
* use OGL 1.1 color logic ops in addition to GL_EXT_blend_logic_opRoland Scheidegger2004-05-212-13/+60
* (Dieter Nuetzel) fix typo in help screenRoland Scheidegger2004-05-211-1/+1
* Test program to check that packed pixel formats work as expected withBrian Paul2004-05-122-0/+300