Clone of mesa.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Zack Rusin f869ddf297 add new binaries to ignore to make 'git status' cleaner 17 yıl önce
..
.gitignore add new binaries to ignore to make 'git status' cleaner 17 yıl önce
Makefile trivial: simple edgeflag test 17 yıl önce
clear-fbo-tex.c gallium: more trivial tests 18 yıl önce
clear-fbo.c gallium: more trivial tests 18 yıl önce
clear-scissor.c test glClear w/ scissor 18 yıl önce
clear.c set window size to 256x256 18 yıl önce
createwin.c gallium: more trivial tests 18 yıl önce
dlist-dangling.c Add GLUT_ALPHA for softpipe 18 yıl önce
dlist-edgeflag-dangling.c mesa: add missing glPush/PopMatrix() calls 17 yıl önce
dlist-edgeflag.c mesa: add missing glPush/PopMatrix() calls 17 yıl önce
drawarrays.c New tests for the array functions which also provoke rebasing. 19 yıl önce
drawelements.c New tests for the array functions which also provoke rebasing. 19 yıl önce
drawrange.c New tests for the array functions which also provoke rebasing. 19 yıl önce
flat-clip.c more usage info 18 yıl önce
fs-tri.c added code to test per-vertex colors 18 yıl önce
line-clip.c Add GLUT_ALPHA for softpipe 18 yıl önce
line-cull.c Add GLUT_ALPHA for softpipe 18 yıl önce
line-smooth.c Added line smooth test 17 yıl önce
line-stipple-wide.c gallium: more trivial tests 18 yıl önce
line-userclip-clip.c Add GLUT_ALPHA for softpipe 18 yıl önce
line-userclip-nop-clip.c Add GLUT_ALPHA for softpipe 18 yıl önce
line-userclip-nop.c Add GLUT_ALPHA for softpipe 18 yıl önce
line-userclip.c Add GLUT_ALPHA for softpipe 18 yıl önce
line-wide.c gallium: more trivial tests 18 yıl önce
line.c gallium: more trivial tests 18 yıl önce
lineloop-clip.c Add GLUT_ALPHA for softpipe 18 yıl önce
lineloop-elts.c gallium: more trivial tests 18 yıl önce
lineloop.c Add GLUT_ALPHA for softpipe 18 yıl önce
linestrip-clip.c gallium: more trivial tests 18 yıl önce
linestrip-flat-stipple.c gallium: more trivial tests 18 yıl önce
linestrip-stipple-wide.c gallium: more trivial tests 18 yıl önce
linestrip-stipple.c gallium: more trivial tests 18 yıl önce
linestrip.c gallium: more trivial tests 18 yıl önce
pgon-mode.c gallium: new pgon-mode.c test 17 yıl önce
point-clip.c Add GLUT_ALPHA for softpipe 18 yıl önce
point-param.c gallium: more trivial tests 18 yıl önce
point-sprite.c gallium: more trivial tests 18 yıl önce
point-wide-smooth.c mesa: add dedicated point-wide-smooth test, restore original tri.c as tri-orig.c 17 yıl önce
point-wide.c mesa: add dedicated point-wide-smooth test, restore original tri.c as tri-orig.c 17 yıl önce
point.c Add GLUT_ALPHA for softpipe 18 yıl önce
poly-flat-clip.c gallium: more trivial tests 18 yıl önce
poly-flat.c Add GLUT_ALPHA for softpipe 18 yıl önce
poly-unfilled.c Add GLUT_ALPHA for softpipe 18 yıl önce
poly.c Add GLUT_ALPHA for softpipe 18 yıl önce
psb_context.c gallium: more trivial tests 18 yıl önce
quad-clip-all-vertices.c Add GLUT_ALPHA for softpipe 18 yıl önce
quad-clip-nearplane.c Add GLUT_ALPHA for softpipe 18 yıl önce
quad-clip.c Add GLUT_ALPHA for softpipe 18 yıl önce
quad-degenerate.c Add GLUT_ALPHA for softpipe 18 yıl önce
quad-flat.c Add GLUT_ALPHA for softpipe 18 yıl önce
quad-offset-factor.c clean-up, comments 18 yıl önce
quad-offset-unfilled.c gallium: more trivial tests 18 yıl önce
quad-offset-units.c remove glDepthFunc(GL_LEQUAL) change from prev commit 18 yıl önce
quad-tex-2d.c mesa: call glutDestroyWindow() on exit to help find mem leaks 17 yıl önce
quad-tex-3d.c Add GLUT_ALPHA for softpipe 18 yıl önce
quad-tex-alpha.c gallium: more trivial tests 18 yıl önce
quad-tex-pbo.c merge the (rest of) texmem branch 19 yıl önce
quad-unfilled-clip.c gallium: more trivial tests 18 yıl önce
quad-unfilled-stipple.c gallium: more trivial tests 18 yıl önce
quad-unfilled.c Add GLUT_ALPHA for softpipe 18 yıl önce
quad.c A bunch of tiny tests that I've found helpful bringing up drivers from 19 yıl önce
quads.c Add GLUT_ALPHA for softpipe 18 yıl önce
quadstrip-cont.c gallium: more trivial tests 18 yıl önce
quadstrip-flat.c Add GLUT_ALPHA for softpipe 18 yıl önce
quadstrip.c Add GLUT_ALPHA for softpipe 18 yıl önce
readpixels.c added pixelzoom cmd line opt 18 yıl önce
tri-alpha-tex.c gallium: more trivial tests 18 yıl önce
tri-alpha.c gallium: more trivial tests 18 yıl önce
tri-blend-color.c gallium: more trivial tests 18 yıl önce
tri-blend-max.c gallium: more trivial tests 18 yıl önce
tri-blend-min.c gallium: more trivial tests 18 yıl önce
tri-blend-revsub.c gallium: more trivial tests 18 yıl önce
tri-blend-sub.c gallium: more trivial tests 18 yıl önce
tri-blend.c Add GLUT_ALPHA for softpipe 18 yıl önce
tri-clear.c gallium: more trivial tests 18 yıl önce
tri-clip.c use cursor keys to translate triangle 18 yıl önce
tri-cull-both.c gallium: more trivial tests 18 yıl önce
tri-cull.c press 'f' to toggle front-face winding 18 yıl önce
tri-dlist.c Add GLUT_ALPHA for softpipe 18 yıl önce
tri-edgeflag.c press 'f' to toggle GL_CCW/GL_CW front face 18 yıl önce
tri-fbo-tex.c gallium: more trivial tests 18 yıl önce
tri-fbo.c gallium: more trivial tests 18 yıl önce
tri-flat-clip.c Add GLUT_ALPHA for softpipe 18 yıl önce
tri-flat.c Add GLUT_ALPHA for softpipe 18 yıl önce
tri-fog.c gallium: more trivial tests 18 yıl önce
tri-mask-tri.c mesa: call glColorMask(1,1,1,1) before glClear() 17 yıl önce
tri-orig.c mesa: add dedicated point-wide-smooth test, restore original tri.c as tri-orig.c 17 yıl önce
tri-query.c gallium: more trivial tests 18 yıl önce
tri-scissor-tri.c gallium: more trivial tests 18 yıl önce
tri-square.c gallium: more trivial tests 18 yıl önce
tri-stencil.c gallium: more trivial tests 18 yıl önce
tri-tex-3d.c Add GLUT_ALPHA for softpipe 18 yıl önce
tri-tri.c gallium: more trivial tests 18 yıl önce
tri-unfilled-clip.c Add GLUT_ALPHA for softpipe 18 yıl önce
tri-unfilled-edgeflag.c trivial: simple edgeflag test 17 yıl önce
tri-unfilled-point.c gallium: more trivial tests 18 yıl önce
tri-unfilled-smooth.c Add GLUT_ALPHA for softpipe 18 yıl önce
tri-unfilled-userclip-stip.c gallium: more trivial tests 18 yıl önce
tri-unfilled-userclip.c Add GLUT_ALPHA for softpipe 18 yıl önce
tri-unfilled.c Add GLUT_ALPHA for softpipe 18 yıl önce
tri-userclip.c Add GLUT_ALPHA for softpipe 18 yıl önce
tri-z-9.c gallium: more trivial tests 18 yıl önce
tri-z-eq.c gallium: more trivial tests 18 yıl önce
tri-z.c better triangle Z coords 18 yıl önce
tri.c change triangle orientation, fix exit() 18 yıl önce
tristrip-clip.c A bunch of tiny tests that I've found helpful bringing up drivers from 19 yıl önce
tristrip-flat.c gallium: more trivial tests 18 yıl önce
tristrip.c Add GLUT_ALPHA for softpipe 18 yıl önce
vbo-drawarrays.c gallium: more trivial tests 18 yıl önce
vbo-drawelements.c gallium: more trivial tests 18 yıl önce
vbo-drawrange.c New tests for the array functions which also provoke rebasing. 19 yıl önce
vp-array.c A bunch of tiny tests that I've found helpful bringing up drivers from 19 yıl önce
vp-clip.c A bunch of tiny tests that I've found helpful bringing up drivers from 19 yıl önce
vp-line-clip.c A bunch of tiny tests that I've found helpful bringing up drivers from 19 yıl önce
vp-tri.c vp-tri: match vertex/color data of other tests 18 yıl önce
vp-unfilled.c A bunch of tiny tests that I've found helpful bringing up drivers from 19 yıl önce