aboutsummaryrefslogtreecommitdiffstats
path: root/progs/trivial
Commit message (Expand)AuthorAgeFilesLines
...
| * more usage infoBrian2007-08-301-0/+2
| * test flat shading w/ clippingBrian2007-08-302-0/+150
| * vars to test 1D/2D textures with linear/nearest filteringBrian2007-08-141-29/+27
| * added pixelzoom cmd line optBrian2007-08-131-0/+5
| * Draw white square in lower-left corner to test orientationBrian2007-08-131-0/+8
| * glRead/DrawPixels testBrian2007-08-102-0/+89
| * change triangle orientation, fix exit()Brian2007-08-101-6/+6
| * increase texture size to 32x32root2007-08-081-1/+1
| * added clear-scissor.cBrian2007-08-021-0/+1
| * test glClear w/ scissorBrian2007-08-021-0/+118
| * added code to test per-vertex colorsBrian2007-07-241-0/+5
| * simple fragment shader testBrian2007-07-242-0/+213
| * press 'f' to toggle front-face windingBrian2007-07-131-4/+10
| * press 's' to toggle smoothingBrian2007-07-131-0/+15
| * remove glDepthFunc(GL_LEQUAL) change from prev commitBrian2007-07-111-8/+0
| * clean-up, commentsBrian2007-07-102-30/+18
| * 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
* | Always pass CFLAGS when compiling or linking demosGuillaume Melquiond2008-07-301-2/+2
* | call glutDestroyWindow()Brian Paul2008-05-081-2/+5
* | Never fail `make clean'Dan Nicholson2008-05-071-3/+3
* | mesa: add missing glPush/PopMatrix() callsBrian2008-04-041-0/+2
* | mesa: add missing glPush/PopMatrix() callsBrian2008-04-041-0/+2
* | better front-plane clip testBrian2007-11-301-15/+28
* | better test of point attenuationBrian2007-11-231-23/+33
* | #define GL_GLEXT_PROTOTYPES to silence warningBrian2007-11-231-0/+1
* | specify app lib dependencies in Makefiles (patch 1/3)Dan Nicholson2007-10-291-1/+1
* | Ignore more generated files in progs/Dan Nicholson2007-10-101-0/+65
* | add support for LDFLAGS env varDan Nicholson2007-09-281-3/+3
|/
* 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