summaryrefslogtreecommitdiffstats
path: root/progs
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Don't use pushd/popd.Brian Paul2004-03-261-6/+2
|
* new MakefileBrian Paul2004-03-261-0/+113
|
* Tweaks for make clean / realclean.Brian Paul2004-03-264-13/+3
|
* clamp BiasMin, BiasMax to reasonable valuesBrian Paul2004-03-261-0/+8
|
* New Makefile systemBrian Paul2004-03-266-0/+331
|
* check for GLX 1.3 during initBrian Paul2004-03-261-2/+10
|
* silence warningsBrian Paul2004-03-251-3/+3
|
* added some code to test buffer deletionBrian Paul2004-03-221-0/+27
|
* use GL state vars instead of program parametersBrian Paul2004-03-221-12/+2
|
* test of aux buffer renderingBrian Paul2004-03-211-0/+499
|
* GL_EXT_pixel_buffer_object testBrian Paul2004-03-132-0/+290
|
* The available GLX version is now logged in addition to the clientIan Romanick2004-02-231-0/+9
| | | | version and the server version.
* compute fog coord in eye space, not clip spaceBrian Paul2004-02-171-3/+5
|
* define DO_FRAGMENT_FOG=1 to test fragment program fog optionBrian Paul2004-02-171-1/+28
|
* remove incorrect negation in fog coord computationBrian Paul2004-02-161-1/+4
|
* glutInitWindowPositionKeith Whitwell2004-02-161-0/+2
|
* fog_coord demoDaniel Borca2004-02-161-0/+414
|
* Added a test case for Mesa bug #508473 that I wrote a long time ago.Ian Romanick2004-02-112-1/+192
| | | | | Fixed the Makefile.X11 to actually build glxgears_fbconfig when invoked from the top level.
* Added yet another version of gears. This one uses fbconfigs, and is aIan Romanick2004-02-112-0/+605
| | | | | rudimentary test of fbconfigs that doesn't use pbuffers of GLX_SGI_make_current_read.
* some useful matrix functionsBrian Paul2004-02-101-0/+181
|
* Add comments to make decyphering the faces easierKeith Whitwell2004-02-051-6/+6
|
* Use quads instead of lines to ensure this is testing stencil functionalityKeith Whitwell2004-02-041-5/+9
| | | | | rather than rasterization. A crutch to hw with wonky line rasterizers.
* another pbuffer demo (Andrew Lentvorski)Brian Paul2004-02-032-0/+434
|
* tweak commentsBrian Paul2004-02-022-5/+7
|
* added display list option (l key)Brian Paul2004-01-311-1/+15
|
* add vparray.c, fix indentationBrian Paul2004-01-311-3/+4
|
* enable program and arrays by default, minor clean-upsBrian Paul2004-01-311-8/+3
|
* fix printf warningsAlan Hourihane2004-01-285-6/+6
|