summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_manager.c
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: release sampler views when redefining a texture in st_context_teximageMarek Olšák2017-07-281-0/+2
* st/mesa: always unconditionally revalidate main framebuffer after SwapBuffersMarek Olšák2017-07-281-0/+10
* st/mesa: Fix inversed test in st_api_destroy_drawableMichel Dänzer2017-07-271-1/+1
* st/mesa: fix unconditional return in st_framebuffer_iface_removeMarek Olšák2017-07-261-1/+1
* st/mesa: create framebuffer iface hash table per st managerCharmaine Lee2017-07-241-27/+80
* st/mesa: add destroy_drawable interfaceCharmaine Lee2017-07-201-1/+94
* st/mesa: Add support for KHR_no_error flagGrigori Goronzy2017-07-141-1/+5
* st/mesa: handle stfbi being NULL on entry of st_framebuffer_reuse_or_createLucas Stach2017-07-141-0/+3
* st/mesa: Handle st_framebuffer_create returning NULLMichel Dänzer2017-07-131-3/+5
* st/mesa: add a winsys buffers list in st_contextCharmaine Lee2017-07-111-10/+49
* st/mesa: skip texture validation logic when nothing has changedTimothy Arceri2017-06-131-0/+2
* st/mesa: add st_invalidate_buffers() helperTimothy Arceri2017-06-091-1/+1
* st/mesa: cache pipe_surface for GL_FRAMEBUFFER_SRGB changesMarek Olšák2017-06-071-1/+6
* st/mesa: remove an incorrect assertionNicolai Hähnle2017-05-181-2/+0
* gallium: add flag PIPE_CONTEXT_PREFER_THREADEDMarek Olšák2017-05-151-1/+1
* st/mesa: whitespace clean-ups in st_manager.cBrian Paul2017-04-281-7/+8
* st/mesa: remove redundant stfb->iface checksNicolai Hähnle2017-04-281-7/+0
* st/mesa: don't cast the incomplete framebufer to st_framebufferNicolai Hähnle2017-04-281-1/+2
* mesa: rename _mesa_add_renderbuffer* functionsTimothy Arceri2017-04-181-4/+4
* st/mesa: add some _mesa_is_winsys_fbo() assertionsBrian Paul2017-04-121-2/+8
* mesa/st: take ownership rather than adding reference for new renderbuffersTimothy Arceri2017-04-101-5/+13
* st/mesa: move st_manager_get_egl_image_surface into st_cb_eglimage.cPhilipp Zabel2017-03-291-30/+0
* st/mesa: move duplicated st_ws_framebuffer() function into header fileBrian Paul2017-03-271-14/+0
* 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/+7
* mesa: if MESA_DEBUG=context, create a debug contextBrian Paul2016-11-161-0/+2
* st/mesa: set RobustAccess true when is supportedTapani Pälli2016-10-271-1/+3
* st/mesa: set a device reset callback when availableNicolai Hähnle2016-10-051-1/+3
* mesa/st: support lowering multi-planar YUVRob Clark2016-09-261-0/+1
* st/mesa: completely rewrite state atomsMarek Olšák2016-07-301-2/+2
* st/mesa: set debug callback async flagNicolai Hähnle2016-07-081-1/+1
* st/mesa: remove unneeded break from st_api_create_context()Emil Velikov2016-06-131-1/+0
* st/mesa: use c99 initializer for st_gl_apiEmil Velikov2016-06-131-13/+13
* gallium: remove st_api::get_proc_address hookEmil Velikov2016-06-131-7/+0
* st/mesa: directly compute level=0 texture size in st_finalize_textureNicolai Hähnle2016-06-081-3/+0
* st/mesa: remove useless break statementBrian Paul2016-02-241-1/+0
* gallium: pass the robust buffer access context flag to driversMarek Olšák2016-02-091-1/+5
* mesa: move GL_ARB_debug_output code into new debug_output.c fileBrian Paul2016-02-081-0/+1
* st/mesa: make KHR_debug output independent of context creation flags (v2)Nicolai Hähnle2016-01-041-57/+4
* st/mesa: set debug callback for debug contextsIlia Mirkin2015-11-051-0/+57
* gallium: add flags parameter to pipe_screen::context_createMarek Olšák2015-08-261-1/+1
* st/dri: expose sRGB visuals (v2)Marek Olšák2015-07-221-0/+1
* mesa: Allow overriding the version of ES2+ contextsIan Romanick2015-05-281-2/+1
* st/mesa: translate st_api robustness flags to gl_context flagsMarek Olšák2015-05-121-0/+4
* st/mesa: replace INLINE with inlineBrian Paul2015-02-261-3/+3
* mesa: Fix some signed-unsigned comparison warningsJan Vesely2015-01-211-1/+1
* st/mesa: use PIPE_BIND_DISPLAY_TARGET when checking for sRGB capabilityBrian Paul2014-10-281-1/+2
* st/mesa: drop dependence on API profile in st_init_extensionsMarek Olšák2014-09-241-1/+1
* st/mesa: compute supported GL versions at DRIscreen creationMarek Olšák2014-08-111-4/+27
* gallium: pass st_config_options to query_versionsMarek Olšák2014-08-111-0/+1