summaryrefslogtreecommitdiff
path: root/src/gallium/tests
AgeCommit message (Expand)AuthorFilesLines
2015-08-26gallium: add flags parameter to pipe_screen::context_createMarek Olšák12-12/+12
2015-07-23gallium/tests: use cso_set_samplersMarek Olšák1-2/+3
2015-07-21gallium: replace INLINE with inlineIlia Mirkin1-7/+7
2015-07-13automake: remove empty GALLIUM_PIPE_LOADER_LIBSEmil Velikov1-1/+0
2015-07-13automake: pipe-loader: remove the 'client' pipe-loaderEmil Velikov1-2/+2
2015-06-21util/blitter (and friends): generate appropriate SVIEW declsRob Clark1-1/+3
2014-12-12mesa: Add scons files to distribution.Matt Turner1-0/+2
2014-12-10cso: put cso_release_all into cso_destroy_contextMarek Olšák2-9/+2
2014-12-01graw: Avoid 'near'/'far' variables.José Fonseca8-24/+24
2014-11-17gallium/tests: add missing arg to util_make_vertex_passthrough_shader()Brian Paul2-2/+2
2014-11-16gallium: remove unused pipe_viewport_state::translate[3] and scale[3]Marek Olšák10-20/+0
2014-08-05gallium/tests: automake: link against libmesautil.laEmil Velikov2-0/+2
2014-08-04gallium: Move sRGB <-> RGB handling to libmesautilJason Ekstrand2-2/+2
2014-07-01gallium: add an index argument to create_queryIlia Mirkin1-2/+2
2014-06-19automake: include the libdeps in the correct orderEmil Velikov1-2/+2
2014-06-19targets: use GALLIUM_PIPE_LOADER_WINSYS_LIB_DEPSEmil Velikov1-14/+3
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