Clone of mesa.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Brian d2a6f43eaf extra stuff for drawbuffers test 18 vuotta sitten
..
.gitignore Make git ignore files only generated at build time. 18 vuotta sitten
Makefile extra stuff for drawbuffers test 18 vuotta sitten
Makefile.win get tests working on windows (Robert Bergkvist) 23 vuotta sitten
afsmultiarb.c updated comment 19 vuotta sitten
antialias.c print GL_MULTISAMPLE_ARB 22 vuotta sitten
api_speed.c Use the 1.3 names for FogCoord* 20 vuotta sitten
api_speed.py Prevent possible divide-by-zero error. 21 vuotta sitten
arbfpspec.c fix indentation 19 vuotta sitten
arbfptest1.c make prog2 a legal program (texture reference fix) 19 vuotta sitten
arbfptexture.c hack to use glTexCoord4f and Q variable to test projective texcoords 21 vuotta sitten
arbfptrig.c Add tests for ARB_fp trig instructions and also for 1D texturing 21 vuotta sitten
arbnpot-mipmap.c npot version of redbook/mipmap.c 19 vuotta sitten
arbnpot.c bigger window 22 vuotta sitten
arbvptest1.c s/NV/ARB/ 19 vuotta sitten
arbvptest3.c use vertex.attrib[3] instead of vertex.color 19 vuotta sitten
arbvptorus.c exercise position invarient vertex program 19 vuotta sitten
arbvpwarpmesh.c use vertex.attrib[3] instead of vertex.color 19 vuotta sitten
auxbuffer.c test of aux buffer rendering 21 vuotta sitten
blendminmax.c Added simple EXT_blend_minmax test. 21 vuotta sitten
blendsquare.c Added a 4th square to the output. Expanded the message written to the 21 vuotta sitten
bufferobj.c delete buffers, destroy window upon exit 19 vuotta sitten
bug_3050.c Don't try to bind to proxy texture target. This is defined by the spec to be 19 vuotta sitten
bug_3101.c Put back the glPopMatrix. This test was derived from blendminmax.c. 20 vuotta sitten
bug_3195.c Display the correct bug number in the information text. 19 vuotta sitten
copypixrate.c test glBlitFramebufferEXT w/ -blit flag 19 vuotta sitten
crossbar.c Simple test for ARB_texture_env_crossbar functionality. It is difficult 20 vuotta sitten
cva.c fix the gl version test 19 vuotta sitten
debugger.c more debugger development 22 vuotta sitten
descrip.mms Committing in . 20 vuotta sitten
dinoshade.c glVertex* is the provoking "cmd" (that is, by the time of glVertex*, we must have all other attributes already set). 20 vuotta sitten
drawbuffers.c Test the GL_ARB_draw_buffers extension. 18 vuotta sitten
ext422square.c Fix a couple of glitches 21 vuotta sitten
fbotest1.c destroy window during cleanup 18 vuotta sitten
fbotest2.c another simple FBO test 19 vuotta sitten
fbotexture.c destroy window during cleanup 18 vuotta sitten
floattex.c added floattex.c to test floating point textures 21 vuotta sitten
fog.c Add a fog mode (normal and fog_coord, leaner/exp/exp2 mode) testing program I 20 vuotta sitten
fogcoord.c remove incorrect negation in fog coord computation 21 vuotta sitten
fptest1.c fptest1 requires GL_NV_fragment_program 19 vuotta sitten
fptexture.c build fixes, rh9 22 vuotta sitten
getprocaddress.c test OpenGL 2.0 stencil funcs 19 vuotta sitten
getprocaddress.py Mammoth update to the Python code generator scripts that live in 20 vuotta sitten
interleave.c Two subtle things missed on the previous commit. 20 vuotta sitten
invert.c If setting GL_PACK_INVERT_MESA results in a GL error, log it. 20 vuotta sitten
jkrahntest.c silence warning about duplicate M_PI definition 19 vuotta sitten
manytex.c silence warning 20 vuotta sitten
mipmap_limits.c mipmap_limits: Fix display of current texture filtering mode. 18 vuotta sitten
multipal.c Committing in . 22 vuotta sitten
multitexarray.c test multitexture and vertex arrays 23 vuotta sitten
multiwindow.c simple multi-window GLUT test prog 24 vuotta sitten
no_s3tc.c Add simple test program for Mesa bug #1028405. 21 vuotta sitten
packedpixels.c print 2D vs 3D in window 19 vuotta sitten
pbo.c If the image file is RGB, convert to RGBA (fixes segfault). 19 vuotta sitten
prog_parameter.c Add test for GL_EXT_gpu_program_parameters. 19 vuotta sitten
projtex.c added support for 4 texture units 24 vuotta sitten
readrate.c test glReadPixels speed w/ various formats/types, PBOs 19 vuotta sitten
seccolor.c GL_EXT_secondary_color test 24 vuotta sitten
sharedtex.c fix clipping, display name, warnings 18 vuotta sitten
stencil_wrap.c Add EXT_stencil_wrap test that doesn't depend on stencil read-back 21 vuotta sitten
stencilwrap.c test the standard stencil op modes too (Philipp Klaus Krause) 20 vuotta sitten
subtexrate.c Don't do swapbuffers if -nodraw specified. Get t0 after setup code. 19 vuotta sitten
tex1d.c Add tests for ARB_fp trig instructions and also for 1D texturing 21 vuotta sitten
texcmp.c Make the test check for core GL version 1.3 in addition to testing for 21 vuotta sitten
texcompress2.c simple texture compression test 19 vuotta sitten
texfilt.c Add new test "texfilt". This test is a cousin to texwrap. Instead of 20 vuotta sitten
texgenmix.c make sure Q has a good value before drawing a sample 21 vuotta sitten
texline.c Add glutInitWindowPosition call 21 vuotta sitten
texobjshare.c test program for texture sharing, deleting, etc 20 vuotta sitten
texrect.c Added menu options to test border modes and linear/nearest filtering. 21 vuotta sitten
texwrap.c make tiles a little smaller so they're all visible 20 vuotta sitten
vao-01.c removed incorrect const qualifier 19 vuotta sitten
vao-02.c removed incorrect const qualifier 19 vuotta sitten
vparray.c added display list option (l key) 21 vuotta sitten
vpeval.c minor tweaks 23 vuotta sitten
vptest1.c vertex program test program 24 vuotta sitten
vptest2.c vertex program test program 24 vuotta sitten
vptest3.c vertex program test program 24 vuotta sitten
vptorus.c rotating, lit torus via vertex program 24 vuotta sitten
vpwarpmesh.c minor updates 23 vuotta sitten
yuvrect.c assorted fixes 21 vuotta sitten
yuvsquare.c assorted fixes 21 vuotta sitten
zreaddraw.c test program to exercise glDraw/ReadPixels(GL_DEPTH_COMPONENT) and pixel zooming 22 vuotta sitten