summaryrefslogtreecommitdiff
path: root/progs/trivial
AgeCommit message (Expand)AuthorFilesLines
2008-12-10Merge commit 'origin/gallium-0.1' into gallium-0.2Brian Paul3-0/+272
2008-12-10mesa: more trivial testsKeith Whitwell3-0/+272
2008-12-02mesa: Update some .gitignore files.Younes Manton1-0/+16
2008-11-21scons: Build progs.José Fonseca1-0/+163
2008-11-15Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell8-0/+1064
2008-11-14trivial: more testsKeith Whitwell8-0/+1064
2008-10-30CELL: stencil bug fixesRobert Ellison1-2/+11
2008-10-17Merge commit 'origin/gallium-0.1' into gallium-0.2Brian Paul1-10/+7
2008-10-17mesa: redraw upon keypress in trivial/tri.cBrian Paul1-9/+7
2008-10-15Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell5-0/+654
2008-10-14trivial: more vp testsKeith Whitwell5-0/+654
2008-10-10Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell4-0/+314
2008-10-09mesa: toggle colormask values with r/g/b keys in tri-mask-tri.cBrian Paul1-60/+63
2008-10-07trivial: add more vp testsKeith Whitwell3-0/+210
2008-10-07trivial: exercise vertprog sligtlyKeith Whitwell2-0/+104
2008-09-18Merge commit 'origin/master' into gallium-0.2Keith Whitwell2-1/+155
2008-09-15add dlist-degenerate test caseKeith Whitwell2-0/+154
2008-09-11trivial: remove stray merge conflictKeith Whitwell1-3/+0
2008-09-11Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell3-9/+204
2008-09-11define new APP_CC configuration variable for building apps/demos/testsBrian Paul1-8/+8
2008-09-11press 'c' to toggle Z clear value between 0/1Brian Paul1-4/+21
2008-09-11press 'f' to cycle through depth test funcsBrian Paul1-0/+26
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell111-209/+9055
2008-08-28mesa: added test for very long fixed-function vertex programsBrian Paul2-0/+152
2008-07-30Always pass CFLAGS when compiling or linking demosGuillaume Melquiond1-2/+2
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-05-08call glutDestroyWindow()Brian Paul1-2/+5
2008-05-07Never fail `make clean'Dan Nicholson1-3/+3
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-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