Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos. | Eric Anholt | 2010-05-21 | 1 | -350/+0 |
| | | | | | | | The remaining programs are ones I've had difficulty finding a build environment for to make the build system or are unit tests that should probably live next to their code instead. Hopefully people can bring over the build for remaining pieces they care about. | ||||
* | progs/tests: Remove meaningless const qualifiers. | Vinson Lee | 2010-05-01 | 1 | -1/+1 |
| | |||||
* | progs/tests: also test stencil INCR_WRAP mode if supported | Brian Paul | 2010-03-18 | 1 | -6/+47 |
| | |||||
* | progs/tests: comments and clean-ups | Brian Paul | 2010-03-18 | 1 | -11/+21 |
| | |||||
* | progs/tests: Fix MSVC build. | Vinson Lee | 2009-10-26 | 1 | -3/+3 |
| | |||||
* | progs/tests: compile with SCons and glew | Keith Whitwell | 2009-03-10 | 1 | -0/+2 |
| | | | | Also get mingw cross-compilation of these tests working | ||||
* | CELL: two-sided stencil fixes | Robert Ellison | 2008-11-11 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | With these changes, the tests/stencil_twoside test now works. - Eliminate blending from the stencil_twoside test, as it produces an unneeded dependency on having blending working - The spe_splat() function will now work if the register being splatted and the destination register are the same - Separate fragment code generated for front-facing and back-facing fragments. Often these are the same; if two-sided stenciling is on, they can be different. This is easier and faster than generating code that does both tests and merges the results. - Fixed a cut/paste bug where if the back Z-pass stencil operation were different from all the other operations, the back Z-fail results were incorrect. | ||||
* | add simple test for two-sided stencil functionality | Roland Scheidegger | 2007-12-11 | 1 | -0/+299 |