summaryrefslogtreecommitdiffstats
path: root/progs/trivial/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* trival: Added test for undefined context of bufferJakob Bornecrantz2008-06-131-0/+1
|
* trivial: add test for integer vertex arraysKeith Whitwell2008-06-111-0/+1
|
* trivial: add trifan testsKeith Whitwell2008-06-101-0/+5
|
* trivial: add poly-flat-clip testsKeith Whitwell2008-06-101-0/+2
|
* trivial: add tristrip-flat to makefileKeith Whitwell2008-06-101-0/+1
|
* trivial: simple edgeflag testKeith Whitwell2008-04-241-0/+1
|
* mesa: add dedicated point-wide-smooth test, restore original tri.c as tri-orig.cKeith Whitwell2008-04-231-0/+2
|
* Added line smooth testBrian2008-02-251-0/+1
|
* gallium: new pgon-mode.c testBrian2008-02-141-0/+1
| | | | | A two-triangle strip is drawn such that the first tri is front-facing and the second tri is back-facing. Use different front/back polygon modes.
* gallium: more trivial testsKeith Whitwell2007-12-091-21/+51
|
* test flat shading w/ clippingBrian2007-08-301-0/+1
|
* glRead/DrawPixels testBrian2007-08-101-0/+1
|
* added clear-scissor.cBrian2007-08-021-0/+1
|
* simple fragment shader testBrian2007-07-241-0/+6
|
* triangles w/ depth testBrian2007-06-201-0/+1
|
* New tests for the array functions which also provoke rebasing.Keith Whitwell2007-01-301-0/+6
|
* Additional display list testsKeith Whitwell2007-01-161-1/+3
|
* merge current trunk into vbo branchAlan Hourihane2006-11-021-0/+2
|
* A bunch of tiny tests that I've found helpful bringing up drivers fromKeith Whitwell2006-06-221-0/+134
scratch. These exercise single pieces of functionality and provide a gentler ramp than trying to use the mesa demos to bring up drivers with.