summaryrefslogtreecommitdiff
path: root/progs/trivial
AgeCommit message (Expand)AuthorFilesLines
2008-06-16git: Updated .gitignore filesJakob Bornecrantz1-0/+10
2008-06-13trivial: Update clear-undefinedJakob Bornecrantz1-0/+7
2008-06-13trival: Added test for undefined context of bufferJakob Bornecrantz2-0/+131
2008-06-11trivial: add test for integer vertex arraysKeith Whitwell2-0/+118
2008-06-10trivial: add trifan testsKeith Whitwell6-0/+706
2008-06-10trivial: add poly-flat-clip testsKeith Whitwell3-4/+150
2008-06-10trivial: add tristrip-flat to makefileKeith Whitwell1-0/+1
2008-05-20add new binaries to ignore to make 'git status' cleanerZack Rusin1-0/+4
2008-05-16mesa: call glutDestroyWindow() on exit to help find mem leaksBrian Paul1-1/+5
2008-04-24trivial: simple edgeflag testKeith Whitwell2-0/+142
2008-04-23mesa: add dedicated point-wide-smooth test, restore original tri.c as tri-orig.cKeith Whitwell4-14/+284
2008-04-04mesa: add missing glPush/PopMatrix() callsBrian1-0/+2
2008-04-04mesa: add missing glPush/PopMatrix() callsBrian1-0/+2
2008-03-14mesa: call glColorMask(1,1,1,1) before glClear()Brian Paul1-0/+4
2008-02-25Added line smooth testBrian2-0/+173
2008-02-25Update git ignores.José Fonseca1-0/+1
2008-02-14gallium: new pgon-mode.c testBrian2-0/+137
2008-01-17gallium: Ignore generated files.José Fonseca1-0/+101
2007-12-19vp-tri: match vertex/color data of other testsKeith Whitwell1-6/+6
2007-12-19use a depth buffer temporarilyKeith Whitwell1-2/+2
2007-12-10set window size to 256x256Brian1-3/+4
2007-12-09gallium: more trivial testsKeith Whitwell47-33/+6201
2007-12-09gallium: remove unneeded depth bufferKeith Whitwell2-4/+4
2007-09-18use perspective projection, press r/R to rotate the quadBrian1-4/+21
2007-08-30more usage infoBrian1-0/+2
2007-08-30test flat shading w/ clippingBrian2-0/+150
2007-08-14vars to test 1D/2D textures with linear/nearest filteringBrian1-29/+27
2007-08-13added pixelzoom cmd line optBrian1-0/+5
2007-08-13Draw white square in lower-left corner to test orientationBrian1-0/+8
2007-08-10glRead/DrawPixels testBrian2-0/+89
2007-08-10change triangle orientation, fix exit()Brian1-6/+6
2007-08-08increase texture size to 32x32root1-1/+1
2007-08-02added clear-scissor.cBrian1-0/+1
2007-08-02test glClear w/ scissorBrian1-0/+118
2007-07-24added code to test per-vertex colorsBrian1-0/+5
2007-07-24simple fragment shader testBrian2-0/+213
2007-07-13press 'f' to toggle front-face windingBrian1-4/+10
2007-07-13press 's' to toggle smoothingBrian1-0/+15
2007-07-11remove glDepthFunc(GL_LEQUAL) change from prev commitBrian1-8/+0
2007-07-10clean-up, commentsBrian2-30/+18
2007-07-10press 'f' to toggle GL_CCW/GL_CW front faceBrian1-18/+14
2007-07-10use 'c' to cycle through polygon cull modesBrian1-24/+54
2007-07-10use cursor keys to translate triangleBrian1-12/+33
2007-06-25better triangle Z coordsBrian1-4/+4
2007-06-20triangles w/ depth testBrian2-0/+132
2007-06-19don't request GLUT_ALPHABrian1-1/+1
2007-06-18change clear colorBrian1-1/+1
2007-06-14Add GLUT_ALPHA for softpipeKeith Whitwell46-46/+46
2007-05-24Modifications to run with softpipe test harnessKeith Whitwell1-5/+3
2007-01-30New tests for the array functions which also provoke rebasing.Keith Whitwell7-0/+786