| Commit message (Expand) | Author | Age | Files | Lines |
* | demos: fix renderbuffer leak in progs/tests/fbotexture.c | Brian Paul | 2009-02-27 | 1 | -10/+21 |
* | tests: new mapvbo.c test | Brian Paul | 2009-02-27 | 2 | -0/+139 |
* | demos: add a fourth test case to VBO test for position/color in different VBOs | Brian Paul | 2009-02-26 | 1 | -15/+74 |
* | demos: minor updates for shader_api.c test | Brian Paul | 2009-02-11 | 1 | -4/+4 |
* | mesa: merge gallium-0.2 into gallium-master-merge | Brian Paul | 2009-02-09 | 14 | -127/+2039 |
|\ |
|
| * | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane | 2009-01-22 | 3 | -0/+443 |
| |\ |
|
| * \ | Merge commit 'origin/master' into gallium-0.2 | Brian Paul | 2008-12-16 | 2 | -46/+136 |
| |\ \ |
|
| * \ \ | Merge commit 'origin/master' into gallium-0.2 | Brian Paul | 2008-11-11 | 1 | -1/+1 |
| |\ \ \ |
|
| * | | | | CELL: two-sided stencil fixes | Robert Ellison | 2008-11-11 | 1 | -2/+0 |
| * | | | | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Keith Whitwell | 2008-09-21 | 1 | -1/+4 |
| |\ \ \ \ |
|
| | * | | | | destroy window on exit | Brian Paul | 2008-09-18 | 1 | -1/+4 |
| * | | | | | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Keith Whitwell | 2008-09-11 | 2 | -20/+279 |
| |\| | | | |
|
| | * | | | | define new APP_CC configuration variable for building apps/demos/tests | Brian Paul | 2008-09-11 | 1 | -20/+20 |
| | * | | | | simple quad drawing test | Brian Paul | 2008-09-11 | 2 | -0/+259 |
| * | | | | | Merge branch 'gallium-0.1' into gallium-0.2 | Keith Whitwell | 2008-09-11 | 23 | -122/+1761 |
| |\| | | | |
|
| | * | | | | tests: Added a test for a strange bug in texstore_a8 | Jakob Bornecrantz | 2008-06-18 | 3 | -0/+196 |
| | * | | | | Remove CVS keywords. | José Fonseca | 2008-05-26 | 12 | -13/+0 |
| | * | | | | Merge branch 'gallium-0.1' into gallium-tex-surfaces | Michel Dänzer | 2008-05-21 | 1 | -2/+31 |
| | |\ \ \ \ |
|
| | | * | | | | add new binaries to ignore to make 'git status' cleaner | Zack Rusin | 2008-05-20 | 1 | -1/+22 |
| | | * | | | | Ignore more generated files in progs/ | Dan Nicholson | 2008-05-20 | 1 | -1/+9 |
| | * | | | | | disable GL_DEPTH_TEST before glDrawPixels in case window has unrequested dept... | Brian Paul | 2008-05-08 | 1 | -0/+1 |
| | |/ / / / |
|
| | * | | | | Press <space> to reset limit/bias values, clean-up limit/bias printf | Brian Paul | 2008-05-03 | 1 | -7/+25 |
| | * | | | | set TextureID = NULL after deleting the array | Brian Paul | 2008-05-02 | 1 | -0/+1 |
| | * | | | | mesa: explicitly delete textures before creating new ones | Brian Paul | 2008-04-28 | 1 | -1/+12 |
| | * | | | | mesa: new Z-compositing test (glDrawPixels(GL_DEPTH) + stencil) | Brian Paul | 2008-04-11 | 2 | -0/+224 |
| | * | | | | mesa: add a new test for glDrawPixels(GL_DEPTH_COMPONENT) | Brian Paul | 2008-04-10 | 2 | -0/+193 |
| | * | | | | test glStencilFuncSeparateATI() | Brian | 2008-04-04 | 1 | -0/+26 |
| | * | | | | mesa: added a cast to avoid int overflow, plus rename texels->pixels | Brian | 2008-04-01 | 1 | -4/+4 |
| | * | | | | mesa: measure fill rate for drawing a large quad with basic shading/texture m... | Brian | 2008-04-01 | 2 | -0/+211 |
| | * | | | | mesa: minor code re-org | Brian Paul | 2008-03-21 | 1 | -24/+39 |
| | * | | | | better text labels | Brian Paul | 2008-03-19 | 1 | -9/+16 |
| | * | | | | mesa: new mipmap generation, lod bias demo | Brian Paul | 2008-03-17 | 2 | -0/+250 |
| | * | | | | Added calibrate_rast.c program | Brian | 2008-02-28 | 2 | -0/+396 |
| | * | | | | Remove files of unsupported build systems. | José Fonseca | 2008-02-25 | 1 | -84/+0 |
| | * | | | | Test calling glTexSubImage2D mid-way through a frame. | Brian | 2008-02-20 | 2 | -0/+224 |
| | * | | | | Added minmag.c test | Brian | 2008-02-16 | 2 | -0/+199 |
| | * | | | | Fix broken test. | Brian | 2008-02-12 | 1 | -17/+40 |
| | * | | | | Set Min/MaxLod with glTexParameterf, not glTexParameteri | Brian | 2008-02-12 | 1 | -2/+2 |
| | * | | | | tweak incr/decrements amounts for keyboard options | Brian | 2008-02-12 | 1 | -6/+6 |
| | * | | | | Rename 'mms-config.' to 'mms.config'. | Michal Krol | 2007-10-29 | 1 | -1/+1 |
* | | | | | | demos: modify bufferobj.c to exercise interleaved vertex arrays | Brian Paul | 2009-02-03 | 1 | -13/+23 |
* | | | | | | demos: revamp the fbotexture.c demo | Brian Paul | 2009-01-22 | 1 | -113/+268 |
* | | | | | | demos: updated FBO tests to for ARB_fbo | Brian Paul | 2009-01-22 | 2 | -7/+15 |
| |_|_|_|/
|/| | | | |
|
* | | | | | tests: test pseudo-XOR blend mode. | Brian Paul | 2009-01-19 | 3 | -0/+443 |
| |_|_|/
|/| | | |
|
* | | | | demos: updated tests/floattex.c (doesn't work just yet). | Brian Paul | 2008-12-15 | 2 | -46/+136 |
| |_|/
|/| | |
|
* | | | mesa: fix version check in dinoshade.c | Brian Paul | 2008-11-11 | 1 | -1/+1 |
* | | | Remove CVS keywords. | Keith Whitwell | 2008-09-21 | 12 | -13/+0 |
|/ / |
|
* | | press 'm' to toggle multisample enable/disable | Brian Paul | 2008-07-01 | 1 | -2/+10 |
* | | disable GL_DEPTH_TEST before glDrawPixels in case window has unrequested dept... | Brian Paul | 2008-05-08 | 1 | -0/+1 |
* | | Never fail `make clean' | Dan Nicholson | 2008-05-07 | 1 | -3/+3 |