summaryrefslogtreecommitdiff
path: root/src/gallium/include/state_tracker/graw.h
AgeCommit message (Collapse)Author
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.