Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | trivial: Update clear-undefined | Jakob Bornecrantz | 2008-06-13 | 1 | -0/+7 |
| | |||||
* | trival: Added test for undefined context of buffer | Jakob Bornecrantz | 2008-06-13 | 2 | -0/+131 |
| | |||||
* | trivial: add test for integer vertex arrays | Keith Whitwell | 2008-06-11 | 2 | -0/+118 |
| | |||||
* | trivial: add trifan tests | Keith Whitwell | 2008-06-10 | 6 | -0/+706 |
| | |||||
* | trivial: add poly-flat-clip tests | Keith Whitwell | 2008-06-10 | 3 | -4/+150 |
| | |||||
* | trivial: add tristrip-flat to makefile | Keith Whitwell | 2008-06-10 | 1 | -0/+1 |
| | |||||
* | add new binaries to ignore to make 'git status' cleaner | Zack Rusin | 2008-05-20 | 1 | -0/+4 |
| | |||||
* | mesa: call glutDestroyWindow() on exit to help find mem leaks | Brian Paul | 2008-05-16 | 1 | -1/+5 |
| | |||||
* | trivial: simple edgeflag test | Keith Whitwell | 2008-04-24 | 2 | -0/+142 |
| | |||||
* | mesa: add dedicated point-wide-smooth test, restore original tri.c as tri-orig.c | Keith Whitwell | 2008-04-23 | 4 | -14/+284 |
| | |||||
* | mesa: add missing glPush/PopMatrix() calls | Brian | 2008-04-04 | 1 | -0/+2 |
| | |||||
* | mesa: add missing glPush/PopMatrix() calls | Brian | 2008-04-04 | 1 | -0/+2 |
| | |||||
* | mesa: call glColorMask(1,1,1,1) before glClear() | Brian Paul | 2008-03-14 | 1 | -0/+4 |
| | | | | | Without this, second and subsequent redraws rendered incorrectly. Plus comments. | ||||
* | Added line smooth test | Brian | 2008-02-25 | 2 | -0/+173 |
| | |||||
* | Update git ignores. | José Fonseca | 2008-02-25 | 1 | -0/+1 |
| | |||||
* | gallium: new pgon-mode.c test | Brian | 2008-02-14 | 2 | -0/+137 |
| | | | | | 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: Ignore generated files. | José Fonseca | 2008-01-17 | 1 | -0/+101 |
| | |||||
* | vp-tri: match vertex/color data of other tests | Keith Whitwell | 2007-12-19 | 1 | -6/+6 |
| | |||||
* | use a depth buffer temporarily | Keith Whitwell | 2007-12-19 | 1 | -2/+2 |
| | |||||
* | set window size to 256x256 | Brian | 2007-12-10 | 1 | -3/+4 |
| | |||||
* | gallium: more trivial tests | Keith Whitwell | 2007-12-09 | 47 | -33/+6201 |
| | |||||
* | gallium: remove unneeded depth buffer | Keith Whitwell | 2007-12-09 | 2 | -4/+4 |
| | |||||
* | use perspective projection, press r/R to rotate the quad | Brian | 2007-09-18 | 1 | -4/+21 |
| | |||||
* | more usage info | Brian | 2007-08-30 | 1 | -0/+2 |
| | |||||
* | test flat shading w/ clipping | Brian | 2007-08-30 | 2 | -0/+150 |
| | |||||
* | vars to test 1D/2D textures with linear/nearest filtering | Brian | 2007-08-14 | 1 | -29/+27 |
| | |||||
* | added pixelzoom cmd line opt | Brian | 2007-08-13 | 1 | -0/+5 |
| | |||||
* | Draw white square in lower-left corner to test orientation | Brian | 2007-08-13 | 1 | -0/+8 |
| | |||||
* | glRead/DrawPixels test | Brian | 2007-08-10 | 2 | -0/+89 |
| | |||||
* | change triangle orientation, fix exit() | Brian | 2007-08-10 | 1 | -6/+6 |
| | |||||
* | increase texture size to 32x32 | root | 2007-08-08 | 1 | -1/+1 |
| | |||||
* | added clear-scissor.c | Brian | 2007-08-02 | 1 | -0/+1 |
| | |||||
* | test glClear w/ scissor | Brian | 2007-08-02 | 1 | -0/+118 |
| | |||||
* | added code to test per-vertex colors | Brian | 2007-07-24 | 1 | -0/+5 |
| | |||||
* | simple fragment shader test | Brian | 2007-07-24 | 2 | -0/+213 |
| | |||||
* | press 'f' to toggle front-face winding | Brian | 2007-07-13 | 1 | -4/+10 |
| | |||||
* | press 's' to toggle smoothing | Brian | 2007-07-13 | 1 | -0/+15 |
| | |||||
* | remove glDepthFunc(GL_LEQUAL) change from prev commit | Brian | 2007-07-11 | 1 | -8/+0 |
| | |||||
* | clean-up, comments | Brian | 2007-07-10 | 2 | -30/+18 |
| | |||||
* | press 'f' to toggle GL_CCW/GL_CW front face | Brian | 2007-07-10 | 1 | -18/+14 |
| | |||||
* | use 'c' to cycle through polygon cull modes | Brian | 2007-07-10 | 1 | -24/+54 |
| | |||||
* | use cursor keys to translate triangle | Brian | 2007-07-10 | 1 | -12/+33 |
| | |||||
* | better triangle Z coords | Brian | 2007-06-25 | 1 | -4/+4 |
| | |||||
* | triangles w/ depth test | Brian | 2007-06-20 | 2 | -0/+132 |
| | |||||
* | don't request GLUT_ALPHA | Brian | 2007-06-19 | 1 | -1/+1 |
| | |||||
* | change clear color | Brian | 2007-06-18 | 1 | -1/+1 |
| | |||||
* | Add GLUT_ALPHA for softpipe | Keith Whitwell | 2007-06-14 | 46 | -46/+46 |
| | |||||
* | Modifications to run with softpipe test harness | Keith Whitwell | 2007-05-24 | 1 | -5/+3 |
| | | | | | RGB->RGBA double buffer by default. | ||||
* | New tests for the array functions which also provoke rebasing. | Keith Whitwell | 2007-01-30 | 7 | -0/+786 |
| | |||||
* | Additional display list tests | Keith Whitwell | 2007-01-16 | 4 | -1/+460 |
| |