aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
| * python/retrace: Handle set_index_buffer and draw_vbo.José Fonseca2010-09-291-20/+13
| * util: Flush stdout on util_format.José Fonseca2010-09-221-0/+8
| * python/tests: Fixed tri.py for API and TGSI syntax changes.Tilman Sauerbeck2010-09-201-4/+4
* | graw: add frag-face shaderKeith Whitwell2010-09-181-0/+14
|/
* Add a test for the KIL opcodeAlex Corscadden2010-09-111-0/+18
* graw: added test for finding shader mem leaksBrian Paul2010-09-092-0/+267
* graw: emit warnings when context/surface creation failesBrian Paul2010-09-091-3/+11
* graw: fix array size, indentation,Brian Paul2010-09-091-7/+10
* util: Helper function to determined whether two formats can be memcpy'ed.José Fonseca2010-09-053-0/+78
* graw: Undo late loading of graw drivers.José Fonseca2010-08-269-9/+16
* graw: Dynamically load graw libraries.José Fonseca2010-08-269-16/+9
* gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT tooLuca Barbieri2010-08-201-1/+1
* translate_test: Fix compilation with MSVC.Vinson Lee2010-08-121-1/+2
* translate_test: fix compilation on non-POSIX platformsLuca Barbieri2010-08-121-5/+19
* translate_test: improveLuca Barbieri2010-08-121-6/+60
* scons: Fix freebsd8 build.Vinson Lee2010-08-112-2/+8