summaryrefslogtreecommitdiffstats
path: root/progs/tests/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick2006-06-121-0/+2
| | | | | | | and demos are also added. Adding basic support to drivers should be as easy as just enabling the extension, though thorough test would also be required.
* simple texture compression testBrian Paul2006-05-101-0/+1
|
* Test program for exercising GL_TEXTURE_BASE_LEVEL and GL_TEXTURE_MAX_LEVEL.Brian Paul2006-05-101-0/+1
|
* test glReadPixels speed w/ various formats/types, PBOsBrian Paul2006-04-141-0/+2
|
* Build test for bugzilla #3050Ian Romanick2006-03-041-0/+1
|
* added more tests (Pedro Maia)Brian Paul2006-01-301-1/+5
|
* Test glTexSubImage and glCopyTexSubImage rate.Brian Paul2006-01-261-0/+1
| | | | Run with -nodraw to skip rendering of test quad to get "pure" sub-tex rate.
* copypixrate.c - measure the speed of glCopyPixels.Brian Paul2006-01-261-0/+1
|
* Simple test of glInterleavedArrays functionality.Ian Romanick2005-11-141-0/+1
|
* Add new test "texfilt". This test is a cousin to texwrap. Instead ofIan Romanick2005-10-281-3/+4
| | | | | | | | 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.
* Add a fog mode (normal and fog_coord, leaner/exp/exp2 mode) testing program IEric Anholt2005-10-261-0/+1
| | | | wrote for sis, which has also exposed a few bugs elsewhere.
* new demo to test ATI_fragment_shader, not very creative but easy to know if ↵Roland Scheidegger2005-09-101-0/+5
| | | | 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.
* Add simple regression test for bugzilla #3195.Ian Romanick2005-08-181-0/+7
|
* Add regression test for bug #3101.Ian Romanick2005-07-071-0/+1
|
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-0/+2
| | | | | | | Main driver impacts: - new code for creating the Mesa GLframebuffer - new span/pixel read/write code Some drivers not yet updated/tested.
* Simple test for GL_MESA_pack_invert.Ian Romanick2005-02-141-0/+7
|
* Simple test for ARB_texture_env_crossbar functionality. It is difficultIan Romanick2005-02-091-0/+1
| | | | | to come up with good tests for this functionality that don't require either ATI_texture_env_combine3 or NV_texture_env_combine4.
* added texobjshare.cBrian Paul2005-01-191-0/+1
|
* Add EXT_stencil_wrap test that doesn't depend on stencil read-backIan Romanick2004-11-041-0/+1
| | | | functioning.
* Updated getprocaddress test to use gl_API.xml instead of old APIspec file.Brian Paul2004-10-291-1/+1
|
* Add simple test program for Mesa bug #1028405.Ian Romanick2004-10-081-0/+1
|
* Test program to check that packed pixel formats work as expected withBrian Paul2004-05-121-0/+1
| | | | | glTexImage2D. All samples should appear identical. Press f/F to change the internal texture format.
* Added simple EXT_blend_minmax test.Ian Romanick2004-05-111-0/+1
|
* Added simple NV_blend_square test.Ian Romanick2004-05-111-0/+1
|
* assorted fixesBrian Paul2004-04-231-1/+0
|
* added floattex.c to test floating point texturesBrian Paul2004-04-221-0/+2
|
* removed non-existant arbfpwpos.c, added UTIL_FILES targetBrian Paul2004-04-201-2/+3
|
* Use tcc and the emitted C code from s_fragprog_to_c.c to dynamically compileKeith Whitwell2004-04-141-0/+1
| | | | | | | | | 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
|
* minor fixesBrian Paul2004-03-261-4/+1
|
* new MakefileBrian Paul2004-03-261-0/+113
|
* Rename Makefile to Makefile.X11, add depend supportJon Smirl2003-08-231-79/+0
|
* update for new directory treeBrian Paul2003-06-101-8/+9
|
* move LoadYUVImage into readtex.cKeith Whitwell2003-05-201-1/+3
|
* added fptest1, fptexture, texrect, etcBrian Paul2003-03-141-0/+22
|
* multisample / polygon smooth testBrian Paul2002-11-081-1/+2
|
* implemented automatic code gen and individual function validationBrian Paul2002-11-081-0/+9
|
* simple GL_EXT_stencil_wrap test programBrian Paul2002-10-311-2/+2
|
* Add missing items from .cvsignore files, tests/MakefileGareth Hughes2001-12-281-1/+7
|
* Add new tests.Gareth Hughes2001-05-071-0/+2
|
* added more programsBrian Paul2000-11-181-0/+3
|
* Added trivial CVA test for testing HW driver fastpaths, good for testingGareth Hughes2000-11-011-17/+15
| | | | | | indexed vertex buffer implementations for instance. Cleaned up Makefile to make building and adding more tests easier.
* initial check-inBrian Paul2000-09-011-0/+35