summaryrefslogtreecommitdiffstats
path: root/src/gallium/include/state_tracker/st_api.h
Commit message (Expand)AuthorAgeFilesLines
* mesa/st: support lowering multi-planar YUVRob Clark2016-09-261-0/+3
* glsl: add driconf to zero-init unintialized varsRob Clark2016-07-021-0/+1
* gallium: remove st_api::get_proc_address hookEmil Velikov2016-06-131-12/+0
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-1/+1
* st/dri: add support for create_context_robustness GLX and EGL extensionsMarek Olšák2015-05-121-0/+1
* gallium: pass st_config_options to query_versionsMarek Olšák2014-08-111-0/+1
* gallium/stapi: move setting GL versions to the state trackerMarek Olšák2014-08-111-0/+10
* st/mesa,gallium: add a workaround for Unigine Heaven 4.0 and Valley 1.0Marek Olšák2014-07-181-0/+1
* st/dri: do not create a new context for msaa copyMaarten Lankhorst2013-09-111-1/+2
* st/dri: add a new driconf option disable_shader_bit_encoding for UnigineMarek Olšák2013-07-301-0/+1
* mesa,glsl,st/dri: add a new driconf option force_glsl_version for UnigineMarek Olšák2013-07-301-2/+3
* st/dri: implement the driconf option force_s3tc_enable properlyMarek Olšák2013-07-301-0/+1
* st/dri: support the driconf option disable_blend_func_extendedMarek Olšák2013-07-301-2/+3
* gallium: handle drirc disable_glsl_line_continuations optionVadim Girlin2013-04-191-0/+1
* gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák2013-01-041-0/+1
* gallium: pass the current context to the flush_front state tracker functionMarek Olšák2012-12-071-1/+4
* gallium/postprocess: share pipe_context and cso_context with the state trackerMarek Olšák2012-11-291-0/+11
* st/mesa: allow forward-compatible contexts and set Const.ContextFlagsMarek Olšák2012-11-291-2/+1
* st/mesa: accept and handle configuration options from st/driVadim Girlin2012-08-231-0/+14
* gallium: add st_api feature mask to prevent advertising MS visualsChristoph Bumiller2012-05-291-0/+16
* st-api: fix typos, whitespace, line wrappingBrian Paul2012-02-011-6/+6
* st-api: Have context_create explain why creation failedIan Romanick2011-12-231-0/+14
* st-api: Clean-up OpenGL profile handlingIan Romanick2011-12-231-9/+10
* st-api: Rework how drawables are invalidated v3.Thomas Hellstrom2011-06-291-19/+6
* st/glx: define/set new ST_CONTEXT_FLAG_bitsBrian Paul2011-05-191-11/+13
* gallium: remove flags from the flush functionMarek Olšák2011-03-111-0/+5
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-2/+1
* gallium: Add st_context_iface::share to st_api.Chia-I Wu2010-11-181-0/+6
* gallium: Add st_api::name.Chia-I Wu2010-11-181-0/+5
* dri: Pass the __DRIscreen and the __DRIscreen private back to image lookupKristian Høgsberg2010-09-221-1/+0
* gallium: Remove ST_API_OPENGL_ES1 and ST_API_OPENGL_ES2.Chia-I Wu2010-09-101-16/+0
* gallium: Add context profile support to st_api.Chia-I Wu2010-09-101-2/+61
* st_api: Remove st_context::is_visual_supported.Chia-I Wu2010-06-291-6/+0
* st_api: Give get_egl_image arguments directly to the functionJakob Borncrantz2010-05-211-5/+13
* gallium: Fix invalidate framebuffer with old libGL librariesJakob Bornecrantz2010-05-211-1/+8
* st_api: Add get param function to st_managerJakob Bornecrantz2010-05-211-0/+13
* gallium: remove trailing comma in enum listBrian Paul2010-05-041-2/+2
* st_api: Remove st_moduleJakob Bornecrantz2010-04-261-23/+12
* Squashed commit of the following:Keith Whitwell2010-04-101-5/+5
* gallium: Add st_api.h.Chia-I Wu2010-03-121-0/+407