| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: Remove force_s3tc_enable driconf variable | Matt Turner | 2017-10-02 | 1 | -1/+0 |
* | gallium/st: Add a method to flush outstanding swapbuffers | Thomas Hellstrom | 2017-08-03 | 1 | -0/+2 |
* | gallium: add pipe_screen_config to screen_create functions | Nicolai Hähnle | 2017-08-02 | 1 | -1/+3 |
* | st/drm: add DRM_CONF_XML_OPTIONS | Nicolai Hähnle | 2017-08-02 | 1 | -0/+2 |
* | st/mesa: create framebuffer iface hash table per st manager | Charmaine Lee | 2017-07-24 | 1 | -0/+21 |
* | st/mesa: add destroy_drawable interface | Charmaine Lee | 2017-07-20 | 1 | -0/+7 |
* | st/mesa: Add support for KHR_no_error flag | Grigori Goronzy | 2017-07-14 | 1 | -0/+1 |
* | st/mesa: add a winsys buffers list in st_context | Charmaine Lee | 2017-07-11 | 1 | -0/+5 |
* | mesa/glthread: add glthread "perf" counters and pass them to gallium HUD | Marek Olšák | 2017-06-26 | 1 | -1/+3 |
* | gallium: allow passing 'unsigned flags' to create_screen() | Marek Olšák | 2017-06-23 | 1 | -1/+1 |
* | gallium/winsys/drm: introduce modifier field to winsys_handle | Varad Gautam | 2017-06-09 | 1 | -0/+6 |
* | driconf: Add allow_glsl_builtin_variable_redeclaration option | John Brooks | 2017-05-20 | 1 | -0/+1 |
* | driconf: add force_glsl_abs_sqrt option | Samuel Pitoiset | 2017-03-22 | 1 | -0/+1 |
* | gallium: implement the backend of threaded GL dispatch | Marek Olšák | 2017-03-16 | 1 | -0/+19 |
* | st: add ST_FLUSH_WAIT to st_context_flush() | Charmaine Lee | 2017-02-18 | 1 | -0/+1 |
* | st/mesa/glsl: build string of dri options and use as input to building sha fo... | Timothy Arceri | 2017-02-17 | 1 | -0/+1 |
* | driconf: add allow_higher_compat_version option | Samuel Pitoiset | 2017-02-15 | 1 | -0/+1 |
* | gallium/stapi: fix comment for st_visual::buffer_mask | Brian Paul | 2016-10-24 | 1 | -1/+1 |
* | gallium: annotate sw_driver_descriptor instance as const data | Emil Velikov | 2016-10-14 | 1 | -1/+1 |
* | gallium: annotate drm_driver_descriptor instance as const data | Emil Velikov | 2016-10-14 | 1 | -2/+2 |
* | gallium: rename drm_driver_descriptor::{, driver_}name | Emil Velikov | 2016-10-14 | 1 | -3/+3 |
* | gallium: remove unused drm_driver_descriptor::driver_name | Emil Velikov | 2016-10-14 | 1 | -8/+1 |
* | gallium: fix drm_driver_descriptor::name comment | Emil Velikov | 2016-10-14 | 1 | -1/+1 |
* | mesa/st: support lowering multi-planar YUV | Rob Clark | 2016-09-26 | 1 | -0/+3 |
* | st/vdpau: fix argument type to vlVdpOutputSurfaceDMABuf | Ilia Mirkin | 2016-09-20 | 1 | -1/+1 |
* | glsl: add driconf to zero-init unintialized vars | Rob Clark | 2016-07-02 | 1 | -0/+1 |
* | gallium: remove st_api::get_proc_address hook | Emil Velikov | 2016-06-13 | 1 | -12/+0 |
* | st/vdpau: move FormatRGBAToPipe into the interop | Christian König | 2016-03-29 | 1 | -0/+65 |
* | st/vdpau: add new interop interface | Christian König | 2016-03-29 | 2 | -1/+100 |
* | gallium/winsys/drm: add layer to struct winsys_handle | Christian König | 2016-03-17 | 1 | -0/+5 |
* | gallium/winsys/drm: add offset to struct winsys_handle | Christian König | 2016-03-17 | 1 | -0/+5 |
* | gallium: remove unused function declarations | Emil Velikov | 2015-11-25 | 1 | -5/+0 |
* | target-helpers: remove inline_drm_helper.h | Emil Velikov | 2015-11-21 | 1 | -6/+0 |
* | pipe-loader: rework the sw backend | Emil Velikov | 2015-11-21 | 1 | -0/+21 |
* | gallium/swrast: fix front buffer blitting. (v2) | Dave Airlie | 2015-10-31 | 2 | -0/+4 |
* | gallium: replace INLINE with inline | Ilia Mirkin | 2015-07-21 | 1 | -1/+1 |
* | st/dri: add support for create_context_robustness GLX and EGL extensions | Marek Olšák | 2015-05-12 | 1 | -0/+1 |
* | gallium,clover: add OpenCL interoperability support for CL events | Marek Olšák | 2015-04-30 | 1 | -0/+40 |
* | gallium: pass st_config_options to query_versions | Marek Olšák | 2014-08-11 | 1 | -0/+1 |
* | gallium/stapi: move setting GL versions to the state tracker | Marek Olšák | 2014-08-11 | 1 | -0/+10 |
* | st/mesa,gallium: add a workaround for Unigine Heaven 4.0 and Valley 1.0 | Marek Olšák | 2014-07-18 | 1 | -0/+1 |
* | target-helpers: add dd_configuration(), dd_driver_name() | Emil Velikov | 2014-06-19 | 1 | -0/+4 |
* | target-helpers: add dd_create_screen() helper | Emil Velikov | 2014-06-19 | 1 | -0/+2 |
* | winsys/xlib: move xlib_create_sw_winsys within the winsys | Emil Velikov | 2014-02-22 | 1 | -10/+0 |
* | s/Tungsten Graphics/VMware/ | José Fonseca | 2014-01-17 | 1 | -1/+1 |
* | swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3) | Dave Airlie | 2013-12-13 | 2 | -2/+5 |
* | gallium/dri: Support DRI Image extension version 7 | Christopher James Halse Rogers | 2013-12-10 | 1 | -0/+2 |
* | gallium/winsys/drm: Prepare for passing prime fds in winsys_handle | Christopher James Halse Rogers | 2013-12-10 | 1 | -3/+6 |
* | implement NV_vdpau_interop v7 | Christian König | 2013-10-26 | 1 | -0/+49 |
* | st/dri: do not create a new context for msaa copy | Maarten Lankhorst | 2013-09-11 | 1 | -1/+2 |