Clone of mesa.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Brian Paul 4566880656 disable GL_DEPTH_TEST before glDrawPixels in case window has unrequested depth buffer 17 лет назад
..
.gitignore Add a couple of test apps for line/unfilled polygon clipping. 17 лет назад
Makefile Never fail `make clean' 17 лет назад
Makefile.win get tests working on windows (Robert Bergkvist) 23 лет назад
afsmultiarb.c updated comment 19 лет назад
antialias.c print GL_MULTISAMPLE_ARB 22 лет назад
api_speed.c Use the 1.3 names for FogCoord* 20 лет назад
api_speed.py Prevent possible divide-by-zero error. 21 лет назад
arbfpspec.c fix indentation 19 лет назад
arbfptest1.c make prog2 a legal program (texture reference fix) 19 лет назад
arbfptexture.c hack to use glTexCoord4f and Q variable to test projective texcoords 21 лет назад
arbfptrig.c Add tests for ARB_fp trig instructions and also for 1D texturing 21 лет назад
arbnpot-mipmap.c npot version of redbook/mipmap.c 19 лет назад
arbnpot.c Fix broken test. 17 лет назад
arbvptest1.c s/NV/ARB/ 19 лет назад
arbvptest3.c use vertex.attrib[3] instead of vertex.color 19 лет назад
arbvptorus.c exercise position invarient vertex program 19 лет назад
arbvpwarpmesh.c use vertex.attrib[3] instead of vertex.color 19 лет назад
arraytexture.c Add simple program to test GL_MESA_texture_array. 18 лет назад
auxbuffer.c test of aux buffer rendering 21 лет назад
blendminmax.c Added simple EXT_blend_minmax test. 21 лет назад
blendsquare.c Added a 4th square to the output. Expanded the message written to the 21 лет назад
bufferobj.c delete buffers, destroy window upon exit 19 лет назад
bug_3050.c Don't try to bind to proxy texture target. This is defined by the spec to be 19 лет назад
bug_3101.c Put back the glPopMatrix. This test was derived from blendminmax.c. 20 лет назад
bug_3195.c Display the correct bug number in the information text. 19 лет назад
copypixrate.c test glBlitFramebufferEXT w/ -blit flag 19 лет назад
crossbar.c Simple test for ARB_texture_env_crossbar functionality. It is difficult 20 лет назад
cva.c Include glext.h in the cva test so that it actually uses CVAs. 17 лет назад
debugger.c more debugger development 22 лет назад
descrip.mms Committing in . 20 лет назад
dinoshade.c Just use stddef.h to get ptrdiff_t instead of obsolete malloc.h. 18 лет назад
drawbuffers.c fix glReadPixels parameters to handle odd-width windows correctly 18 лет назад
exactrast.c test that point/line/quad rendering hits the right pixels 18 лет назад
ext422square.c Fix a couple of glitches 21 лет назад
fbotest1.c destroy window during cleanup 18 лет назад
fbotest2.c disable GL_DEPTH_TEST before glDrawPixels in case window has unrequested depth buffer 17 лет назад
fbotexture.c added culling/wireframe options 17 лет назад
floattex.c added floattex.c to test floating point textures 21 лет назад
fog.c Add a fog mode (normal and fog_coord, leaner/exp/exp2 mode) testing program I 20 лет назад
fogcoord.c remove incorrect negation in fog coord computation 21 лет назад
fptest1.c fptest1 requires GL_NV_fragment_program 19 лет назад
fptexture.c build fixes, rh9 22 лет назад
getprocaddress.c test glStencilFuncSeparateATI() 18 лет назад
getprocaddress.py Mammoth update to the Python code generator scripts that live in 20 лет назад
interleave.c Two subtle things missed on the previous commit. 20 лет назад
invert.c If setting GL_PACK_INVERT_MESA results in a GL error, log it. 20 лет назад
jkrahntest.c silence warning about duplicate M_PI definition 19 лет назад
lineclip.c Add a couple of test apps for line/unfilled polygon clipping. 17 лет назад
manytex.c silence warning 20 лет назад
minmag.c Added minmag.c test 17 лет назад
mipmap_limits.c Press <space> to reset limit/bias values, clean-up limit/bias printf 17 лет назад
multipal.c Just use stddef.h to get ptrdiff_t instead of obsolete malloc.h. 18 лет назад
multitexarray.c test multitexture and vertex arrays 23 лет назад
multiwindow.c simple multi-window GLUT test prog 24 лет назад
no_s3tc.c Add simple test program for Mesa bug #1028405. 21 лет назад
packedpixels.c print 2D vs 3D in window 19 лет назад
pbo.c If the image file is RGB, convert to RGBA (fixes segfault). 19 лет назад
prog_parameter.c Add test for GL_EXT_gpu_program_parameters. 19 лет назад
projtex.c added support for 4 texture units 24 лет назад
random.c Random state-change / primitive rendering. Good for hammering on a driver... 18 лет назад
readrate.c test glReadPixels speed w/ various formats/types, PBOs 19 лет назад
seccolor.c GL_EXT_secondary_color test 24 лет назад
shader_api.c Convert to 0/1 when setting boolean uniforms 17 лет назад
sharedtex.c fix clipping, display name, warnings 18 лет назад
stencil_twoside.c add simple test for two-sided stencil functionality 17 лет назад
stencil_wrap.c Add EXT_stencil_wrap test that doesn't depend on stencil read-back 21 лет назад
stencilwrap.c test the standard stencil op modes too (Philipp Klaus Krause) 20 лет назад
subtexrate.c Don't do swapbuffers if -nodraw specified. Get t0 after setup code. 19 лет назад
tex1d.c Add tests for ARB_fp trig instructions and also for 1D texturing 21 лет назад
texcmp.c Make the test check for core GL version 1.3 in addition to testing for 21 лет назад
texcompress2.c simple texture compression test 19 лет назад
texfilt.c Add new test "texfilt". This test is a cousin to texwrap. Instead of 20 лет назад
texgenmix.c make sure Q has a good value before drawing a sample 21 лет назад
texline.c Print point/line size range limits 18 лет назад
texobjshare.c test program for texture sharing, deleting, etc 20 лет назад
texrect.c Added menu options to test border modes and linear/nearest filtering. 21 лет назад
texwrap.c make tiles a little smaller so they're all visible 20 лет назад
unfilledclip.c Add a couple of test apps for line/unfilled polygon clipping. 17 лет назад
vao-01.c removed incorrect const qualifier 19 лет назад
vao-02.c removed incorrect const qualifier 19 лет назад
vparray.c added display list option (l key) 21 лет назад
vpeval.c minor tweaks 23 лет назад
vptest1.c vertex program test program 24 лет назад
vptest2.c vertex program test program 24 лет назад
vptest3.c vertex program test program 24 лет назад
vptorus.c rotating, lit torus via vertex program 24 лет назад
vpwarpmesh.c minor updates 23 лет назад
yuvrect.c assorted fixes 21 лет назад
yuvsquare.c assorted fixes 21 лет назад
zreaddraw.c test program to exercise glDraw/ReadPixels(GL_DEPTH_COMPONENT) and pixel zooming 22 лет назад