gallium: add st_context_iface::flush_resource to call FLUSH_VERTICES
[mesa.git] / src / gallium / include / state_tracker / st_api.h
2020-01-17 Marek Olšákgallium: add st_context_iface::flush_resource to call...
2020-01-15 Gurchetan Singhst/dri: track if image is created by a dmabuf
2019-12-10 Pierre-Eric Pellou... st/mesa: add a notify_before_flush callback param to...
2019-11-27 Kenneth Graunkedriconf, glsl: Add a vs_position_always_invariant option
2019-11-12 Marek Olšákst/mesa: fix Sanctuary and Tropics by disabling ARB_gpu...
2019-08-07 Timothy Arcerimesa/gallium: add dric option to allow overriding GL...
2019-07-23 Ilia Mirkingallium: remove boolean from state tracker APIs
2018-09-10 Elie Tourniergallium: Correctly handle no config context creation
2018-08-29 Timothy Arcerist/mesa, gallium: add a workaround for No Mans Sky
2018-08-20 Timothy Arcerimesa: remove unused dri config option disable_shader_bi...
2018-06-19 Timothy Arcerimesa/util: add allow_glsl_relaxed_es driconfig override
2018-06-19 Timothy Arcerimesa/util: add allow_glsl_builtin_const_expression...
2018-01-19 Gert Wollnygallium: Make (num_)samples an unsigned int
2017-12-19 Rob Clarkgallium: plumb context priority through to driver
2017-11-30 Tapani Pällimesa: add AllowGLSLCrossStageInterpolationMismatch...
2017-11-11 Marek Olšákst/dri: fix deadlock when waiting on android fences
2017-11-10 Marek Olšákst/dri: fix android fence regression
2017-11-06 Adam Jacksongallium: Wire up flush control
2017-10-10 Nicolai Hähnlest_api: remove unused get_resource_for_egl_image
2017-10-03 Matt Turnermesa: Remove force_s3tc_enable driconf variable
2017-08-03 Thomas Hellstromgallium/st: Add a method to flush outstanding swapbuffers
2017-07-24 Charmaine Leest/mesa: create framebuffer iface hash table per st...
2017-07-21 Charmaine Leest/mesa: add destroy_drawable interface
2017-07-14 Grigori Goronzyst/mesa: Add support for KHR_no_error flag
2017-07-12 Charmaine Leest/mesa: add a winsys buffers list in st_context
2017-06-26 Marek Olšákmesa/glthread: add glthread "perf" counters and pass...
2017-05-20 John Brooksdriconf: Add allow_glsl_builtin_variable_redeclaration...
2017-03-22 Samuel Pitoisetdriconf: add force_glsl_abs_sqrt option
2017-03-16 Marek Olšákgallium: implement the backend of threaded GL dispatch
2017-02-18 Charmaine Leest: add ST_FLUSH_WAIT to st_context_flush()
2017-02-17 Timothy Arcerist/mesa/glsl: build string of dri options and use as...
2017-02-15 Samuel Pitoisetdriconf: add allow_higher_compat_version option
2016-10-25 Brian Paulgallium/stapi: fix comment for st_visual::buffer_mask
2016-09-26 Rob Clarkmesa/st: support lowering multi-planar YUV
2016-07-02 Rob Clarkglsl: add driconf to zero-init unintialized vars
2016-06-13 Emil Velikovgallium: remove st_api::get_proc_address hook
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-21 Ilia Mirkingallium: replace INLINE with inline
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-05-12 Marek Olšákst/dri: add support for create_context_robustness GLX...
2014-08-11 Marek Olšákgallium: pass st_config_options to query_versions
2014-08-11 Marek Olšákgallium/stapi: move setting GL versions to the state...
2014-07-17 Marek Olšákst/mesa,gallium: add a workaround for Unigine Heaven...
2013-09-11 Maarten Lankhorstst/dri: do not create a new context for msaa copy
2013-07-30 Marek Olšákst/dri: add a new driconf option disable_shader_bit_enc...
2013-07-30 Marek Olšákmesa,glsl,st/dri: add a new driconf option force_glsl_v...
2013-07-30 Marek Olšákst/dri: implement the driconf option force_s3tc_enable...
2013-07-30 Marek Olšákst/dri: support the driconf option disable_blend_func_e...
2013-04-18 Vadim Girlingallium: handle drirc disable_glsl_line_continuations...
2013-01-04 Marek Olšákgallium: extend pipe_context::flush for it to accept...
2012-12-07 Marek Olšákgallium: pass the current context to the flush_front...
2012-11-29 Marek Olšákgallium/postprocess: share pipe_context and cso_context...
2012-11-29 Marek Olšákst/mesa: allow forward-compatible contexts and set...
2012-08-23 Vadim Girlinst/mesa: accept and handle configuration options from...
2012-05-29 Christoph Bumillergallium: add st_api feature mask to prevent advertising...
2012-02-01 Brian Paulst-api: fix typos, whitespace, line wrapping
2011-12-23 Ian Romanickst-api: Have context_create explain why creation failed
2011-12-23 Ian Romanickst-api: Clean-up OpenGL profile handling
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
2011-06-29 Thomas Hellstromst-api: Rework how drawables are invalidated v3.
2011-06-03 Christian KönigMerge remote-tracking branch 'mareko/r300g-draw-instanc...
2011-05-21 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-05-20 Brian Paulst/glx: define/set new ST_CONTEXT_FLAG_bits
2011-03-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-11 Marek Olšákgallium: remove flags from the flush function
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-02 Roland Scheideggergallium: support for array textures and related changes
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-21 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-18 Chia-I Wugallium: Add st_context_iface::share to st_api.
2010-11-18 Chia-I Wugallium: Add st_api::name.
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-09-23 Kristian Høgsbergdri: Pass the __DRIscreen and the __DRIscreen private...
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-10 Chia-I Wugallium: Remove ST_API_OPENGL_ES1 and ST_API_OPENGL_ES2.
2010-09-10 Chia-I Wugallium: Add context profile support to st_api.
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-06-29 Chia-I Wust_api: Remove st_context::is_visual_supported.
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-05-01 Younes MantonMerge branch 'master' of ssh://git.freedesktop.org...
2010-05-21 Jakob Borncrantzst_api: Give get_egl_image arguments directly to the...
2010-05-21 Jakob Bornecrantzgallium: Fix invalidate framebuffer with old libGL...
2010-05-21 Jakob Bornecrantzst_api: Add get param function to st_manager
2010-05-21 Roland ScheideggerMerge branch 'gallium-msaa'
2010-05-05 Brian Paulgallium: remove trailing comma in enum list
2010-05-02 Kristian HøgsbergMerge branch 'gles2-2'
2010-04-25 Jakob Bornecrantzst_api: Remove st_module
2010-04-23 Ian RomanickMerge branch '7.8'
2010-04-23 Jerome GlisseMerge remote branch 'origin/7.8'
2010-04-23 Michel DänzerMerge branch '7.8'
2010-04-22 Brian PaulMerge branch '7.8'
next