Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-09 | graw: added test for finding shader mem leaks | Brian Paul | |
2010-09-09 | graw: emit warnings when context/surface creation failes | Brian Paul | |
2010-09-09 | graw: fix array size, indentation, | 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-29 | graw/tests: Use pipe_context::draw_vbo. | Chia-I Wu | |
The other drawing variants such as draw_arrays or draw_elements_instanced were removed. This fixes fdo bug #29287. | |||
2010-07-27 | scons: Fix sunos5 build. | Vinson Lee | |
2010-07-20 | graw/tests: pass -e option to test draw_elements_instanced() | Brian Paul | |
2010-07-15 | graw: new tri-instanced.c program to test instanced drawing | Brian Paul | |
2010-06-16 | graw: remove wrong test | Zack Rusin | |
2010-06-16 | graw: add a gs test for non-sequential inputs | Zack Rusin | |
2010-06-15 | graw: test multiple cb's in geometry shaders | Zack Rusin | |
2010-06-15 | graw: fix setup for multiple constant buffers | Zack Rusin | |
2010-06-14 | graw: small fixups for the gs examples | Zack Rusin | |
2010-06-10 | gs: give our test an option of rendering a strip | Zack Rusin | |
2010-06-09 | graw: add a multiple primitive geometry shader test | Zack Rusin | |
2010-06-09 | geometry shaders: make gs work with changable primitives and variable number ↵ | Zack Rusin | |
of vertices lots and lots of fixes for geometry shaders. in particular now we work when the gs emits a different primitive than the one the pipeline was started with and also we work when gs emits more vertices than would fit in the original buffer. | |||
2010-06-07 | graw: Fix file handle leaks. | Vinson Lee | |
2010-06-07 | graw: Remove unnecessary headers. | Vinson Lee | |
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 | graw: add symlinks to shader test directories | Keith Whitwell | |
2010-06-07 | graw: remove references to unistd.h | Keith Whitwell | |
2010-06-07 | tests/graw: missing file tri.c | Keith Whitwell | |
2010-06-07 | test/graw: add vp-test | Keith Whitwell | |
2010-06-07 | tests/graw: add fp-test | Keith Whitwell | |
2010-05-21 | gallium: remnants of old ccw state | Keith Whitwell | |
2010-05-14 | graw: add quad-tex graw test for basic texturing | 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-11 | tests/graw: raw -> graw | José Fonseca | |
for consistency |