Clone of mesa.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
Keith Whitwell cc7dd4fc1b Merge commit 'origin/gallium-0.1' into gallium-0.2 17 år sedan
..
.gitignore Merge branch 'gallium-0.1' into gallium-0.2 17 år sedan
Makefile Merge commit 'origin/gallium-0.1' into gallium-0.2 17 år sedan
Makefile.win Remove CVS keywords. 17 år sedan
afsmultiarb.c updated comment 19 år sedan
antialias.c Merge branch 'gallium-0.1' into gallium-0.2 17 år sedan
api_speed.c Use the 1.3 names for FogCoord* 20 år sedan
api_speed.py Prevent possible divide-by-zero error. 21 år sedan
arbfpspec.c fix indentation 19 år sedan
arbfptest1.c make prog2 a legal program (texture reference fix) 19 år sedan
arbfptexture.c hack to use glTexCoord4f and Q variable to test projective texcoords 21 år sedan
arbfptrig.c Add tests for ARB_fp trig instructions and also for 1D texturing 21 år sedan
arbnpot-mipmap.c npot version of redbook/mipmap.c 19 år sedan
arbnpot.c Fix broken test. 17 år sedan
arbvptest1.c s/NV/ARB/ 19 år sedan
arbvptest3.c use vertex.attrib[3] instead of vertex.color 19 år sedan
arbvptorus.c exercise position invarient vertex program 19 år sedan
arbvpwarpmesh.c use vertex.attrib[3] instead of vertex.color 19 år sedan
arraytexture.c Add simple program to test GL_MESA_texture_array. 18 år sedan
auxbuffer.c test of aux buffer rendering 21 år sedan
blendminmax.c Added simple EXT_blend_minmax test. 21 år sedan
blendsquare.c Added a 4th square to the output. Expanded the message written to the 21 år sedan
bufferobj.c delete buffers, destroy window upon exit 19 år sedan
bug_3050.c Don't try to bind to proxy texture target. This is defined by the spec to be 19 år sedan
bug_3101.c Put back the glPopMatrix. This test was derived from blendminmax.c. 20 år sedan
bug_3195.c Display the correct bug number in the information text. 19 år sedan
bug_texstore_i8.c tests: Added a test for a strange bug in texstore_a8 17 år sedan
calibrate_rast.c Added calibrate_rast.c program 17 år sedan
copypixrate.c mesa: minor code re-org 17 år sedan
crossbar.c Simple test for ARB_texture_env_crossbar functionality. It is difficult 20 år sedan
cva.c Merge branch 'gallium-0.1' into gallium-0.2 17 år sedan
debugger.c more debugger development 22 år sedan
dinoshade.c Just use stddef.h to get ptrdiff_t instead of obsolete malloc.h. 18 år sedan
drawbuffers.c fix glReadPixels parameters to handle odd-width windows correctly 18 år sedan
exactrast.c test that point/line/quad rendering hits the right pixels 18 år sedan
ext422square.c Fix a couple of glitches 21 år sedan
fbotest1.c destroy window during cleanup 18 år sedan
fbotest2.c disable GL_DEPTH_TEST before glDrawPixels in case window has unrequested depth buffer 17 år sedan
fbotexture.c added culling/wireframe options 17 år sedan
fillrate.c mesa: added a cast to avoid int overflow, plus rename texels->pixels 17 år sedan
floattex.c added floattex.c to test floating point textures 21 år sedan
fog.c Add a fog mode (normal and fog_coord, leaner/exp/exp2 mode) testing program I 20 år sedan
fogcoord.c remove incorrect negation in fog coord computation 21 år sedan
fptest1.c fptest1 requires GL_NV_fragment_program 19 år sedan
fptexture.c build fixes, rh9 22 år sedan
getprocaddress.c test glStencilFuncSeparateATI() 18 år sedan
getprocaddress.py Remove CVS keywords. 17 år sedan
interleave.c Two subtle things missed on the previous commit. 20 år sedan
invert.c If setting GL_PACK_INVERT_MESA results in a GL error, log it. 20 år sedan
jkrahntest.c Remove CVS keywords. 17 år sedan
lineclip.c Add a couple of test apps for line/unfilled polygon clipping. 17 år sedan
manytex.c Remove CVS keywords. 17 år sedan
minmag.c Added minmag.c test 17 år sedan
mipmap_limits.c Press <space> to reset limit/bias values, clean-up limit/bias printf 17 år sedan
mipmap_view.c better text labels 17 år sedan
multipal.c Merge branch 'gallium-0.1' into gallium-0.2 17 år sedan
multitexarray.c test multitexture and vertex arrays 23 år sedan
multiwindow.c Remove CVS keywords. 17 år sedan
no_s3tc.c Add simple test program for Mesa bug #1028405. 21 år sedan
packedpixels.c print 2D vs 3D in window 19 år sedan
pbo.c If the image file is RGB, convert to RGBA (fixes segfault). 19 år sedan
prog_parameter.c Add test for GL_EXT_gpu_program_parameters. 19 år sedan
projtex.c added support for 4 texture units 24 år sedan
quads.c simple quad drawing test 17 år sedan
random.c Random state-change / primitive rendering. Good for hammering on a driver... 18 år sedan
readrate.c test glReadPixels speed w/ various formats/types, PBOs 19 år sedan
seccolor.c GL_EXT_secondary_color test 24 år sedan
shader_api.c Convert to 0/1 when setting boolean uniforms 17 år sedan
sharedtex.c Remove CVS keywords. 17 år sedan
stencil_twoside.c add simple test for two-sided stencil functionality 17 år sedan
stencil_wrap.c Add EXT_stencil_wrap test that doesn't depend on stencil read-back 21 år sedan
stencilwrap.c test the standard stencil op modes too (Philipp Klaus Krause) 20 år sedan
subtex.c Test calling glTexSubImage2D mid-way through a frame. 17 år sedan
subtexrate.c Don't do swapbuffers if -nodraw specified. Get t0 after setup code. 19 år sedan
tex1d.c Add tests for ARB_fp trig instructions and also for 1D texturing 21 år sedan
texcmp.c Make the test check for core GL version 1.3 in addition to testing for 21 år sedan
texcompress2.c simple texture compression test 19 år sedan
texfilt.c Add new test "texfilt". This test is a cousin to texwrap. Instead of 20 år sedan
texgenmix.c make sure Q has a good value before drawing a sample 21 år sedan
texline.c Merge branch 'gallium-0.1' into gallium-0.2 17 år sedan
texobjshare.c test program for texture sharing, deleting, etc 20 år sedan
texrect.c Remove CVS keywords. 17 år sedan
texwrap.c Remove CVS keywords. 17 år sedan
unfilledclip.c Add a couple of test apps for line/unfilled polygon clipping. 17 år sedan
vao-01.c removed incorrect const qualifier 19 år sedan
vao-02.c removed incorrect const qualifier 19 år sedan
vparray.c added display list option (l key) 21 år sedan
vpeval.c minor tweaks 23 år sedan
vptest1.c vertex program test program 24 år sedan
vptest2.c vertex program test program 24 år sedan
vptest3.c vertex program test program 24 år sedan
vptorus.c rotating, lit torus via vertex program 24 år sedan
vpwarpmesh.c minor updates 23 år sedan
yuvrect.c assorted fixes 21 år sedan
yuvsquare.c assorted fixes 21 år sedan
zcomp.c mesa: new Z-compositing test (glDrawPixels(GL_DEPTH) + stencil) 17 år sedan
zdrawpix.c mesa: add a new test for glDrawPixels(GL_DEPTH_COMPONENT) 17 år sedan
zreaddraw.c test program to exercise glDraw/ReadPixels(GL_DEPTH_COMPONENT) and pixel zooming 22 år sedan