summaryrefslogtreecommitdiffstats
path: root/src/gallium/tests
Commit message (Expand)AuthorAgeFilesLines
* gallium: remove pipe_surface::usageMarek Olšák2012-12-1211-12/+0
* gallium/tests/trivial: updates for transfer functions changesAndreas Boll2012-11-271-10/+4
* gallium/tests/trivial: updates for CSO interface changesAndreas Boll2012-11-271-2/+2
* gallium/tests/trivial: updates for util_draw_vertex_buffer changesAndreas Boll2012-11-272-2/+2
* gallium/tests: update .gitignore filesAndreas Boll2012-11-212-0/+7
* gallium: add start_slot parameter to set_vertex_buffersMarek Olšák2012-10-3115-15/+15
* graw/fs-test: Use user constant buffers.José Fonseca2012-10-261-56/+14
* graw: Ensure new members are zeroed.José Fonseca2012-10-2614-0/+16
* tests/graw: Update occlusion query example.José Fonseca2012-10-261-4/+4
* tests: Use printf instead of debug_printf in u_format_compatible_test.Vinson Lee2012-10-251-1/+1
* tgsi: Add support to parse IMM[x] too.José Fonseca2012-10-171-2/+2
* gallium: unify transfer functionsMarek Olšák2012-10-116-38/+18
* Use the correct macro _WIN32 for Windows.Vinson Lee2012-09-053-3/+3
* gallium/tests/trivial: updates for CSO interface changesBrian Paul2012-08-031-2/+2
* tests: Updated tests to properly handle NaN for half floats.James Benton2012-06-292-7/+31
* translate_test: add support for half floatsBrian Paul2012-06-061-0/+8
* gallium/graw: stop using user_buffer_createMarek Olšák2012-05-1215-73/+93
* Merge branch 'gallium-userbuf'Marek Olšák2012-05-113-5/+5
|\
| * gallium: change set_constant_buffer to be UBO-friendlyMarek Olšák2012-04-303-5/+5
* | gallium/tests/trivial: Import compute unit tests.Francisco Jerez2012-05-112-1/+1594
* | gallium/tests/trivial: Switch to the pipe loader.Francisco Jerez2012-05-113-36/+39
|/
* Add a test for the compare opcode.Alex Corscadden2012-02-231-0/+12
* tests/graw: Add a bunch of tests.José Fonseca2012-02-2210-372/+1794
* Squash-merge branch 'gallium-clip-state'Marek Olšák2012-01-1011-0/+11
* gallium: rename ZS stencil type to UINT (v2)Dave Airlie2011-10-111-12/+12
* graw: fix tests to build on msvc again.Dave Airlie2011-09-1910-10/+10
* gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie2011-09-1812-32/+32
* tests/unit: Fix include styleKai Wasserbäch2011-08-291-5/+5
* gallium/tests/trivial: update commentBrian Paul2011-06-241-1/+1
* gallium/tests/trivial: use CXX to do final linkBrian Paul2011-06-241-1/+1
* gallium/tests/trivial: make it buildAlon Levy2011-06-243-6/+11
* gallium: s/bool/boolean/Brian Paul2011-06-081-2/+2
* graw: Replace dead symlinks to delete python statetracker shaders with their ...José Fonseca2011-04-2364-2/+818
* st/python: Remove bindings, and all its dependencies.José Fonseca2011-04-0681-5179/+0
* tests: Use elts in translate_test.José Fonseca2011-04-011-8/+14
* scons: Add aliases for unit tests.José Fonseca2011-04-011-4/+4
* gallium: remove flags from the flush functionMarek Olšák2011-03-1112-12/+12
* scons: Fix immediate Python exceptions with SCons on SunOS.Vinson Lee2011-03-082-2/+2
* gallium: add usage parameter to pipe_buffer_createMarek Olšák2011-02-152-2/+4
* graw: remove pipe_vertex_buffer::max_indexVinson Lee2011-02-141-1/+0
* gallium: remove pipe_vertex_buffer::max_indexMarek Olšák2011-02-148-10/+0
* graw: add a test showing the new sampling scheme in actionZack Rusin2011-01-241-0/+415
* gallium: implement modern sampling schemeZack Rusin2011-01-241-0/+1
* graw: fix logic error in pixel format selectionBrian Paul2011-01-209-51/+79
* retrace: Some fixes.José Fonseca2010-12-021-1/+5
* gallium: support for array textures and related changesRoland Scheidegger2010-12-0212-79/+140
* graw: Export graw_save_surface_to_file().Michal Krol2010-11-089-101/+81
* scons: Revamp how to specify targets to build.José Fonseca2010-11-012-16/+14
* Merge remote branch 'origin/master' into lp-setup-llvmKeith Whitwell2010-10-173-24/+34
|\
| * retrace: Handle clear_render_target and clear_depth_stencil.José Fonseca2010-10-061-0/+9