summaryrefslogtreecommitdiff
path: root/progs/tests
AgeCommit message (Expand)Author
2006-05-19also test 3D textures (press '2'/'3' to toggle)Brian Paul
2006-05-11simplify image setup code, added LOD Bias control (l/L keys)Brian Paul
2006-05-10simple texture compression testBrian Paul
2006-05-10Test program for exercising GL_TEXTURE_BASE_LEVEL and GL_TEXTURE_MAX_LEVEL.Brian Paul
2006-04-28fptest1 requires GL_NV_fragment_programTilman Sauerbeck
2006-04-21fix indentationBrian Paul
2006-04-21use vertex.attrib[3] instead of vertex.colorBrian Paul
2006-04-21s/NV/ARB/Brian Paul
2006-04-14another simple FBO testBrian Paul
2006-04-14test glReadPixels speed w/ various formats/types, PBOsBrian Paul
2006-04-13If the image file is RGB, convert to RGBA (fixes segfault).Brian Paul
2006-03-24lots of debug options, some code movement, etcBrian Paul
2006-03-06Display the correct bug number in the information text.Ian Romanick
2006-03-06Don't try to bind to proxy texture target. This is defined by the spec to beIan Romanick
2006-03-04Build test for bugzilla #3050Ian Romanick
2006-03-04Test case for bugzilla #3050.Ian Romanick
2006-03-02test glBlitFramebufferEXT w/ -blit flagBrian Paul
2006-01-30updated commentBrian Paul
2006-01-30silence warning about duplicate M_PI definitionBrian Paul
2006-01-30added more tests (Pedro Maia)Brian Paul
2006-01-27Don't do swapbuffers if -nodraw specified. Get t0 after setup code.Brian Paul
2006-01-26Test glTexSubImage and glCopyTexSubImage rate.Brian Paul
2006-01-26copypixrate.c - measure the speed of glCopyPixels.Brian Paul
2005-11-17delete frame/renderbuffers upon exit, more error checkingBrian Paul
2005-11-16added -ds option to test GL_EXT_packed_depth_stencil with framebuffer objectsBrian Paul
2005-11-15Two subtle things missed on the previous commit.Ian Romanick
2005-11-15Add the ability for interleave to test passing invalid format enumsIan Romanick
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
2005-10-26Add built programs to .cvsignore.Eric Anholt
2005-10-26Add a fog mode (normal and fog_coord, leaner/exp/exp2 mode) testing program IEric Anholt
2005-10-08Query/print GL_RED/GREEN/BLUE/ALPHA_BITSBrian Paul
2005-10-04glBindTexture changes, new assertionsBrian Paul
2005-10-04fix glIsRender/FramebufferEXT() assertionsBrian Paul
2005-09-23 Committing in .Jouk Jansen
2005-09-15silence warningBrian Paul
2005-09-10new demo to test ATI_fragment_shader, not very creative but easy to know if t...Roland Scheidegger
2005-08-25make tiles a little smaller so they're all visibleBrian Paul
2005-08-18Add simple regression test for bugzilla #3195.Ian Romanick
2005-08-15test the standard stencil op modes too (Philipp Klaus Krause)Brian Paul
2005-07-07Put back the glPopMatrix. This test was derived from blendminmax.c.Ian Romanick
2005-07-07Correct the comments in the file headers. Oops.Ian Romanick
2005-07-07Add regression test for bug #3101.Ian Romanick
2005-07-01added some glGetRenderbufferParameterivEXT calls, printfs, and assertionsBrian Paul
2005-06-24Ignore files generated as part of the build process.Ian Romanick
2005-06-21Mammoth update to the Python code generator scripts that live inIan Romanick
2005-05-20Use the 1.3 names for FogCoord*Adam Jackson
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
2005-03-14If setting GL_PACK_INVERT_MESA results in a GL error, log it.Ian Romanick
2005-02-14Simple test for GL_MESA_pack_invert.Ian Romanick