summaryrefslogtreecommitdiffstats
path: root/progs
Commit message (Collapse)AuthorAgeFilesLines
* Add EXT_stencil_wrap test that doesn't depend on stencil read-backIan Romanick2004-11-042-0/+258
| | | | functioning.
* 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
| | | | enums for this extension, the changes to gl.h can be removed.
* 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
| | | | | Put simple checker pattern on the objects. Press 'd' to delete texture, 'u' to unbind it.
* 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 ↵Brian Paul2004-08-251-5/+0
| | | | a GLX program
* 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
| | | | chain.
* Obsolete BeOS-specific makefile.Philippe Houdoin2004-08-142-64/+6
| | | | Removed the oglinfo target from samples from BeOS build, as it depends on X.
* Fix demo.cpp, which wasn't working as expected.Philippe Houdoin2004-08-144-100/+207
| | | | | | Add a GLInfo app, a graphical tool displaying GL Info as a treeview. Usefull to see which OpenGL renderer you use and which extension(s) is supported. Convert the Makefile to be $(TOP)/configs/default-based.
* 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 ↵Roland Scheidegger2004-06-251-0/+640
| | | | potential bugs in hardware drivers
* Make the test check for core GL version 1.3 in addition to testing forIan Romanick2004-06-171-2/+22
| | | | | GL_ARB_texture_compression. Also make the test list the compression formats the driver "encourages" the app to use.
* 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
| | | | | | variable (defaults to "make") and use that. Use the MKDEP and MKDEP_OPTIONS more. Our shell isn't bash, so change the instances of ">& /dev/null" to a more compatible "> /dev/null 2>&1".
* 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
| | | | a helper to do multiple runs and compare the results.
* 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
| | | | | glTexImage2D. All samples should appear identical. Press f/F to change the internal texture format.
* obsolete in favor of regular MakefilesBrian Paul2004-05-121-62/+0
|
* Added a 4th square to the output. Expanded the message written to theIan Romanick2004-05-111-6/+31
| | | | console.