| .. |
|
.gitignore
|
Make git ignore files only generated at build time.
|
2006-12-06 14:17:56 +01:00 |
|
afsmultiarb.c
|
updated comment
|
2006-01-30 17:13:19 +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 indentation
|
2006-04-21 01:02:49 +00:00 |
|
arbfptest1.c
|
make prog2 a legal program (texture reference fix)
|
2006-08-30 23:40: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-mipmap.c
|
npot version of redbook/mipmap.c
|
2006-09-15 10:41:54 +00:00 |
|
arbnpot.c
|
Fix broken test.
|
2008-02-12 16:57:00 -07:00 |
|
arbvptest1.c
|
s/NV/ARB/
|
2006-04-21 01:01:58 +00:00 |
|
arbvptest3.c
|
use vertex.attrib[3] instead of vertex.color
|
2006-04-21 01:02:27 +00:00 |
|
arbvptorus.c
|
exercise position invarient vertex program
|
2006-06-21 14:03:39 +00:00 |
|
arbvpwarpmesh.c
|
use vertex.attrib[3] instead of vertex.color
|
2006-04-21 01:02:27 +00:00 |
|
arraytexture.c
|
Add simple program to test GL_MESA_texture_array.
|
2007-05-16 14:46:13 -07: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
|
delete buffers, destroy window upon exit
|
2006-08-25 22:13:08 +00:00 |
|
bug_3050.c
|
Don't try to bind to proxy texture target. This is defined by the spec to be
|
2006-03-06 16:31:50 +00:00 |
|
bug_3101.c
|
Put back the glPopMatrix. This test was derived from blendminmax.c.
|
2005-07-07 20:43:01 +00:00 |
|
bug_3195.c
|
Display the correct bug number in the information text.
|
2006-03-06 16:42:12 +00:00 |
|
copypixrate.c
|
test glBlitFramebufferEXT w/ -blit flag
|
2006-03-02 03:54:14 +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
|
fix the gl version test
|
2006-11-22 19:37:21 +00:00 |
|
debugger.c
|
more debugger development
|
2003-09-05 19:34:58 +00:00 |
|
descrip.mms
|
Rename 'mms-config.' to 'mms.config'.
|
2007-10-29 19:50:10 +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 |
|
drawbuffers.c
|
fix glReadPixels parameters to handle odd-width windows correctly
|
2007-06-08 13:10:01 -06:00 |
|
ext422square.c
|
Fix a couple of glitches
|
2004-12-10 17:18:00 +00:00 |
|
fbotest1.c
|
destroy window during cleanup
|
2007-03-06 16:33:00 -07:00 |
|
fbotest2.c
|
destroy window on exit
|
2007-03-25 10:25:29 -06:00 |
|
fbotexture.c
|
destroy window during cleanup
|
2007-03-06 16:33:00 -07:00 |
|
floattex.c
|
added floattex.c to test floating point textures
|
2004-04-22 01:10:09 +00:00 |
|
fog.c
|
Add a fog mode (normal and fog_coord, leaner/exp/exp2 mode) testing program I
|
2005-10-26 09:48:03 +00:00 |
|
fogcoord.c
|
remove incorrect negation in fog coord computation
|
2004-02-16 16:44:40 +00:00 |
|
fptest1.c
|
fptest1 requires GL_NV_fragment_program
|
2006-04-28 21:50:41 +00:00 |
|
fptexture.c
|
build fixes, rh9
|
2003-11-23 10:27:10 +00:00 |
|
getprocaddress.c
|
test OpenGL 2.0 stencil funcs
|
2006-11-02 15:47:30 +00:00 |
|
getprocaddress.py
|
Mammoth update to the Python code generator scripts that live in
|
2005-06-21 23:42:43 +00:00 |
|
interleave.c
|
Two subtle things missed on the previous commit.
|
2005-11-15 01:55:46 +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
|
silence warning about duplicate M_PI definition
|
2006-01-30 17:12:10 +00:00 |
|
Makefile
|
Added minmag.c test
|
2008-02-16 10:05:24 -07:00 |
|
Makefile.win
|
get tests working on windows (Robert Bergkvist)
|
2002-01-16 01:03:25 +00:00 |
|
manytex.c
|
silence warning
|
2005-09-15 01:58:39 +00:00 |
|
minmag.c
|
Added minmag.c test
|
2008-02-16 10:05:24 -07:00 |
|
mipmap_limits.c
|
Set Min/MaxLod with glTexParameterf, not glTexParameteri
|
2008-02-12 15:54:15 -07: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
|
print 2D vs 3D in window
|
2006-05-19 16:48:42 +00:00 |
|
pbo.c
|
If the image file is RGB, convert to RGBA (fixes segfault).
|
2006-04-13 19:45:42 +00:00 |
|
prog_parameter.c
|
Add test for GL_EXT_gpu_program_parameters.
|
2006-08-15 16:44:32 +00:00 |
|
projtex.c
|
added support for 4 texture units
|
2001-01-23 23:44:15 +00:00 |
|
random.c
|
Random state-change / primitive rendering. Good for hammering on a driver...
|
2007-06-21 18:11:29 -06:00 |
|
readrate.c
|
test glReadPixels speed w/ various formats/types, PBOs
|
2006-04-14 16:20:55 +00:00 |
|
seccolor.c
|
GL_EXT_secondary_color test
|
2001-03-05 17:50:35 +00:00 |
|
sharedtex.c
|
fix clipping, display name, warnings
|
2007-03-01 07:56:11 -07: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
|
test the standard stencil op modes too (Philipp Klaus Krause)
|
2005-08-15 22:57:30 +00:00 |
|
subtexrate.c
|
Don't do swapbuffers if -nodraw specified. Get t0 after setup code.
|
2006-01-27 15:44:40 +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 |
|
texcompress2.c
|
simple texture compression test
|
2006-05-10 22:47:06 +00:00 |
|
texfilt.c
|
Add new test "texfilt". This test is a cousin to texwrap. Instead of
|
2005-10-28 18:41:03 +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
|
make tiles a little smaller so they're all visible
|
2005-08-25 03:09:12 +00:00 |
|
vao-01.c
|
removed incorrect const qualifier
|
2006-06-13 01:14:48 +00:00 |
|
vao-02.c
|
removed incorrect const qualifier
|
2006-06-13 01:14:48 +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 |