summaryrefslogtreecommitdiff
path: root/src/gallium/include/state_tracker
Commit message (Expand)AuthorAgeFilesLines
* state_tracker/winsys_handle: Add plane input fieldJordan Justen2019-08-131-0/+5
* mesa/gallium: add dric option to allow overriding GL vendor stringTimothy Arceri2019-08-071-0/+1
* gallium: remove boolean from state tracker APIsIlia Mirkin2019-07-223-44/+42
* gallium: replace drm_driver_descriptor::configuration with driconf_xmlMarek Olšák2019-04-231-37/+8
* gallium: replace DRM_CONF_SHARE_FD with PIPE_CAP_DMABUFMarek Olšák2019-04-231-6/+0
* gallium: replace DRM_CONF_THROTTLE with PIPE_CAP_MAX_FRAMES_IN_FLIGHTMarek Olšák2019-04-231-4/+0
* gallium: use put image shm2 path (v2)Dave Airlie2019-01-251-1/+1
* gallium: Correctly handle no config context creationElie Tournier2018-09-101-0/+2
* st/mesa, gallium: add a workaround for No Mans SkyTimothy Arceri2018-08-301-0/+1
* mesa: remove unused dri config option disable_shader_bit_encodingTimothy Arceri2018-08-211-1/+0
* mesa/util: add allow_glsl_relaxed_es driconfig overrideTimothy Arceri2018-06-191-0/+1
* mesa/util: add allow_glsl_builtin_const_expression driconf overrideTimothy Arceri2018-06-191-0/+1
* drisw: learn to query shmid handle typeMarc-André Lureau2018-05-303-2/+3
* drisw: use putImageShm if availableMarc-André Lureau2018-05-301-0/+3
* gallium/winsys: rename DRM_API_HANDLE_* to WINSYS_HANDLE_*Dave Airlie2018-05-301-3/+3
* gallium: move winsys handle to it's own file.Marc-André Lureau2018-05-302-47/+59
* gallium: Correct minor typo in header commentsAlyssa Rosenzweig2018-03-261-1/+1
* gallium: Make (num_)samples an unsigned intGert Wollny2018-01-191-1/+1
* gallium: plumb context priority through to driverRob Clark2017-12-191-0/+2
* mesa: add AllowGLSLCrossStageInterpolationMismatch workaroundTapani Pälli2017-11-301-0/+1
* st/dri: fix deadlock when waiting on android fencesMarek Olšák2017-11-111-2/+1
* st/dri: fix android fence regressionMarek Olšák2017-11-101-0/+2
* gallium: Wire up flush controlAdam Jackson2017-11-061-0/+1
* st_api: remove unused get_resource_for_egl_imageNicolai Hähnle2017-10-101-37/+0
* mesa: Remove force_s3tc_enable driconf variableMatt Turner2017-10-021-1/+0
* gallium/st: Add a method to flush outstanding swapbuffersThomas Hellstrom2017-08-031-0/+2
* gallium: add pipe_screen_config to screen_create functionsNicolai Hähnle2017-08-021-1/+3
* st/drm: add DRM_CONF_XML_OPTIONSNicolai Hähnle2017-08-021-0/+2
* st/mesa: create framebuffer iface hash table per st managerCharmaine Lee2017-07-241-0/+21
* st/mesa: add destroy_drawable interfaceCharmaine Lee2017-07-201-0/+7
* st/mesa: Add support for KHR_no_error flagGrigori Goronzy2017-07-141-0/+1
* st/mesa: add a winsys buffers list in st_contextCharmaine Lee2017-07-111-0/+5
* mesa/glthread: add glthread "perf" counters and pass them to gallium HUDMarek Olšák2017-06-261-1/+3
* gallium: allow passing 'unsigned flags' to create_screen()Marek Olšák2017-06-231-1/+1
* gallium/winsys/drm: introduce modifier field to winsys_handleVarad Gautam2017-06-091-0/+6
* driconf: Add allow_glsl_builtin_variable_redeclaration optionJohn Brooks2017-05-201-0/+1
* driconf: add force_glsl_abs_sqrt optionSamuel Pitoiset2017-03-221-0/+1
* gallium: implement the backend of threaded GL dispatchMarek Olšák2017-03-161-0/+19
* st: add ST_FLUSH_WAIT to st_context_flush()Charmaine Lee2017-02-181-0/+1
* st/mesa/glsl: build string of dri options and use as input to building sha fo...Timothy Arceri2017-02-171-0/+1
* driconf: add allow_higher_compat_version optionSamuel Pitoiset2017-02-151-0/+1
* gallium/stapi: fix comment for st_visual::buffer_maskBrian Paul2016-10-241-1/+1
* gallium: annotate sw_driver_descriptor instance as const dataEmil Velikov2016-10-141-1/+1
* gallium: annotate drm_driver_descriptor instance as const dataEmil Velikov2016-10-141-2/+2
* gallium: rename drm_driver_descriptor::{, driver_}nameEmil Velikov2016-10-141-3/+3
* gallium: remove unused drm_driver_descriptor::driver_nameEmil Velikov2016-10-141-8/+1
* gallium: fix drm_driver_descriptor::name commentEmil Velikov2016-10-141-1/+1
* mesa/st: support lowering multi-planar YUVRob Clark2016-09-261-0/+3
* st/vdpau: fix argument type to vlVdpOutputSurfaceDMABufIlia Mirkin2016-09-201-1/+1
* glsl: add driconf to zero-init unintialized varsRob Clark2016-07-021-0/+1