| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium/tests: silence warning in compute.c | Brian Paul | 2016-03-05 | 1 | -1/+1 |
* | gallium: add a new interface for pipe_context::launch_grid() | Samuel Pitoiset | 2016-02-13 | 1 | -1/+10 |
* | gallium/util: switch over to new u_debug_image.[ch] code | Brian Paul | 2016-02-08 | 3 | -2/+3 |
* | gallium/tests: fix build with clang compiler | Samuel Pitoiset | 2016-01-03 | 1 | -273/+330 |
* | gallium: rename libpipe_loader to libpipe_loader_dynamic | Emil Velikov | 2015-11-21 | 1 | -1/+1 |
* | pipe-loader: rework the sw backend | Emil Velikov | 2015-11-21 | 1 | -1/+0 |
* | gallium/tests: remove unneeded include paths | Emil Velikov | 2015-11-21 | 1 | -4/+0 |
* | gallium: remove library_path argument from pipe_loader_create_screen() | Emil Velikov | 2015-11-21 | 4 | -5/+4 |
* | automake: use GALLIUM_PIPE_LOADER_DEFINES only where applicable | Emil Velikov | 2015-11-21 | 1 | -2/+1 |
* | gallium: add flags parameter to pipe_screen::context_create | Marek Olšák | 2015-08-26 | 12 | -12/+12 |
* | gallium/tests: use cso_set_samplers | Marek Olšák | 2015-07-23 | 1 | -2/+3 |
* | gallium: replace INLINE with inline | Ilia Mirkin | 2015-07-21 | 1 | -7/+7 |
* | automake: remove empty GALLIUM_PIPE_LOADER_LIBS | Emil Velikov | 2015-07-13 | 1 | -1/+0 |
* | automake: pipe-loader: remove the 'client' pipe-loader | Emil Velikov | 2015-07-13 | 1 | -2/+2 |
* | util/blitter (and friends): generate appropriate SVIEW decls | Rob Clark | 2015-06-21 | 1 | -1/+3 |
* | mesa: Add scons files to distribution. | Matt Turner | 2014-12-12 | 1 | -0/+2 |
* | cso: put cso_release_all into cso_destroy_context | Marek Olšák | 2014-12-10 | 2 | -9/+2 |
* | graw: Avoid 'near'/'far' variables. | José Fonseca | 2014-12-01 | 8 | -24/+24 |
* | gallium/tests: add missing arg to util_make_vertex_passthrough_shader() | Brian Paul | 2014-11-17 | 2 | -2/+2 |
* | gallium: remove unused pipe_viewport_state::translate[3] and scale[3] | Marek Olšák | 2014-11-16 | 10 | -20/+0 |
* | gallium/tests: automake: link against libmesautil.la | Emil Velikov | 2014-08-05 | 2 | -0/+2 |
* | gallium: Move sRGB <-> RGB handling to libmesautil | Jason Ekstrand | 2014-08-04 | 2 | -2/+2 |
* | gallium: add an index argument to create_query | Ilia Mirkin | 2014-07-01 | 1 | -2/+2 |
* | automake: include the libdeps in the correct order | Emil Velikov | 2014-06-19 | 1 | -2/+2 |
* | targets: use GALLIUM_PIPE_LOADER_WINSYS_LIB_DEPS | Emil Velikov | 2014-06-19 | 1 | -14/+3 |
* | Make DRI dependencies and build depend on the target | Jon TURNEY | 2014-05-23 | 1 | -1/+1 |
* | gallium/tests: conditionally include sw/dri winsys | Emil Velikov | 2014-04-25 | 1 | -1/+5 |
* | automake: cleanup pipe-loader handling when using sw/xlib winsys | Emil Velikov | 2014-04-25 | 1 | -1/+1 |
* | automake: introduce GALLIUM_COMMON_LIB_DEPS | Emil Velikov | 2014-04-05 | 2 | -6/+2 |
* | pipe-loader: wrap pipe_loader_sw_probe_xlib within HAVE_PIPE_LOADER_XLIB | Emil Velikov | 2014-02-24 | 1 | -0/+7 |
* | pipe-loader: introduce pipe_loader_sw_probe_dri helper | Emil Velikov | 2014-02-22 | 1 | -0/+1 |
* | pipe-loader: split out "client" version | Rob Clark | 2014-02-16 | 1 | -2/+2 |
* | gallium/tests: do not link against libudev | Emil Velikov | 2014-02-11 | 1 | -1/+0 |
* | gallium: remove PIPE_USAGE_STATIC | Marek Olšák | 2014-02-06 | 18 | -21/+21 |
* | gallium: Use C11 thread abstractions. | José Fonseca | 2014-01-23 | 1 | -1/+1 |
* | swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3) | Dave Airlie | 2013-12-13 | 9 | -9/+9 |
* | llvmpipe: support 8bit subpixel precision | Zack Rusin | 2013-11-25 | 2 | -0/+175 |
* | gallium: new, unified pipe_context::set_sampler_views() function | Brian Paul | 2013-10-23 | 8 | -10/+10 |
* | gallium: Add support for 32x32 muls with 64 bit results | Zack Rusin | 2013-10-09 | 2 | -0/+24 |
* | gallium/tests: fix SHADER typo | Brian Paul | 2013-10-03 | 1 | -1/+1 |
* | gallium/tests: use pipe_context::bind_sampler_states() | Brian Paul | 2013-10-03 | 8 | -9/+13 |
* | gallium/tests: fix the translate test | Zack Rusin | 2013-06-28 | 1 | -4/+4 |
* | tests/graw: Fix typo in shader-leak.c | José Fonseca | 2013-06-24 | 1 | -1/+1 |
* | gallium: Fix llvmpipe on big-endian machines | Adam Jackson | 2013-06-24 | 8 | -17/+17 |
* | gallium/util: make WRITES_ALL_CBUFS optional in the passthrough fragment shader | Marek Olšák | 2013-06-13 | 1 | -1/+1 |
* | gallium: Add support for multiple viewports | Zack Rusin | 2013-05-25 | 8 | -8/+8 |
* | graw/tgsi_dump: Fix gdb macro. | José Fonseca | 2013-05-14 | 1 | -2/+2 |
* | build: Remove libpipe_loader.la from GALLIUM_PIPE_LOADER_LIBS. | Matt Turner | 2013-04-30 | 1 | -0/+1 |
* | build: Remove libws_null.la from GALLIUM_PIPE_LOADER_LIBS. | Matt Turner | 2013-04-30 | 1 | -0/+1 |
* | graw: Set the vertex shader constant buffer. | José Fonseca | 2013-04-25 | 1 | -1/+1 |