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