summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_manager.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-20st/mesa: add destroy_drawable interfaceCharmaine Lee1-1/+94
2017-07-14st/mesa: Add support for KHR_no_error flagGrigori Goronzy1-1/+5
2017-07-14st/mesa: handle stfbi being NULL on entry of st_framebuffer_reuse_or_createLucas Stach1-0/+3
2017-07-13st/mesa: Handle st_framebuffer_create returning NULLMichel Dänzer1-3/+5
2017-07-11st/mesa: add a winsys buffers list in st_contextCharmaine Lee1-10/+49
2017-06-13st/mesa: skip texture validation logic when nothing has changedTimothy Arceri1-0/+2
2017-06-09st/mesa: add st_invalidate_buffers() helperTimothy Arceri1-1/+1
2017-06-07st/mesa: cache pipe_surface for GL_FRAMEBUFFER_SRGB changesMarek Olšák1-1/+6
2017-05-18st/mesa: remove an incorrect assertionNicolai Hähnle1-2/+0
2017-05-15gallium: add flag PIPE_CONTEXT_PREFER_THREADEDMarek Olšák1-1/+1
2017-04-28st/mesa: whitespace clean-ups in st_manager.cBrian Paul1-7/+8
2017-04-28st/mesa: remove redundant stfb->iface checksNicolai Hähnle1-7/+0
2017-04-28st/mesa: don't cast the incomplete framebufer to st_framebufferNicolai Hähnle1-1/+2
2017-04-18mesa: rename _mesa_add_renderbuffer* functionsTimothy Arceri1-4/+4
2017-04-12st/mesa: add some _mesa_is_winsys_fbo() assertionsBrian Paul1-2/+8
2017-04-10mesa/st: take ownership rather than adding reference for new renderbuffersTimothy Arceri1-5/+13
2017-03-29st/mesa: move st_manager_get_egl_image_surface into st_cb_eglimage.cPhilipp Zabel1-30/+0
2017-03-27st/mesa: move duplicated st_ws_framebuffer() function into header fileBrian Paul1-14/+0
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/+7
2016-11-16mesa: if MESA_DEBUG=context, create a debug contextBrian Paul1-0/+2
2016-10-27st/mesa: set RobustAccess true when is supportedTapani Pälli1-1/+3
2016-10-05st/mesa: set a device reset callback when availableNicolai Hähnle1-1/+3
2016-09-26mesa/st: support lowering multi-planar YUVRob Clark1-0/+1
2016-07-30st/mesa: completely rewrite state atomsMarek Olšák1-2/+2
2016-07-08st/mesa: set debug callback async flagNicolai Hähnle1-1/+1
2016-06-13st/mesa: remove unneeded break from st_api_create_context()Emil Velikov1-1/+0
2016-06-13st/mesa: use c99 initializer for st_gl_apiEmil Velikov1-13/+13
2016-06-13gallium: remove st_api::get_proc_address hookEmil Velikov1-7/+0
2016-06-08st/mesa: directly compute level=0 texture size in st_finalize_textureNicolai Hähnle1-3/+0
2016-02-24st/mesa: remove useless break statementBrian Paul1-1/+0
2016-02-09gallium: pass the robust buffer access context flag to driversMarek Olšák1-1/+5
2016-02-08mesa: move GL_ARB_debug_output code into new debug_output.c fileBrian Paul1-0/+1
2016-01-04st/mesa: make KHR_debug output independent of context creation flags (v2)Nicolai Hähnle1-57/+4
2015-11-05st/mesa: set debug callback for debug contextsIlia Mirkin1-0/+57
2015-08-26gallium: add flags parameter to pipe_screen::context_createMarek Olšák1-1/+1
2015-07-22st/dri: expose sRGB visuals (v2)Marek Olšák1-0/+1
2015-05-28mesa: Allow overriding the version of ES2+ contextsIan Romanick1-2/+1
2015-05-12st/mesa: translate st_api robustness flags to gl_context flagsMarek Olšák1-0/+4
2015-02-26st/mesa: replace INLINE with inlineBrian Paul1-3/+3
2015-01-21mesa: Fix some signed-unsigned comparison warningsJan Vesely1-1/+1
2014-10-28st/mesa: use PIPE_BIND_DISPLAY_TARGET when checking for sRGB capabilityBrian Paul1-1/+2
2014-09-24st/mesa: drop dependence on API profile in st_init_extensionsMarek Olšák1-1/+1
2014-08-11st/mesa: compute supported GL versions at DRIscreen creationMarek Olšák1-4/+27
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/+14
2014-04-28st/mesa: Fix NULL pointer dereference for incomplete framebuffersMichel Dänzer1-1/+6
2014-04-27mesa: use accessors for struct gl_debug_stateChia-I Wu1-3/+1
2014-03-07st/mesa: only mark framebuffer as sRGB capable if Mesa supports the formatBrian Paul1-2/+3
2014-03-06st/mesa: make winsys fbo sRGB-capable when supportedChia-I Wu1-7/+42