aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_manager.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: plumb context priority through to driverRob Clark2017-12-191-0/+5
* st/mesa: whitespace fixes in st_manager.cBrian Paul2017-11-151-5/+31
* st/mesa: move st_manager_destroy() earlier in fileBrian Paul2017-11-151-13/+15
* st/dri: fix deadlock when waiting on android fencesMarek Olšák2017-11-111-2/+0
* st/dri: fix android fence regressionMarek Olšák2017-11-101-2/+5
* mesa: enable ARB_texture_buffer_* extensions in the Compatibility profileMarek Olšák2017-11-091-1/+1
* st/mesa: remove redundant flushes from st_flushNicolai Hähnle2017-11-091-0/+3
* st/mesa: re-arrange st_finalize_textureNicolai Hähnle2017-11-091-0/+3
* gallium: Wire up flush controlAdam Jackson2017-11-061-0/+3
* st/mesa: Initialize textures array in st_framebuffer_validateMichel Dänzer2017-10-181-0/+2
* st/mesa: fix switching from surface-based to non-surface-based texturesNicolai Hähnle2017-10-101-1/+1
* mesa/st: Drop has_lib_dxtc argument from st_init_extensions()Matt Turner2017-10-021-1/+1
* mesa/st: Fix frontbuffer rendering regressionThomas Hellstrom2017-09-081-0/+3
* st/mesa: fix a null pointer accessFrank Richter2017-08-161-1/+1
* gallium/st: Add a method to flush outstanding swapbuffersThomas Hellstrom2017-08-031-0/+22
* mesa/st: Reduce the number of frontbuffer flush callsThomas Hellstrom2017-08-021-4/+8
* Revert "st/mesa: release sampler views when redefining a texture in st_contex...Marek Olšák2017-07-311-2/+0
* 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