summaryrefslogtreecommitdiffstats
path: root/progs/trivial
Commit message (Collapse)AuthorAgeFilesLines
* press 'f' to toggle GL_CCW/GL_CW front faceBrian2007-07-101-18/+14
|
* use 'c' to cycle through polygon cull modesBrian2007-07-101-24/+54
|
* use cursor keys to translate triangleBrian2007-07-101-12/+33
|
* better triangle Z coordsBrian2007-06-251-4/+4
|
* triangles w/ depth testBrian2007-06-202-0/+132
|
* don't request GLUT_ALPHABrian2007-06-191-1/+1
|
* change clear colorBrian2007-06-181-1/+1
|
* Add GLUT_ALPHA for softpipeKeith Whitwell2007-06-1446-46/+46
|
* Modifications to run with softpipe test harnessKeith Whitwell2007-05-241-5/+3
| | | | | RGB->RGBA double buffer by default.
* New tests for the array functions which also provoke rebasing.Keith Whitwell2007-01-307-0/+786
|
* Additional display list testsKeith Whitwell2007-01-164-1/+460
|
* merge current trunk into vbo branchAlan Hourihane2006-11-022-0/+183
|
* A bunch of tiny tests that I've found helpful bringing up drivers fromKeith Whitwell2006-06-2254-0/+7585
scratch. These exercise single pieces of functionality and provide a gentler ramp than trying to use the mesa demos to bring up drivers with.