summaryrefslogtreecommitdiffstats
path: root/progs
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Added simple EXT_blend_minmax test.Ian Romanick2004-05-112-0/+210
|
* Added simple NV_blend_square test.Ian Romanick2004-05-112-0/+154
|
* s/GLX_PIXMAP_BIT_SGIX/GLX_PBUFFER_BIT_SGIX/Brian Paul2004-05-101-5/+4
|
* Uses either the GLX_SGI_make_current_read or GLX 1.3 interface,Ian Romanick2004-05-071-5/+23
| | | | depending on which is available.
* Added menu options to test border modes and linear/nearest filtering.Brian Paul2004-05-061-7/+70
| | | | | Adjust texcoords so we always have to sample the border. Other misc changes.
* Modified to use vertex arrays. Vertex arrays and immediate mode callsIan Romanick2004-05-051-30/+94
| | | | are toggled with the 't' key.
* don't need auto mipmapsBrian Paul2004-05-051-1/+0
|
* added -c option to exercise convolution of glTexImage2DBrian Paul2004-05-041-16/+64
|
* texture compression: getting warmerDaniel Borca2004-05-041-0/+2
|
* FXT1 preparationsDaniel Borca2004-04-291-0/+3
|
* assorted fixesBrian Paul2004-04-234-4/+1
|
* Add fps outputKeith Whitwell2004-04-231-0/+16
|
* added floattex.c to test floating point texturesBrian Paul2004-04-222-0/+171
|
* minor clean-upsBrian Paul2004-04-221-24/+36
|
* obsoleteBrian Paul2004-04-225-404/+0
|
* removed non-existant arbfpwpos.c, added UTIL_FILES targetBrian Paul2004-04-201-2/+3
|
* hack to use glTexCoord4f and Q variable to test projective texcoordsBrian Paul2004-04-181-4/+5
|
* Use tcc and the emitted C code from s_fragprog_to_c.c to dynamically compileKeith Whitwell2004-04-142-1/+2
| | | | | | | | | and execute fragment programs. Very limited and experimental, but works well enough to run arbfplight.c. http://fabrice.bellard.free.fr/tcc/ Compile with 'make linux-tcc', being sure to make clean first.
* added zreaddraw.cBrian Paul2004-04-081-1/+2
|
* no depend fileBrian Paul2004-04-081-3/+0
|
* for make clean, include tests directoryBrian Paul2004-04-031-1/+1
|
* minor fixesBrian Paul2004-03-265-14/+9
|