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