aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/tests/graw
Commit message (Collapse)AuthorAgeFilesLines
* graw: Add gallium library to SCons build.Vinson Lee2010-06-071-1/+1
| | | | Fixes MSVC SCons build.
* graw: add gs-test.c and some simple geometry shader examplesKeith Whitwell2010-06-078-2/+626
|
* graw: trivial geometry shader testKeith Whitwell2010-06-072-0/+269
|
* graw: add symlinks to shader test directoriesKeith Whitwell2010-06-072-0/+2
|
* graw: remove references to unistd.hKeith Whitwell2010-06-074-4/+1
|
* tests/graw: missing file tri.cKeith Whitwell2010-06-071-0/+253
|
* test/graw: add vp-testKeith Whitwell2010-06-072-1/+508
|
* tests/graw: add fp-testKeith Whitwell2010-06-072-0/+513
|
* gallium: remnants of old ccw stateKeith Whitwell2010-05-211-2/+1
|
* graw: add quad-tex graw test for basic texturingKeith Whitwell2010-05-142-1/+406
|
* graw: combine graw_init and graw_create_window functionsKeith Whitwell2010-05-141-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.cKeith Whitwell2010-05-142-27/+45
|
* tests/graw: raw -> grawJosé Fonseca2010-05-112-0/+119
for consistency