Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | graw/tests: pass -e option to test draw_elements_instanced() | Brian Paul | 2010-07-20 | 1 | -1/+45 |
| | |||||
* | graw: new tri-instanced.c program to test instanced drawing | Brian Paul | 2010-07-15 | 2 | -0/+297 |
| | |||||
* | graw: remove wrong test | Zack Rusin | 2010-06-16 | 1 | -23/+0 |
| | |||||
* | graw: add a gs test for non-sequential inputs | Zack Rusin | 2010-06-16 | 2 | -10/+52 |
| | |||||
* | graw: test multiple cb's in geometry shaders | Zack Rusin | 2010-06-15 | 2 | -18/+82 |
| | |||||
* | graw: fix setup for multiple constant buffers | Zack Rusin | 2010-06-15 | 1 | -19/+62 |
| | |||||
* | graw: small fixups for the gs examples | Zack Rusin | 2010-06-14 | 2 | -5/+5 |
| | |||||
* | gs: give our test an option of rendering a strip | Zack Rusin | 2010-06-10 | 1 | -6/+42 |
| | |||||
* | graw: add a multiple primitive geometry shader test | Zack Rusin | 2010-06-09 | 1 | -0/+42 |
| | |||||
* | geometry shaders: make gs work with changable primitives and variable number ↵ | Zack Rusin | 2010-06-09 | 1 | -1/+2 |
| | | | | | | | | of vertices lots and lots of fixes for geometry shaders. in particular now we work when the gs emits a different primitive than the one the pipeline was started with and also we work when gs emits more vertices than would fit in the original buffer. | ||||
* | graw: Fix file handle leaks. | Vinson Lee | 2010-06-07 | 3 | -0/+3 |
| | |||||
* | graw: Remove unnecessary headers. | Vinson Lee | 2010-06-07 | 3 | -3/+0 |
| | |||||
* | graw: Add gallium library to SCons build. | Vinson Lee | 2010-06-07 | 1 | -1/+1 |
| | | | | Fixes MSVC SCons build. | ||||
* | graw: add gs-test.c and some simple geometry shader examples | Keith Whitwell | 2010-06-07 | 8 | -2/+626 |
| | |||||
* | graw: trivial geometry shader test | Keith Whitwell | 2010-06-07 | 2 | -0/+269 |
| | |||||
* | graw: add symlinks to shader test directories | Keith Whitwell | 2010-06-07 | 2 | -0/+2 |
| | |||||
* | graw: remove references to unistd.h | Keith Whitwell | 2010-06-07 | 4 | -4/+1 |
| | |||||
* | tests/graw: missing file tri.c | Keith Whitwell | 2010-06-07 | 1 | -0/+253 |
| | |||||
* | test/graw: add vp-test | Keith Whitwell | 2010-06-07 | 2 | -1/+508 |
| | |||||
* | tests/graw: add fp-test | Keith Whitwell | 2010-06-07 | 2 | -0/+513 |
| | |||||
* | gallium: remnants of old ccw state | Keith Whitwell | 2010-05-21 | 1 | -2/+1 |
| | |||||
* | graw: add quad-tex graw test for basic texturing | Keith Whitwell | 2010-05-14 | 2 | -1/+406 |
| | |||||
* | graw: combine graw_init and graw_create_window functions | Keith Whitwell | 2010-05-14 | 1 | -7/+10 |
| | | | | | Different environments seem to want to create these in different orders. Abstract over this by combining the calls. | ||||
* | graw: move towards glut-like interface, add tri.c | Keith Whitwell | 2010-05-14 | 2 | -27/+45 |
| | |||||
* | tests/graw: raw -> graw | José Fonseca | 2010-05-11 | 2 | -0/+119 |
for consistency |