Clone of mesa.
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
Brian d2a6f43eaf extra stuff for drawbuffers test 18 роки тому
..
.gitignore Make git ignore files only generated at build time. 18 роки тому
Makefile extra stuff for drawbuffers test 18 роки тому
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 bigger window 22 роки тому
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 роки тому
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 fix the gl version test 19 роки тому
debugger.c more debugger development 22 роки тому
descrip.mms Committing in . 20 роки тому
dinoshade.c glVertex* is the provoking "cmd" (that is, by the time of glVertex*, we must have all other attributes already set). 20 роки тому
drawbuffers.c Test the GL_ARB_draw_buffers extension. 18 роки тому
ext422square.c Fix a couple of glitches 21 роки тому
fbotest1.c destroy window during cleanup 18 роки тому
fbotest2.c another simple FBO test 19 роки тому
fbotexture.c destroy window during cleanup 18 роки тому
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 OpenGL 2.0 stencil funcs 19 роки тому
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 роки тому
manytex.c silence warning 20 роки тому
mipmap_limits.c mipmap_limits: Fix display of current texture filtering mode. 18 роки тому
multipal.c Committing in . 22 роки тому
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 роки тому
readrate.c test glReadPixels speed w/ various formats/types, PBOs 19 роки тому
seccolor.c GL_EXT_secondary_color test 24 роки тому
sharedtex.c fix clipping, display name, warnings 18 роки тому
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 Add glutInitWindowPosition call 21 роки тому
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 роки тому
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 роки тому