| Commit message (Expand) | Author | Age | Files | Lines |
* | Use the correct macro _WIN32 for Windows. | Vinson Lee | 2012-09-05 | 3 | -3/+3 |
* | gallium/tests/trivial: updates for CSO interface changes | Brian Paul | 2012-08-03 | 1 | -2/+2 |
* | tests: Updated tests to properly handle NaN for half floats. | James Benton | 2012-06-29 | 2 | -7/+31 |
* | translate_test: add support for half floats | Brian Paul | 2012-06-06 | 1 | -0/+8 |
* | gallium/graw: stop using user_buffer_create | Marek Olšák | 2012-05-12 | 15 | -73/+93 |
* | Merge branch 'gallium-userbuf' | Marek Olšák | 2012-05-11 | 3 | -5/+5 |
|\ |
|
| * | gallium: change set_constant_buffer to be UBO-friendly | Marek Olšák | 2012-04-30 | 3 | -5/+5 |
* | | gallium/tests/trivial: Import compute unit tests. | Francisco Jerez | 2012-05-11 | 2 | -1/+1594 |
* | | gallium/tests/trivial: Switch to the pipe loader. | Francisco Jerez | 2012-05-11 | 3 | -36/+39 |
|/ |
|
* | Add a test for the compare opcode. | Alex Corscadden | 2012-02-23 | 1 | -0/+12 |
* | 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 | 11 | -0/+11 |
* | gallium: rename ZS stencil type to UINT (v2) | Dave Airlie | 2011-10-11 | 1 | -12/+12 |
* | 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 | 12 | -32/+32 |
* | tests/unit: Fix include style | Kai Wasserbäch | 2011-08-29 | 1 | -5/+5 |
* | gallium/tests/trivial: update comment | Brian Paul | 2011-06-24 | 1 | -1/+1 |
* | gallium/tests/trivial: use CXX to do final link | Brian Paul | 2011-06-24 | 1 | -1/+1 |
* | gallium/tests/trivial: make it build | Alon Levy | 2011-06-24 | 3 | -6/+11 |
* | gallium: s/bool/boolean/ | Brian Paul | 2011-06-08 | 1 | -2/+2 |
* | graw: Replace dead symlinks to delete python statetracker shaders with their ... | José Fonseca | 2011-04-23 | 64 | -2/+818 |
* | st/python: Remove bindings, and all its dependencies. | José Fonseca | 2011-04-06 | 81 | -5179/+0 |
* | tests: Use elts in translate_test. | José Fonseca | 2011-04-01 | 1 | -8/+14 |
* | scons: Add aliases for unit tests. | José Fonseca | 2011-04-01 | 1 | -4/+4 |
* | gallium: remove flags from the flush function | Marek Olšák | 2011-03-11 | 12 | -12/+12 |
* | scons: Fix immediate Python exceptions with SCons on SunOS. | Vinson Lee | 2011-03-08 | 2 | -2/+2 |
* | gallium: add usage parameter to pipe_buffer_create | Marek Olšák | 2011-02-15 | 2 | -2/+4 |
* | 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 |
* | retrace: Some fixes. | José Fonseca | 2010-12-02 | 1 | -1/+5 |
* | gallium: support for array textures and related changes | Roland Scheidegger | 2010-12-02 | 12 | -79/+140 |
* | 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 | 2 | -16/+14 |
* | Merge remote branch 'origin/master' into lp-setup-llvm | Keith Whitwell | 2010-10-17 | 3 | -24/+34 |
|\ |
|
| * | retrace: Handle clear_render_target and clear_depth_stencil. | José Fonseca | 2010-10-06 | 1 | -0/+9 |
| * | python/retrace: Handle set_index_buffer and draw_vbo. | José Fonseca | 2010-09-29 | 1 | -20/+13 |
| * | util: Flush stdout on util_format. | José Fonseca | 2010-09-22 | 1 | -0/+8 |
| * | python/tests: Fixed tri.py for API and TGSI syntax changes. | Tilman Sauerbeck | 2010-09-20 | 1 | -4/+4 |
* | | graw: add frag-face shader | Keith Whitwell | 2010-09-18 | 1 | -0/+14 |
|/ |
|
* | Add a test for the KIL opcode | Alex Corscadden | 2010-09-11 | 1 | -0/+18 |
* | 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 |
* | util: Helper function to determined whether two formats can be memcpy'ed. | José Fonseca | 2010-09-05 | 3 | -0/+78 |
* | 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 |
* | gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT too | Luca Barbieri | 2010-08-20 | 1 | -1/+1 |