Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-27 | graw: Include missing header in graw.h. | Vinson Lee | |
Include p_compiler.h for PUBLIC symbol. | |||
2010-08-26 | graw: Add copyright headers to the interfaces. | José Fonseca | |
2010-06-07 | graw: add parse_geometry_shader helper | Keith Whitwell | |
2010-05-14 | graw: combine graw_init and graw_create_window functions | Keith Whitwell | |
Different environments seem to want to create these in different orders. Abstract over this by combining the calls. | |||
2010-05-14 | graw: move towards glut-like interface, add tri.c | Keith Whitwell | |
2010-05-12 | graw: Make functions public | Jakob Bornecrantz | |
2010-03-28 | gallium: new raw gallium interface to support standalone tests | Keith 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. |