summaryrefslogtreecommitdiff
path: root/progs/tests
AgeCommit message (Expand)Author
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
2005-02-09Simple test for ARB_texture_env_crossbar functionality. It is difficultIan Romanick
2005-01-24reenable some assertionsBrian Paul
2005-01-19added texobjshare.cBrian Paul
2005-01-19test program for texture sharing, deleting, etcBrian Paul
2005-01-19glVertex* is the provoking "cmd" (that is, by the time of glVertex*, we must ...Daniel Borca
2004-12-10Fix a couple of glitchesKeith Whitwell
2004-12-08Demonstrate using a color matrix for yuv-to-rgb conversion at textureKeith Whitwell
2004-12-01Prevent possible divide-by-zero error.Ian Romanick
2004-11-30EXT_422_pixels testKeith Whitwell
2004-11-27silence warningsBrian Paul
2004-11-04Add EXT_stencil_wrap test that doesn't depend on stencil read-backIan Romanick
2004-10-31unbind GL_PIXEL_UNPACK_BUFFER_EXT before calling glBitmap!Brian Paul
2004-10-29remove debug codeBrian Paul
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-09-24moved to demos/ directoryBrian Paul
2004-09-23removed hacked GL tokens, fixed a printfBrian Paul
2004-08-10minor tweaksBrian Paul
2004-06-28make sure Q has a good value before drawing a sampleBrian Paul