summaryrefslogtreecommitdiff
path: root/progs/tests/Makefile
AgeCommit message (Collapse)Author
2006-04-14test glReadPixels speed w/ various formats/types, PBOsBrian Paul
2006-03-04Build test for bugzilla #3050Ian Romanick
2006-01-30added more tests (Pedro Maia)Brian Paul
2006-01-26Test glTexSubImage and glCopyTexSubImage rate.Brian Paul
Run with -nodraw to skip rendering of test quad to get "pure" sub-tex rate.
2006-01-26copypixrate.c - measure the speed of glCopyPixels.Brian Paul
2005-11-14Simple test of glInterleavedArrays functionality.Ian Romanick
2005-10-28Add new test "texfilt". This test is a cousin to texwrap. Instead ofIan Romanick
testing various texture wrap modes, this test examines various texture filter modes, including anisotropic. Add CFLAGS to a couple places in Makefile so that 32-bit builds on 64-bit archs will work correctly.
2005-10-26Add a fog mode (normal and fog_coord, leaner/exp/exp2 mode) testing program IEric Anholt
wrote for sis, which has also exposed a few bugs elsewhere.
2005-09-10new demo to test ATI_fragment_shader, not very creative but easy to know if ↵Roland Scheidegger
the output is correct. Tests single-pass as well as multi-pass shader (only pseudo-dependant texture read though, and no tex coord swizzling), src and dst modifiers, src repetition, dst masks, constants, and some ops. Both shaders run succesfully with swrast as well as r200.
2005-08-18Add simple regression test for bugzilla #3195.Ian Romanick
2005-07-07Add regression test for bug #3101.Ian Romanick
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
Main driver impacts: - new code for creating the Mesa GLframebuffer - new span/pixel read/write code Some drivers not yet updated/tested.
2005-02-14Simple test for GL_MESA_pack_invert.Ian Romanick
2005-02-09Simple test for ARB_texture_env_crossbar functionality. It is difficultIan Romanick
to come up with good tests for this functionality that don't require either ATI_texture_env_combine3 or NV_texture_env_combine4.
2005-01-19added texobjshare.cBrian Paul
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