summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Expand)Author
2004-05-12Test program to check that packed pixel formats work as expected withBrian Paul
2004-05-12obsolete in favor of regular MakefilesBrian Paul
2004-05-11Added a 4th square to the output. Expanded the message written to theIan Romanick
2004-05-11Added simple EXT_blend_minmax test.Ian Romanick
2004-05-11Added simple NV_blend_square test.Ian Romanick
2004-05-10s/GLX_PIXMAP_BIT_SGIX/GLX_PBUFFER_BIT_SGIX/Brian Paul
2004-05-07Uses either the GLX_SGI_make_current_read or GLX 1.3 interface,Ian Romanick
2004-05-06Added menu options to test border modes and linear/nearest filtering.Brian Paul
2004-05-05Modified to use vertex arrays. Vertex arrays and immediate mode callsIan Romanick
2004-05-05don't need auto mipmapsBrian Paul
2004-05-04added -c option to exercise convolution of glTexImage2DBrian Paul
2004-05-04texture compression: getting warmerDaniel Borca
2004-04-29FXT1 preparationsDaniel Borca
2004-04-23assorted fixesBrian Paul
2004-04-23Add fps outputKeith Whitwell
2004-04-22added floattex.c to test floating point texturesBrian Paul
2004-04-22minor clean-upsBrian Paul
2004-04-22obsoleteBrian Paul
2004-04-20removed non-existant arbfpwpos.c, added UTIL_FILES targetBrian Paul
2004-04-18hack to use glTexCoord4f and Q variable to test projective texcoordsBrian Paul
2004-04-14Use tcc and the emitted C code from s_fragprog_to_c.c to dynamically compileKeith Whitwell
2004-04-08added zreaddraw.cBrian Paul
2004-04-08no depend fileBrian Paul
2004-04-03for make clean, include tests directoryBrian Paul
2004-03-26minor fixesBrian Paul
2004-03-26Don't use pushd/popd.Brian Paul
2004-03-26new MakefileBrian Paul
2004-03-26Tweaks for make clean / realclean.Brian Paul
2004-03-26clamp BiasMin, BiasMax to reasonable valuesBrian Paul
2004-03-26New Makefile systemBrian Paul
2004-03-26check for GLX 1.3 during initBrian Paul
2004-03-25silence warningsBrian Paul
2004-03-22added some code to test buffer deletionBrian Paul
2004-03-22use GL state vars instead of program parametersBrian Paul
2004-03-21test of aux buffer renderingBrian Paul
2004-03-13GL_EXT_pixel_buffer_object testBrian Paul
2004-02-23The available GLX version is now logged in addition to the clientIan Romanick
2004-02-17compute fog coord in eye space, not clip spaceBrian Paul
2004-02-17define DO_FRAGMENT_FOG=1 to test fragment program fog optionBrian Paul
2004-02-16remove incorrect negation in fog coord computationBrian Paul
2004-02-16glutInitWindowPositionKeith Whitwell
2004-02-16fog_coord demoDaniel Borca
2004-02-11Added a test case for Mesa bug #508473 that I wrote a long time ago.Ian Romanick
2004-02-11Added yet another version of gears. This one uses fbconfigs, and is aIan Romanick
2004-02-10some useful matrix functionsBrian Paul
2004-02-05Add comments to make decyphering the faces easierKeith Whitwell
2004-02-04Use quads instead of lines to ensure this is testing stencil functionalityKeith Whitwell
2004-02-03another pbuffer demo (Andrew Lentvorski)Brian Paul
2004-02-02tweak commentsBrian Paul
2004-01-31added display list option (l key)Brian Paul