summaryrefslogtreecommitdiff
path: root/src/gallium/tests
AgeCommit message (Expand)AuthorFilesLines
2014-05-23Make DRI dependencies and build depend on the targetJon TURNEY1-1/+1
2014-04-25gallium/tests: conditionally include sw/dri winsysEmil Velikov1-1/+5
2014-04-25automake: cleanup pipe-loader handling when using sw/xlib winsysEmil Velikov1-1/+1
2014-04-05automake: introduce GALLIUM_COMMON_LIB_DEPSEmil Velikov2-6/+2
2014-02-24pipe-loader: wrap pipe_loader_sw_probe_xlib within HAVE_PIPE_LOADER_XLIBEmil Velikov1-0/+7
2014-02-22pipe-loader: introduce pipe_loader_sw_probe_dri helperEmil Velikov1-0/+1
2014-02-16pipe-loader: split out "client" versionRob Clark1-2/+2
2014-02-11gallium/tests: do not link against libudevEmil Velikov1-1/+0
2014-02-06gallium: remove PIPE_USAGE_STATICMarek Olšák18-21/+21
2014-01-23gallium: Use C11 thread abstractions.José Fonseca1-1/+1
2013-12-13swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)Dave Airlie9-9/+9
2013-11-25llvmpipe: support 8bit subpixel precisionZack Rusin2-0/+175
2013-10-23gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul8-10/+10
2013-10-09gallium: Add support for 32x32 muls with 64 bit resultsZack Rusin2-0/+24
2013-10-03gallium/tests: fix SHADER typoBrian Paul1-1/+1
2013-10-03gallium/tests: use pipe_context::bind_sampler_states()Brian Paul8-9/+13
2013-06-28gallium/tests: fix the translate testZack Rusin1-4/+4
2013-06-24tests/graw: Fix typo in shader-leak.cJosé Fonseca1-1/+1
2013-06-24gallium: Fix llvmpipe on big-endian machinesAdam Jackson8-17/+17
2013-06-13gallium/util: make WRITES_ALL_CBUFS optional in the passthrough fragment shaderMarek Olšák1-1/+1
2013-05-25gallium: Add support for multiple viewportsZack Rusin8-8/+8
2013-05-14graw/tgsi_dump: Fix gdb macro.José Fonseca1-2/+2
2013-04-30build: Remove libpipe_loader.la from GALLIUM_PIPE_LOADER_LIBS.Matt Turner1-0/+1
2013-04-30build: Remove libws_null.la from GALLIUM_PIPE_LOADER_LIBS.Matt Turner1-0/+1
2013-04-25graw: Set the vertex shader constant buffer.José Fonseca1-1/+1
2013-04-25graw: Simple utilities to dump and disassemble TGSI tokens.José Fonseca3-0/+97
2013-04-23gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca12-12/+24
2013-04-22gallivm: Fix assignment of unsigned values to OUT register.José Fonseca1-0/+9
2013-04-15build: Build pipe-loader before gallium testsMatt Turner1-4/+0
2013-04-04llvmpipe: implement ucmpZack Rusin1-0/+11
2013-03-27graw/gs: add missing max output vertices to all testsZack Rusin4-0/+4
2013-03-12gallium/tests: check format in compute tests, make selectableChristoph Bumiller1-17/+52
2013-01-15gallium/util: fix glClear with MRT by making the FS write to all cbufsMarek Olšák1-1/+2
2013-01-10gallium/tests/unit: Convert to automakeAndreas Boll2-49/+34
2013-01-10gallium/tests/trivial: Convert to automakeAndreas Boll2-54/+34
2013-01-04gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák18-18/+18
2012-12-21gallium/tests: fix build breakage after pipe_surface::usage removalMarek Olšák1-1/+0
2012-12-12gallium: remove pipe_surface::usageMarek Olšák11-12/+0
2012-11-27gallium/tests/trivial: updates for transfer functions changesAndreas Boll1-10/+4
2012-11-27gallium/tests/trivial: updates for CSO interface changesAndreas Boll1-2/+2
2012-11-27gallium/tests/trivial: updates for util_draw_vertex_buffer changesAndreas Boll2-2/+2
2012-11-21gallium/tests: update .gitignore filesAndreas Boll2-0/+7
2012-10-31gallium: add start_slot parameter to set_vertex_buffersMarek Olšák15-15/+15
2012-10-26graw/fs-test: Use user constant buffers.José Fonseca1-56/+14
2012-10-26graw: Ensure new members are zeroed.José Fonseca14-0/+16
2012-10-26tests/graw: Update occlusion query example.José Fonseca1-4/+4
2012-10-25tests: Use printf instead of debug_printf in u_format_compatible_test.Vinson Lee1-1/+1
2012-10-17tgsi: Add support to parse IMM[x] too.José Fonseca1-2/+2
2012-10-11gallium: unify transfer functionsMarek Olšák6-38/+18
2012-09-05Use the correct macro _WIN32 for Windows.Vinson Lee3-3/+3