summaryrefslogtreecommitdiffstats
path: root/src/gallium/tests/graw
Commit message (Expand)AuthorAgeFilesLines
...
* graw: add a test showing the new sampling scheme in actionZack Rusin2011-01-241-0/+415
* gallium: implement modern sampling schemeZack Rusin2011-01-241-0/+1
* graw: fix logic error in pixel format selectionBrian Paul2011-01-209-51/+79
* gallium: support for array textures and related changesRoland Scheidegger2010-12-029-64/+114
* graw: Export graw_save_surface_to_file().Michal Krol2010-11-089-101/+81
* scons: Revamp how to specify targets to build.José Fonseca2010-11-011-14/+12
* graw: added test for finding shader mem leaksBrian Paul2010-09-092-0/+267
* graw: emit warnings when context/surface creation failesBrian Paul2010-09-091-3/+11
* graw: fix array size, indentation,Brian Paul2010-09-091-7/+10
* graw: Undo late loading of graw drivers.José Fonseca2010-08-269-9/+16
* graw: Dynamically load graw libraries.José Fonseca2010-08-269-16/+9
* scons: Fix freebsd8 build.Vinson Lee2010-08-111-1/+4
* graw/tests: Use pipe_context::draw_vbo.Chia-I Wu2010-07-297-17/+28
* scons: Fix sunos5 build.Vinson Lee2010-07-271-0/+3
* graw/tests: pass -e option to test draw_elements_instanced()Brian Paul2010-07-201-1/+45
* graw: new tri-instanced.c program to test instanced drawingBrian Paul2010-07-152-0/+297
* graw: remove wrong testZack Rusin2010-06-161-23/+0
* graw: add a gs test for non-sequential inputsZack Rusin2010-06-162-10/+52
* graw: test multiple cb's in geometry shadersZack Rusin2010-06-152-18/+82
* graw: fix setup for multiple constant buffersZack Rusin2010-06-151-19/+62
* graw: small fixups for the gs examplesZack Rusin2010-06-142-5/+5
* gs: give our test an option of rendering a stripZack Rusin2010-06-101-6/+42
* graw: add a multiple primitive geometry shader testZack Rusin2010-06-091-0/+42
* geometry shaders: make gs work with changable primitives and variable number ...Zack Rusin2010-06-091-1/+2
* graw: Fix file handle leaks.Vinson Lee2010-06-073-0/+3
* graw: Remove unnecessary headers.Vinson Lee2010-06-073-3/+0
* graw: Add gallium library to SCons build.Vinson Lee2010-06-071-1/+1
* 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
* graw: move towards glut-like interface, add tri.cKeith Whitwell2010-05-142-27/+45
* tests/graw: raw -> grawJosé Fonseca2010-05-112-0/+119