summaryrefslogtreecommitdiffstats
path: root/src/gallium/tests
Commit message (Expand)AuthorAgeFilesLines
...
* gallium: Add support for 32x32 muls with 64 bit resultsZack Rusin2013-10-092-0/+24
* gallium/tests: fix SHADER typoBrian Paul2013-10-031-1/+1
* gallium/tests: use pipe_context::bind_sampler_states()Brian Paul2013-10-038-9/+13
* gallium/tests: fix the translate testZack Rusin2013-06-281-4/+4
* tests/graw: Fix typo in shader-leak.cJosé Fonseca2013-06-241-1/+1
* gallium: Fix llvmpipe on big-endian machinesAdam Jackson2013-06-248-17/+17
* gallium/util: make WRITES_ALL_CBUFS optional in the passthrough fragment shaderMarek Olšák2013-06-131-1/+1
* gallium: Add support for multiple viewportsZack Rusin2013-05-258-8/+8
* graw/tgsi_dump: Fix gdb macro.José Fonseca2013-05-141-2/+2
* build: Remove libpipe_loader.la from GALLIUM_PIPE_LOADER_LIBS.Matt Turner2013-04-301-0/+1
* build: Remove libws_null.la from GALLIUM_PIPE_LOADER_LIBS.Matt Turner2013-04-301-0/+1
* graw: Set the vertex shader constant buffer.José Fonseca2013-04-251-1/+1
* graw: Simple utilities to dump and disassemble TGSI tokens.José Fonseca2013-04-253-0/+97
* gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca2013-04-2312-12/+24
* gallivm: Fix assignment of unsigned values to OUT register.José Fonseca2013-04-221-0/+9
* build: Build pipe-loader before gallium testsMatt Turner2013-04-151-4/+0
* llvmpipe: implement ucmpZack Rusin2013-04-041-0/+11
* graw/gs: add missing max output vertices to all testsZack Rusin2013-03-274-0/+4
* gallium/tests: check format in compute tests, make selectableChristoph Bumiller2013-03-121-17/+52
* gallium/util: fix glClear with MRT by making the FS write to all cbufsMarek Olšák2013-01-151-1/+2
* gallium/tests/unit: Convert to automakeAndreas Boll2013-01-102-49/+34
* gallium/tests/trivial: Convert to automakeAndreas Boll2013-01-102-54/+34
* gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák2013-01-0418-18/+18
* gallium/tests: fix build breakage after pipe_surface::usage removalMarek Olšák2012-12-211-1/+0
* 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