aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/tests/graw/clear.c
Commit message (Collapse)AuthorAgeFilesLines
* graw: Export graw_save_surface_to_file().Michal Krol2010-11-081-13/+12
| | | | | | | | | Allows applications to dump surfaces to file without referencing gallium/auxiliary entry points statically. Existing test apps have been modified such that they save the contents of the fronbuffer only when the `-o' option's specified.
* graw: Undo late loading of graw drivers.José Fonseca2010-08-261-1/+1
| | | | | | | | | | Keith prefers a clean separation between graw applications and implementations, where apps do not link libgallium.a but instead get all functionality they need via graw interface. Although this is not incompatible with late loading of graw drivers, it it would make it very hard to maintain, as wrappers for every utility symbol exposed in graw would have to be written or generated somehow.
* graw: Dynamically load graw libraries.José Fonseca2010-08-261-1/+1
| | | | | | | | | This allows to build multiple graws libs simultaneously and avoid unnecessary rebuilds of the tests. Also remove graw_util.c from inside the graw implementation -- it was only being provided by one implementation, and graw tests were linking against gallium anyway.
* graw: Remove unnecessary headers.Vinson Lee2010-06-071-1/+0
|
* 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-141-26/+43
|
* tests/graw: raw -> grawJosé Fonseca2010-05-111-0/+96
for consistency