Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-09 | graw: added test for finding shader mem leaks | Brian Paul | |
2010-08-26 | graw: Undo late loading of graw drivers. | José Fonseca | |
Keith prefers a clean separation between graw applications and implementations, where apps do not link libgallium.a but instead get all functionality they need via graw interface. Although this is not incompatible with late loading of graw drivers, it it would make it very hard to maintain, as wrappers for every utility symbol exposed in graw would have to be written or generated somehow. | |||
2010-08-26 | graw: Dynamically load graw libraries. | José Fonseca | |
This allows to build multiple graws libs simultaneously and avoid unnecessary rebuilds of the tests. Also remove graw_util.c from inside the graw implementation -- it was only being provided by one implementation, and graw tests were linking against gallium anyway. | |||
2010-08-11 | scons: Fix freebsd8 build. | Vinson Lee | |
2010-07-27 | scons: Fix sunos5 build. | Vinson Lee | |
2010-07-15 | graw: new tri-instanced.c program to test instanced drawing | Brian Paul | |
2010-06-07 | graw: Add gallium library to SCons build. | Vinson Lee | |
Fixes MSVC SCons build. | |||
2010-06-07 | graw: add gs-test.c and some simple geometry shader examples | Keith Whitwell | |
2010-06-07 | graw: trivial geometry shader test | Keith Whitwell | |
2010-06-07 | test/graw: add vp-test | Keith Whitwell | |
2010-06-07 | tests/graw: add fp-test | Keith Whitwell | |
2010-05-14 | graw: add quad-tex graw test for basic texturing | Keith Whitwell | |
2010-05-14 | graw: move towards glut-like interface, add tri.c | Keith Whitwell | |
2010-05-11 | tests/graw: raw -> graw | José Fonseca | |
for consistency |