| Commit message (Expand) | Author | Age | Files | Lines |
* | tests/graw: Fix typo in shader-leak.c | José Fonseca | 2013-06-24 | 1 | -1/+1 |
* | gallium: Fix llvmpipe on big-endian machines | Adam Jackson | 2013-06-24 | 8 | -17/+17 |
* | gallium/util: make WRITES_ALL_CBUFS optional in the passthrough fragment shader | Marek Olšák | 2013-06-13 | 1 | -1/+1 |
* | gallium: Add support for multiple viewports | Zack Rusin | 2013-05-25 | 8 | -8/+8 |
* | graw/tgsi_dump: Fix gdb macro. | José Fonseca | 2013-05-14 | 1 | -2/+2 |
* | build: Remove libpipe_loader.la from GALLIUM_PIPE_LOADER_LIBS. | Matt Turner | 2013-04-30 | 1 | -0/+1 |
* | build: Remove libws_null.la from GALLIUM_PIPE_LOADER_LIBS. | Matt Turner | 2013-04-30 | 1 | -0/+1 |
* | graw: Set the vertex shader constant buffer. | José Fonseca | 2013-04-25 | 1 | -1/+1 |
* | graw: Simple utilities to dump and disassemble TGSI tokens. | José Fonseca | 2013-04-25 | 3 | -0/+97 |
* | gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel... | José Fonseca | 2013-04-23 | 12 | -12/+24 |
* | gallivm: Fix assignment of unsigned values to OUT register. | José Fonseca | 2013-04-22 | 1 | -0/+9 |
* | build: Build pipe-loader before gallium tests | Matt Turner | 2013-04-15 | 1 | -4/+0 |
* | 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/tests: check format in compute tests, make selectable | Christoph Bumiller | 2013-03-12 | 1 | -17/+52 |
* | gallium/util: fix glClear with MRT by making the FS write to all cbufs | Marek Olšák | 2013-01-15 | 1 | -1/+2 |
* | gallium/tests/unit: Convert to automake | Andreas Boll | 2013-01-10 | 2 | -49/+34 |
* | gallium/tests/trivial: Convert to automake | Andreas Boll | 2013-01-10 | 2 | -54/+34 |
* | gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flag | Marek Olšák | 2013-01-04 | 18 | -18/+18 |
* | gallium/tests: fix build breakage after pipe_surface::usage removal | Marek Olšák | 2012-12-21 | 1 | -1/+0 |
* | gallium: remove pipe_surface::usage | Marek Olšák | 2012-12-12 | 11 | -12/+0 |
* | gallium/tests/trivial: updates for transfer functions changes | Andreas Boll | 2012-11-27 | 1 | -10/+4 |
* | gallium/tests/trivial: updates for CSO interface changes | Andreas Boll | 2012-11-27 | 1 | -2/+2 |
* | gallium/tests/trivial: updates for util_draw_vertex_buffer changes | Andreas Boll | 2012-11-27 | 2 | -2/+2 |
* | gallium/tests: update .gitignore files | Andreas Boll | 2012-11-21 | 2 | -0/+7 |
* | 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 |
* | tests: Use printf instead of debug_printf in u_format_compatible_test. | Vinson Lee | 2012-10-25 | 1 | -1/+1 |
* | 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 | 6 | -38/+18 |
* | 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 |