Age | Commit message (Collapse) | Author | |
---|---|---|---|
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: split util code into new file | Keith Whitwell | |
2010-05-14 | graw: move towards glut-like interface, add tri.c | Keith Whitwell | |
2010-05-06 | graw-xlib: Remove duplicate graw.h file. | José Fonseca | |
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. |