gallium: new raw gallium interface to support standalone tests

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.
This commit is contained in:
Keith Whitwell
2010-03-28 09:53:58 -07:00
parent f97f46f269
commit db5c2235d1
13 changed files with 543 additions and 1 deletions
+1
View File
@@ -56,4 +56,5 @@ SConscript([
'wgl/SConscript',
'perf/SConscript',
'gallium/unit/SConscript',
'gallium/raw/SConscript',
])