summaryrefslogtreecommitdiffstats
path: root/progs/tests
Commit message (Expand)AuthorAgeFilesLines
* simplify image setup code, added LOD Bias control (l/L keys)Brian Paul2006-05-111-76/+62
* simple texture compression testBrian Paul2006-05-102-0/+274
* Test program for exercising GL_TEXTURE_BASE_LEVEL and GL_TEXTURE_MAX_LEVEL.Brian Paul2006-05-102-0/+248
* fptest1 requires GL_NV_fragment_programTilman Sauerbeck2006-04-281-0/+5
* fix indentationBrian Paul2006-04-211-6/+4
* use vertex.attrib[3] instead of vertex.colorBrian Paul2006-04-212-4/+3
* s/NV/ARB/Brian Paul2006-04-211-5/+5
* another simple FBO testBrian Paul2006-04-141-0/+199
* test glReadPixels speed w/ various formats/types, PBOsBrian Paul2006-04-142-0/+287
* If the image file is RGB, convert to RGBA (fixes segfault).Brian Paul2006-04-131-28/+41
* lots of debug options, some code movement, etcBrian Paul2006-03-241-30/+92
* Display the correct bug number in the information text.Ian Romanick2006-03-061-2/+2
* Don't try to bind to proxy texture target. This is defined by the spec to beIan Romanick2006-03-061-5/+3
* Build test for bugzilla #3050Ian Romanick2006-03-041-0/+1
* Test case for bugzilla #3050.Ian Romanick2006-03-041-0/+164
* test glBlitFramebufferEXT w/ -blit flagBrian Paul2006-03-021-2/+33
* updated commentBrian Paul2006-01-301-6/+2
* silence warning about duplicate M_PI definitionBrian Paul2006-01-301-1/+5
* added more tests (Pedro Maia)Brian Paul2006-01-301-1/+5
* Don't do swapbuffers if -nodraw specified. Get t0 after setup code.Brian Paul2006-01-271-2/+9
* Test glTexSubImage and glCopyTexSubImage rate.Brian Paul2006-01-262-0/+344
* copypixrate.c - measure the speed of glCopyPixels.Brian Paul2006-01-262-0/+229
* delete frame/renderbuffers upon exit, more error checkingBrian Paul2005-11-171-15/+29
* added -ds option to test GL_EXT_packed_depth_stencil with framebuffer objectsBrian Paul2005-11-161-22/+76
* Two subtle things missed on the previous commit.Ian Romanick2005-11-151-1/+4
* Add the ability for interleave to test passing invalid format enumsIan Romanick2005-11-151-5/+43
* Simple test of glInterleavedArrays functionality.Ian Romanick2005-11-142-0/+366
* Add new test "texfilt". This test is a cousin to texwrap. Instead ofIan Romanick2005-10-282-3/+402
* Add built programs to .cvsignore.Eric Anholt2005-10-261-0/+52
* Add a fog mode (normal and fog_coord, leaner/exp/exp2 mode) testing program IEric Anholt2005-10-262-0/+200
* Query/print GL_RED/GREEN/BLUE/ALPHA_BITSBrian Paul2005-10-081-0/+8
* glBindTexture changes, new assertionsBrian Paul2005-10-041-2/+6
* fix glIsRender/FramebufferEXT() assertionsBrian Paul2005-10-042-5/+5
* Committing in .Jouk Jansen2005-09-231-1/+1
* silence warningBrian Paul2005-09-151-1/+2
* new demo to test ATI_fragment_shader, not very creative but easy to know if t...Roland Scheidegger2005-09-102-0/+478
* make tiles a little smaller so they're all visibleBrian Paul2005-08-251-10/+11
* Add simple regression test for bugzilla #3195.Ian Romanick2005-08-182-0/+282
* test the standard stencil op modes too (Philipp Klaus Krause)Brian Paul2005-08-151-50/+141
* Put back the glPopMatrix. This test was derived from blendminmax.c.Ian Romanick2005-07-071-0/+2
* Correct the comments in the file headers. Oops.Ian Romanick2005-07-071-6/+6
* Add regression test for bug #3101.Ian Romanick2005-07-072-0/+127
* added some glGetRenderbufferParameterivEXT calls, printfs, and assertionsBrian Paul2005-07-012-0/+21
* Ignore files generated as part of the build process.Ian Romanick2005-06-241-0/+2
* Mammoth update to the Python code generator scripts that live inIan Romanick2005-06-211-32/+30
* Use the 1.3 names for FogCoord*Adam Jackson2005-05-201-2/+2
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-044-0/+448
* If setting GL_PACK_INVERT_MESA results in a GL error, log it.Ian Romanick2005-03-141-0/+15
* Simple test for GL_MESA_pack_invert.Ian Romanick2005-02-142-0/+187
* Simple test for ARB_texture_env_crossbar functionality. It is difficultIan Romanick2005-02-092-0/+236