| Commit message (Expand) | Author | Age | Files | Lines |
* | llvmpipe: implement ucmp | Zack Rusin | 2013-04-04 | 1 | -0/+11 |
* | graw/gs: add missing max output vertices to all tests | Zack Rusin | 2013-03-27 | 4 | -0/+4 |
* | gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flag | Marek Olšák | 2013-01-04 | 16 | -16/+16 |
* | gallium: remove pipe_surface::usage | Marek Olšák | 2012-12-12 | 9 | -10/+0 |
* | gallium: add start_slot parameter to set_vertex_buffers | Marek Olšák | 2012-10-31 | 15 | -15/+15 |
* | graw/fs-test: Use user constant buffers. | José Fonseca | 2012-10-26 | 1 | -56/+14 |
* | graw: Ensure new members are zeroed. | José Fonseca | 2012-10-26 | 14 | -0/+16 |
* | tests/graw: Update occlusion query example. | José Fonseca | 2012-10-26 | 1 | -4/+4 |
* | tgsi: Add support to parse IMM[x] too. | José Fonseca | 2012-10-17 | 1 | -2/+2 |
* | gallium: unify transfer functions | Marek Olšák | 2012-10-11 | 5 | -33/+17 |
* | Use the correct macro _WIN32 for Windows. | Vinson Lee | 2012-09-05 | 3 | -3/+3 |
* | gallium/graw: stop using user_buffer_create | Marek Olšák | 2012-05-12 | 15 | -73/+93 |
* | gallium: change set_constant_buffer to be UBO-friendly | Marek Olšák | 2012-04-30 | 3 | -5/+5 |
* | tests/graw: Add a bunch of tests. | José Fonseca | 2012-02-22 | 10 | -372/+1794 |
* | Squash-merge branch 'gallium-clip-state' | Marek Olšák | 2012-01-10 | 9 | -0/+9 |
* | graw: fix tests to build on msvc again. | Dave Airlie | 2011-09-19 | 10 | -10/+10 |
* | gallium: move clear paths from rgba to a pointer to a color union (v2) | Dave Airlie | 2011-09-18 | 10 | -20/+20 |
* | graw: Replace dead symlinks to delete python statetracker shaders with their ... | José Fonseca | 2011-04-23 | 64 | -2/+818 |
* | gallium: remove flags from the flush function | Marek Olšák | 2011-03-11 | 10 | -10/+10 |
* | scons: Fix immediate Python exceptions with SCons on SunOS. | Vinson Lee | 2011-03-08 | 1 | -1/+1 |
* | graw: remove pipe_vertex_buffer::max_index | Vinson Lee | 2011-02-14 | 1 | -1/+0 |
* | gallium: remove pipe_vertex_buffer::max_index | Marek Olšák | 2011-02-14 | 8 | -10/+0 |
* | graw: add a test showing the new sampling scheme in action | Zack Rusin | 2011-01-24 | 1 | -0/+415 |
* | gallium: implement modern sampling scheme | Zack Rusin | 2011-01-24 | 1 | -0/+1 |
* | graw: fix logic error in pixel format selection | Brian Paul | 2011-01-20 | 9 | -51/+79 |
* | gallium: support for array textures and related changes | Roland Scheidegger | 2010-12-02 | 9 | -64/+114 |
* | graw: Export graw_save_surface_to_file(). | Michal Krol | 2010-11-08 | 9 | -101/+81 |
* | scons: Revamp how to specify targets to build. | José Fonseca | 2010-11-01 | 1 | -14/+12 |
* | graw: added test for finding shader mem leaks | Brian Paul | 2010-09-09 | 2 | -0/+267 |
* | graw: emit warnings when context/surface creation failes | Brian Paul | 2010-09-09 | 1 | -3/+11 |
* | graw: fix array size, indentation, | Brian Paul | 2010-09-09 | 1 | -7/+10 |
* | graw: Undo late loading of graw drivers. | José Fonseca | 2010-08-26 | 9 | -9/+16 |
* | graw: Dynamically load graw libraries. | José Fonseca | 2010-08-26 | 9 | -16/+9 |
* | scons: Fix freebsd8 build. | Vinson Lee | 2010-08-11 | 1 | -1/+4 |
* | graw/tests: Use pipe_context::draw_vbo. | Chia-I Wu | 2010-07-29 | 7 | -17/+28 |
* | scons: Fix sunos5 build. | Vinson Lee | 2010-07-27 | 1 | -0/+3 |
* | graw/tests: pass -e option to test draw_elements_instanced() | Brian Paul | 2010-07-20 | 1 | -1/+45 |
* | graw: new tri-instanced.c program to test instanced drawing | Brian Paul | 2010-07-15 | 2 | -0/+297 |
* | graw: remove wrong test | Zack Rusin | 2010-06-16 | 1 | -23/+0 |
* | graw: add a gs test for non-sequential inputs | Zack Rusin | 2010-06-16 | 2 | -10/+52 |
* | graw: test multiple cb's in geometry shaders | Zack Rusin | 2010-06-15 | 2 | -18/+82 |
* | graw: fix setup for multiple constant buffers | Zack Rusin | 2010-06-15 | 1 | -19/+62 |
* | graw: small fixups for the gs examples | Zack Rusin | 2010-06-14 | 2 | -5/+5 |
* | gs: give our test an option of rendering a strip | Zack Rusin | 2010-06-10 | 1 | -6/+42 |
* | graw: add a multiple primitive geometry shader test | Zack Rusin | 2010-06-09 | 1 | -0/+42 |
* | geometry shaders: make gs work with changable primitives and variable number ... | Zack Rusin | 2010-06-09 | 1 | -1/+2 |
* | graw: Fix file handle leaks. | Vinson Lee | 2010-06-07 | 3 | -0/+3 |
* | graw: Remove unnecessary headers. | Vinson Lee | 2010-06-07 | 3 | -3/+0 |
* | graw: Add gallium library to SCons build. | Vinson Lee | 2010-06-07 | 1 | -1/+1 |
* | graw: add gs-test.c and some simple geometry shader examples | Keith Whitwell | 2010-06-07 | 8 | -2/+626 |