summaryrefslogtreecommitdiff
path: root/src/gallium/include/state_tracker/st_api.h
AgeCommit message (Expand)AuthorFilesLines
2018-08-21mesa: remove unused dri config option disable_shader_bit_encodingTimothy Arceri1-1/+0
2018-06-19mesa/util: add allow_glsl_relaxed_es driconfig overrideTimothy Arceri1-0/+1
2018-06-19mesa/util: add allow_glsl_builtin_const_expression driconf overrideTimothy Arceri1-0/+1
2018-01-19gallium: Make (num_)samples an unsigned intGert Wollny1-1/+1
2017-12-19gallium: plumb context priority through to driverRob Clark1-0/+2
2017-11-30mesa: add AllowGLSLCrossStageInterpolationMismatch workaroundTapani Pälli1-0/+1
2017-11-11st/dri: fix deadlock when waiting on android fencesMarek Olšák1-2/+1
2017-11-10st/dri: fix android fence regressionMarek Olšák1-0/+2
2017-11-06gallium: Wire up flush controlAdam Jackson1-0/+1
2017-10-10st_api: remove unused get_resource_for_egl_imageNicolai Hähnle1-37/+0
2017-10-02mesa: Remove force_s3tc_enable driconf variableMatt Turner1-1/+0
2017-08-03gallium/st: Add a method to flush outstanding swapbuffersThomas Hellstrom1-0/+2
2017-07-24st/mesa: create framebuffer iface hash table per st managerCharmaine Lee1-0/+21
2017-07-20st/mesa: add destroy_drawable interfaceCharmaine Lee1-0/+7
2017-07-14st/mesa: Add support for KHR_no_error flagGrigori Goronzy1-0/+1
2017-07-11st/mesa: add a winsys buffers list in st_contextCharmaine Lee1-0/+5
2017-06-26mesa/glthread: add glthread "perf" counters and pass them to gallium HUDMarek Olšák1-1/+3
2017-05-20driconf: Add allow_glsl_builtin_variable_redeclaration optionJohn Brooks1-0/+1
2017-03-22driconf: add force_glsl_abs_sqrt optionSamuel Pitoiset1-0/+1
2017-03-16gallium: implement the backend of threaded GL dispatchMarek Olšák1-0/+19
2017-02-18st: add ST_FLUSH_WAIT to st_context_flush()Charmaine Lee1-0/+1
2017-02-17st/mesa/glsl: build string of dri options and use as input to building sha fo...Timothy Arceri1-0/+1
2017-02-15driconf: add allow_higher_compat_version optionSamuel Pitoiset1-0/+1
2016-10-24gallium/stapi: fix comment for st_visual::buffer_maskBrian Paul1-1/+1
2016-09-26mesa/st: support lowering multi-planar YUVRob Clark1-0/+3
2016-07-02glsl: add driconf to zero-init unintialized varsRob Clark1-0/+1
2016-06-13gallium: remove st_api::get_proc_address hookEmil Velikov1-12/+0
2015-07-21gallium: replace INLINE with inlineIlia Mirkin1-1/+1
2015-05-12st/dri: add support for create_context_robustness GLX and EGL extensionsMarek Olšák1-0/+1
2014-08-11gallium: pass st_config_options to query_versionsMarek Olšák1-0/+1
2014-08-11gallium/stapi: move setting GL versions to the state trackerMarek Olšák1-0/+10
2014-07-18st/mesa,gallium: add a workaround for Unigine Heaven 4.0 and Valley 1.0Marek Olšák1-0/+1
2013-09-11st/dri: do not create a new context for msaa copyMaarten Lankhorst1-1/+2
2013-07-30st/dri: add a new driconf option disable_shader_bit_encoding for UnigineMarek Olšák1-0/+1
2013-07-30mesa,glsl,st/dri: add a new driconf option force_glsl_version for UnigineMarek Olšák1-2/+3
2013-07-30st/dri: implement the driconf option force_s3tc_enable properlyMarek Olšák1-0/+1
2013-07-30st/dri: support the driconf option disable_blend_func_extendedMarek Olšák1-2/+3
2013-04-19gallium: handle drirc disable_glsl_line_continuations optionVadim Girlin1-0/+1
2013-01-04gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák1-0/+1
2012-12-07gallium: pass the current context to the flush_front state tracker functionMarek Olšák1-1/+4
2012-11-29gallium/postprocess: share pipe_context and cso_context with the state trackerMarek Olšák1-0/+11
2012-11-29st/mesa: allow forward-compatible contexts and set Const.ContextFlagsMarek Olšák1-2/+1
2012-08-23st/mesa: accept and handle configuration options from st/driVadim Girlin1-0/+14
2012-05-29gallium: add st_api feature mask to prevent advertising MS visualsChristoph Bumiller1-0/+16
2012-02-01st-api: fix typos, whitespace, line wrappingBrian Paul1-6/+6
2011-12-23st-api: Have context_create explain why creation failedIan Romanick1-0/+14
2011-12-23st-api: Clean-up OpenGL profile handlingIan Romanick1-9/+10
2011-06-29st-api: Rework how drawables are invalidated v3.Thomas Hellstrom1-19/+6
2011-05-19st/glx: define/set new ST_CONTEXT_FLAG_bitsBrian Paul1-11/+13
2011-03-11gallium: remove flags from the flush functionMarek Olšák1-0/+5