summaryrefslogtreecommitdiff
path: root/progs/tests
AgeCommit message (Expand)AuthorFilesLines
2005-10-08updates from trunkBrian Paul2-7/+19
2005-08-18Add simple regression test for bugzilla #3195.Ian Romanick2-0/+282
2005-08-15test the standard stencil op modes too (Philipp Klaus Krause)Brian Paul1-50/+141
2005-07-07Put back the glPopMatrix. This test was derived from blendminmax.c.Ian Romanick1-0/+2
2005-07-07Correct the comments in the file headers. Oops.Ian Romanick1-6/+6
2005-07-07Add regression test for bug #3101.Ian Romanick2-0/+127
2005-07-01added some glGetRenderbufferParameterivEXT calls, printfs, and assertionsBrian Paul2-0/+21
2005-06-24Ignore files generated as part of the build process.Ian Romanick1-0/+2
2005-06-21Mammoth update to the Python code generator scripts that live inIan Romanick1-32/+30
2005-05-20Use the 1.3 names for FogCoord*Adam Jackson1-2/+2
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul4-0/+448
2005-03-14If setting GL_PACK_INVERT_MESA results in a GL error, log it.Ian Romanick1-0/+15
2005-02-14Simple test for GL_MESA_pack_invert.Ian Romanick2-0/+187
2005-02-09Simple test for ARB_texture_env_crossbar functionality. It is difficultIan Romanick2-0/+236
2005-01-24reenable some assertionsBrian Paul1-2/+2
2005-01-19added texobjshare.cBrian Paul1-0/+1
2005-01-19test program for texture sharing, deleting, etcBrian Paul1-0/+219
2005-01-19glVertex* is the provoking "cmd" (that is, by the time of glVertex*, we must ...Daniel Borca1-0/+14
2004-12-10Fix a couple of glitchesKeith Whitwell1-5/+6
2004-12-08Demonstrate using a color matrix for yuv-to-rgb conversion at textureKeith Whitwell1-0/+32
2004-12-01Prevent possible divide-by-zero error.Ian Romanick1-4/+7
2004-11-30EXT_422_pixels testKeith Whitwell1-0/+225
2004-11-27silence warningsBrian Paul2-16/+18
2004-11-04Add EXT_stencil_wrap test that doesn't depend on stencil read-backIan Romanick2-0/+258
2004-10-31unbind GL_PIXEL_UNPACK_BUFFER_EXT before calling glBitmap!Brian Paul1-0/+2
2004-10-29remove debug codeBrian Paul1-2/+2
2004-10-29Updated getprocaddress test to use gl_API.xml instead of old APIspec file.Brian Paul2-69/+68
2004-10-08Add simple test program for Mesa bug #1028405.Ian Romanick2-0/+98
2004-09-24moved to demos/ directoryBrian Paul2-577/+0
2004-09-23removed hacked GL tokens, fixed a printfBrian Paul1-9/+1
2004-08-10minor tweaksBrian Paul1-1/+3
2004-06-28make sure Q has a good value before drawing a sampleBrian Paul1-5/+5
2004-06-25new test which uses mixed texgen/non-texgen texture coordinates to exhibit po...Roland Scheidegger1-0/+640
2004-06-17Make the test check for core GL version 1.3 in addition to testing forIan Romanick1-2/+22
2004-05-26Minor code simplification.Ian Romanick1-12/+9
2004-05-26Test the overhead of just calling a GL function. The Python script isIan Romanick2-0/+289
2004-05-12Test program to check that packed pixel formats work as expected withBrian Paul2-0/+300
2004-05-11Added a 4th square to the output. Expanded the message written to theIan Romanick1-6/+31
2004-05-11Added simple EXT_blend_minmax test.Ian Romanick2-0/+210
2004-05-11Added simple NV_blend_square test.Ian Romanick2-0/+154
2004-05-06Added menu options to test border modes and linear/nearest filtering.Brian Paul1-7/+70
2004-05-04texture compression: getting warmerDaniel Borca1-0/+2
2004-04-29FXT1 preparationsDaniel Borca1-0/+3
2004-04-23assorted fixesBrian Paul4-4/+1
2004-04-22added floattex.c to test floating point texturesBrian Paul2-0/+171
2004-04-22obsoleteBrian Paul1-115/+0
2004-04-20removed non-existant arbfpwpos.c, added UTIL_FILES targetBrian Paul1-2/+3
2004-04-18hack to use glTexCoord4f and Q variable to test projective texcoordsBrian Paul1-4/+5
2004-04-14Use tcc and the emitted C code from s_fragprog_to_c.c to dynamically compileKeith Whitwell1-0/+1
2004-04-08added zreaddraw.cBrian Paul1-1/+2