Clone of mesa.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Keith Whitwell cc7dd4fc1b Merge commit 'origin/gallium-0.1' into gallium-0.2 17年前
..
.gitignore Merge branch 'gallium-0.1' into gallium-0.2 17年前
Makefile Merge commit 'origin/gallium-0.1' into gallium-0.2 17年前
Makefile.win Remove CVS keywords. 17年前
afsmultiarb.c updated comment 19年前
antialias.c Merge branch 'gallium-0.1' into gallium-0.2 17年前
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年前
bug_texstore_i8.c tests: Added a test for a strange bug in texstore_a8 17年前
calibrate_rast.c Added calibrate_rast.c program 17年前
copypixrate.c mesa: minor code re-org 17年前
crossbar.c Simple test for ARB_texture_env_crossbar functionality. It is difficult 20年前
cva.c Merge branch 'gallium-0.1' into gallium-0.2 17年前
debugger.c more debugger development 22年前
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年前
fillrate.c mesa: added a cast to avoid int overflow, plus rename texels->pixels 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 Remove CVS keywords. 17年前
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 Remove CVS keywords. 17年前
lineclip.c Add a couple of test apps for line/unfilled polygon clipping. 17年前
manytex.c Remove CVS keywords. 17年前
minmag.c Added minmag.c test 17年前
mipmap_limits.c Press <space> to reset limit/bias values, clean-up limit/bias printf 17年前
mipmap_view.c better text labels 17年前
multipal.c Merge branch 'gallium-0.1' into gallium-0.2 17年前
multitexarray.c test multitexture and vertex arrays 23年前
multiwindow.c Remove CVS keywords. 17年前
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年前
quads.c simple quad drawing test 17年前
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 Remove CVS keywords. 17年前
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年前
subtex.c Test calling glTexSubImage2D mid-way through a frame. 17年前
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 Merge branch 'gallium-0.1' into gallium-0.2 17年前
texobjshare.c test program for texture sharing, deleting, etc 20年前
texrect.c Remove CVS keywords. 17年前
texwrap.c Remove CVS keywords. 17年前
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年前
zcomp.c mesa: new Z-compositing test (glDrawPixels(GL_DEPTH) + stencil) 17年前
zdrawpix.c mesa: add a new test for glDrawPixels(GL_DEPTH_COMPONENT) 17年前
zreaddraw.c test program to exercise glDraw/ReadPixels(GL_DEPTH_COMPONENT) and pixel zooming 22年前