mesa/progs/tests
Ian Romanick 38e2fa385d Put back the glPopMatrix. This test was derived from blendminmax.c.
When extra code was cut from blendminmax.c's Display function, the
glPopMatrix call was also accidentally cut.
2005-07-07 20:43:01 +00:00
..
.cvsignore Ignore files generated as part of the build process. 2005-06-24 18:54:57 +00:00
Makefile Add regression test for bug #3101. 2005-07-07 19:34:06 +00:00
Makefile.win get tests working on windows (Robert Bergkvist) 2002-01-16 01:03:25 +00:00
antialias.c print GL_MULTISAMPLE_ARB 2003-03-29 16:42:57 +00:00
api_speed.c Use the 1.3 names for FogCoord* 2005-05-20 00:44:37 +00:00
api_speed.py Prevent possible divide-by-zero error. 2004-12-01 20:20:13 +00:00
arbfpspec.c fix printf warnings 2004-01-28 16:28:53 +00:00
arbfptest1.c fix printf warnings 2004-01-28 16:28:53 +00:00
arbfptexture.c hack to use glTexCoord4f and Q variable to test projective texcoords 2004-04-18 20:13:21 +00:00
arbfptrig.c Add tests for ARB_fp trig instructions and also for 1D texturing 2004-01-26 13:45:42 +00:00
arbnpot.c bigger window 2003-07-03 03:11:56 +00:00
arbvptest1.c fix printf warnings 2004-01-28 16:28:53 +00:00
arbvptest3.c fix printf warnings 2004-01-28 16:28:53 +00:00
arbvptorus.c fix printf warnings 2004-01-28 16:28:53 +00:00
arbvpwarpmesh.c Porting NV_vertex_program tests to ARB_vertex_program 2003-11-23 17:44:02 +00:00
auxbuffer.c test of aux buffer rendering 2004-03-21 17:07:30 +00:00
blendminmax.c Added simple EXT_blend_minmax test. 2004-05-11 19:57:58 +00:00
blendsquare.c Added a 4th square to the output. Expanded the message written to the 2004-05-11 19:59:13 +00:00
bufferobj.c reenable some assertions 2005-01-24 15:41:08 +00:00
bug_3101.c Put back the glPopMatrix. This test was derived from blendminmax.c. 2005-07-07 20:43:01 +00:00
crossbar.c Simple test for ARB_texture_env_crossbar functionality. It is difficult 2005-02-09 22:16:38 +00:00
cva.c Committing in . 2003-12-08 09:03:35 +00:00
debugger.c more debugger development 2003-09-05 19:34:58 +00:00
descrip.mms Committing in . 2003-07-02 14:23:49 +00:00
dinoshade.c glVertex* is the provoking "cmd" (that is, by the time of glVertex*, we must have all other attributes already set). 2005-01-19 07:52:49 +00:00
ext422square.c Fix a couple of glitches 2004-12-10 17:18:00 +00:00
fbotest1.c added some glGetRenderbufferParameterivEXT calls, printfs, and assertions 2005-07-01 01:34:29 +00:00
fbotexture.c added some glGetRenderbufferParameterivEXT calls, printfs, and assertions 2005-07-01 01:34:29 +00:00
floattex.c added floattex.c to test floating point textures 2004-04-22 01:10:09 +00:00
fogcoord.c remove incorrect negation in fog coord computation 2004-02-16 16:44:40 +00:00
fptest1.c test glProgramNamedParameter4fNV() 2003-04-05 00:38:40 +00:00
fptexture.c build fixes, rh9 2003-11-23 10:27:10 +00:00
getprocaddress.c Major check-in of changes for GL_EXT_framebuffer_object extension. 2005-05-04 20:11:35 +00:00
getprocaddress.py Mammoth update to the Python code generator scripts that live in 2005-06-21 23:42:43 +00:00
invert.c If setting GL_PACK_INVERT_MESA results in a GL error, log it. 2005-03-14 22:09:31 +00:00
jkrahntest.c Joe Krahn's context sharing test program 2002-06-16 03:57:48 +00:00
manytex.c Quiet compiler warnings. 2002-10-18 17:47:35 +00:00
multipal.c Committing in . 2003-12-08 09:03:35 +00:00
multitexarray.c test multitexture and vertex arrays 2002-01-04 23:00:19 +00:00
multiwindow.c simple multi-window GLUT test prog 2001-08-21 14:25:31 +00:00
no_s3tc.c Add simple test program for Mesa bug #1028405. 2004-10-08 00:56:08 +00:00
packedpixels.c Test program to check that packed pixel formats work as expected with 2004-05-12 23:05:21 +00:00
pbo.c unbind GL_PIXEL_UNPACK_BUFFER_EXT before calling glBitmap! 2004-10-31 15:27:12 +00:00
projtex.c added support for 4 texture units 2001-01-23 23:44:15 +00:00
seccolor.c GL_EXT_secondary_color test 2001-03-05 17:50:35 +00:00
sharedtex.c Committing in . 2002-01-16 14:32:46 +00:00
stencil_wrap.c Add EXT_stencil_wrap test that doesn't depend on stencil read-back 2004-11-04 22:32:41 +00:00
stencilwrap.c assorted fixes 2004-04-23 14:14:04 +00:00
tex1d.c Add tests for ARB_fp trig instructions and also for 1D texturing 2004-01-26 13:45:42 +00:00
texcmp.c Make the test check for core GL version 1.3 in addition to testing for 2004-06-17 20:53:07 +00:00
texgenmix.c make sure Q has a good value before drawing a sample 2004-06-28 15:16:28 +00:00
texline.c Add glutInitWindowPosition call 2004-01-28 10:07:48 +00:00
texobjshare.c test program for texture sharing, deleting, etc 2005-01-19 14:51:41 +00:00
texrect.c Added menu options to test border modes and linear/nearest filtering. 2004-05-06 20:27:32 +00:00
texwrap.c Added support for EXT_texture_mirror_clamp and the single wrap mode 2003-09-02 19:25:17 +00:00
vparray.c added display list option (l key) 2004-01-31 19:57:25 +00:00
vpeval.c minor tweaks 2002-08-17 00:29:55 +00:00
vptest1.c vertex program test program 2001-12-14 03:03:38 +00:00
vptest2.c vertex program test program 2001-12-14 03:03:38 +00:00
vptest3.c vertex program test program 2001-12-14 03:03:38 +00:00
vptorus.c rotating, lit torus via vertex program 2001-12-15 22:33:59 +00:00
vpwarpmesh.c minor updates 2002-10-15 14:43:55 +00:00
yuvrect.c assorted fixes 2004-04-23 14:14:04 +00:00
yuvsquare.c assorted fixes 2004-04-23 14:14:04 +00:00
zreaddraw.c test program to exercise glDraw/ReadPixels(GL_DEPTH_COMPONENT) and pixel zooming 2003-08-23 21:42:57 +00:00