summaryrefslogtreecommitdiff
path: root/src/gallium/include/state_tracker/graw.h
AgeCommit message (Collapse)Author
2010-11-08graw: Add struct pipe_surface forward declaration.Vinson Lee
Fixes this GCC warning. graw.h:93: warning: 'struct pipe_surface' declared inside parameter list graw.h:93: warning: its scope is only this definition or declaration, which is probably not what you want
2010-11-08graw: Export graw_save_surface_to_file().Michal Krol
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.
2010-08-27graw: Include missing header in graw.h.Vinson Lee
Include p_compiler.h for PUBLIC symbol.
2010-08-26graw: Add copyright headers to the interfaces.José Fonseca
2010-06-07graw: add parse_geometry_shader helperKeith Whitwell
2010-05-14graw: combine graw_init and graw_create_window functionsKeith Whitwell
Different environments seem to want to create these in different orders. Abstract over this by combining the calls.
2010-05-14graw: move towards glut-like interface, add tri.cKeith Whitwell
2010-05-12graw: Make functions publicJakob Bornecrantz
2010-03-28gallium: new raw gallium interface to support standalone testsKeith Whitwell
Provides basic window system integration behind a simple interface, allowing tests to be written without dependency on either the driver or window system. With a lot of work, could turn into something like glut for gallium.