summaryrefslogtreecommitdiff
path: root/progs/tests/Makefile
AgeCommit message (Collapse)Author
2004-11-04Add EXT_stencil_wrap test that doesn't depend on stencil read-backIan Romanick
functioning.
2004-10-29Updated getprocaddress test to use gl_API.xml instead of old APIspec file.Brian Paul
2004-10-08Add simple test program for Mesa bug #1028405.Ian Romanick
2004-05-12Test program to check that packed pixel formats work as expected withBrian Paul
glTexImage2D. All samples should appear identical. Press f/F to change the internal texture format.
2004-05-11Added simple EXT_blend_minmax test.Ian Romanick
2004-05-11Added simple NV_blend_square test.Ian Romanick
2004-04-23assorted fixesBrian Paul
2004-04-22added floattex.c to test floating point texturesBrian Paul
2004-04-20removed non-existant arbfpwpos.c, added UTIL_FILES targetBrian Paul
2004-04-14Use tcc and the emitted C code from s_fragprog_to_c.c to dynamically compileKeith Whitwell
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.
2004-04-08added zreaddraw.cBrian Paul
2004-04-08no depend fileBrian Paul
2004-03-26minor fixesBrian Paul
2004-03-26new MakefileBrian Paul
2003-08-23Rename Makefile to Makefile.X11, add depend supportJon Smirl
2003-06-10update for new directory treeBrian Paul
2003-05-20move LoadYUVImage into readtex.cKeith Whitwell
2003-03-14added fptest1, fptexture, texrect, etcBrian Paul
2002-11-08multisample / polygon smooth testBrian Paul
2002-11-08implemented automatic code gen and individual function validationBrian Paul
2002-10-31simple GL_EXT_stencil_wrap test programBrian Paul
2001-12-28Add missing items from .cvsignore files, tests/MakefileGareth Hughes
2001-05-07Add new tests.Gareth Hughes
2000-11-18added more programsBrian Paul
2000-11-01Added trivial CVA test for testing HW driver fastpaths, good for testingGareth Hughes
indexed vertex buffer implementations for instance. Cleaned up Makefile to make building and adding more tests easier.
2000-09-01initial check-inBrian Paul