summaryrefslogtreecommitdiffstats
path: root/src/gallium/tests
Commit message (Expand)AuthorAgeFilesLines
* gallium: rename libpipe_loader to libpipe_loader_dynamicEmil Velikov2015-11-211-1/+1
* pipe-loader: rework the sw backendEmil Velikov2015-11-211-1/+0
* gallium/tests: remove unneeded include pathsEmil Velikov2015-11-211-4/+0
* gallium: remove library_path argument from pipe_loader_create_screen()Emil Velikov2015-11-214-5/+4
* automake: use GALLIUM_PIPE_LOADER_DEFINES only where applicableEmil Velikov2015-11-211-2/+1
* gallium: add flags parameter to pipe_screen::context_createMarek Olšák2015-08-2612-12/+12
* gallium/tests: use cso_set_samplersMarek Olšák2015-07-231-2/+3
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-7/+7
* automake: remove empty GALLIUM_PIPE_LOADER_LIBSEmil Velikov2015-07-131-1/+0
* automake: pipe-loader: remove the 'client' pipe-loaderEmil Velikov2015-07-131-2/+2
* util/blitter (and friends): generate appropriate SVIEW declsRob Clark2015-06-211-1/+3
* mesa: Add scons files to distribution.Matt Turner2014-12-121-0/+2
* cso: put cso_release_all into cso_destroy_contextMarek Olšák2014-12-102-9/+2
* graw: Avoid 'near'/'far' variables.José Fonseca2014-12-018-24/+24
* gallium/tests: add missing arg to util_make_vertex_passthrough_shader()Brian Paul2014-11-172-2/+2
* gallium: remove unused pipe_viewport_state::translate[3] and scale[3]Marek Olšák2014-11-1610-20/+0
* gallium/tests: automake: link against libmesautil.laEmil Velikov2014-08-052-0/+2
* gallium: Move sRGB <-> RGB handling to libmesautilJason Ekstrand2014-08-042-2/+2
* gallium: add an index argument to create_queryIlia Mirkin2014-07-011-2/+2
* automake: include the libdeps in the correct orderEmil Velikov2014-06-191-2/+2
* targets: use GALLIUM_PIPE_LOADER_WINSYS_LIB_DEPSEmil Velikov2014-06-191-14/+3
* Make DRI dependencies and build depend on the targetJon TURNEY2014-05-231-1/+1
* gallium/tests: conditionally include sw/dri winsysEmil Velikov2014-04-251-1/+5
* automake: cleanup pipe-loader handling when using sw/xlib winsysEmil Velikov2014-04-251-1/+1
* automake: introduce GALLIUM_COMMON_LIB_DEPSEmil Velikov2014-04-052-6/+2
* pipe-loader: wrap pipe_loader_sw_probe_xlib within HAVE_PIPE_LOADER_XLIBEmil Velikov2014-02-241-0/+7
* pipe-loader: introduce pipe_loader_sw_probe_dri helperEmil Velikov2014-02-221-0/+1
* pipe-loader: split out "client" versionRob Clark2014-02-161-2/+2
* gallium/tests: do not link against libudevEmil Velikov2014-02-111-1/+0
* gallium: remove PIPE_USAGE_STATICMarek Olšák2014-02-0618-21/+21
* gallium: Use C11 thread abstractions.José Fonseca2014-01-231-1/+1
* swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)Dave Airlie2013-12-139-9/+9
* llvmpipe: support 8bit subpixel precisionZack Rusin2013-11-252-0/+175
* gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul2013-10-238-10/+10
* 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