summaryrefslogtreecommitdiffstats
path: root/progs/tests/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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