index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
state_tracker
/
st_manager.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: plumb context priority through to driver
Rob Clark
2017-12-19
1
-0
/
+5
*
st/mesa: whitespace fixes in st_manager.c
Brian Paul
2017-11-15
1
-5
/
+31
*
st/mesa: move st_manager_destroy() earlier in file
Brian Paul
2017-11-15
1
-13
/
+15
*
st/dri: fix deadlock when waiting on android fences
Marek Olšák
2017-11-11
1
-2
/
+0
*
st/dri: fix android fence regression
Marek Olšák
2017-11-10
1
-2
/
+5
*
mesa: enable ARB_texture_buffer_* extensions in the Compatibility profile
Marek Olšák
2017-11-09
1
-1
/
+1
*
st/mesa: remove redundant flushes from st_flush
Nicolai Hähnle
2017-11-09
1
-0
/
+3
*
st/mesa: re-arrange st_finalize_texture
Nicolai Hähnle
2017-11-09
1
-0
/
+3
*
gallium: Wire up flush control
Adam Jackson
2017-11-06
1
-0
/
+3
*
st/mesa: Initialize textures array in st_framebuffer_validate
Michel Dänzer
2017-10-18
1
-0
/
+2
*
st/mesa: fix switching from surface-based to non-surface-based textures
Nicolai Hähnle
2017-10-10
1
-1
/
+1
*
mesa/st: Drop has_lib_dxtc argument from st_init_extensions()
Matt Turner
2017-10-02
1
-1
/
+1
*
mesa/st: Fix frontbuffer rendering regression
Thomas Hellstrom
2017-09-08
1
-0
/
+3
*
st/mesa: fix a null pointer access
Frank Richter
2017-08-16
1
-1
/
+1
*
gallium/st: Add a method to flush outstanding swapbuffers
Thomas Hellstrom
2017-08-03
1
-0
/
+22
*
mesa/st: Reduce the number of frontbuffer flush calls
Thomas Hellstrom
2017-08-02
1
-4
/
+8
*
Revert "st/mesa: release sampler views when redefining a texture in st_contex...
Marek Olšák
2017-07-31
1
-2
/
+0
*
st/mesa: release sampler views when redefining a texture in st_context_teximage
Marek Olšák
2017-07-28
1
-0
/
+2
*
st/mesa: always unconditionally revalidate main framebuffer after SwapBuffers
Marek Olšák
2017-07-28
1
-0
/
+10
*
st/mesa: Fix inversed test in st_api_destroy_drawable
Michel Dänzer
2017-07-27
1
-1
/
+1
*
st/mesa: fix unconditional return in st_framebuffer_iface_remove
Marek Olšák
2017-07-26
1
-1
/
+1
*
st/mesa: create framebuffer iface hash table per st manager
Charmaine Lee
2017-07-24
1
-27
/
+80
*
st/mesa: add destroy_drawable interface
Charmaine Lee
2017-07-20
1
-1
/
+94
*
st/mesa: Add support for KHR_no_error flag
Grigori Goronzy
2017-07-14
1
-1
/
+5
*
st/mesa: handle stfbi being NULL on entry of st_framebuffer_reuse_or_create
Lucas Stach
2017-07-14
1
-0
/
+3
*
st/mesa: Handle st_framebuffer_create returning NULL
Michel Dänzer
2017-07-13
1
-3
/
+5
*
st/mesa: add a winsys buffers list in st_context
Charmaine Lee
2017-07-11
1
-10
/
+49
*
st/mesa: skip texture validation logic when nothing has changed
Timothy Arceri
2017-06-13
1
-0
/
+2
*
st/mesa: add st_invalidate_buffers() helper
Timothy Arceri
2017-06-09
1
-1
/
+1
*
st/mesa: cache pipe_surface for GL_FRAMEBUFFER_SRGB changes
Marek Olšák
2017-06-07
1
-1
/
+6
*
st/mesa: remove an incorrect assertion
Nicolai Hähnle
2017-05-18
1
-2
/
+0
*
gallium: add flag PIPE_CONTEXT_PREFER_THREADED
Marek Olšák
2017-05-15
1
-1
/
+1
*
st/mesa: whitespace clean-ups in st_manager.c
Brian Paul
2017-04-28
1
-7
/
+8
*
st/mesa: remove redundant stfb->iface checks
Nicolai Hähnle
2017-04-28
1
-7
/
+0
*
st/mesa: don't cast the incomplete framebufer to st_framebuffer
Nicolai Hähnle
2017-04-28
1
-1
/
+2
*
mesa: rename _mesa_add_renderbuffer* functions
Timothy Arceri
2017-04-18
1
-4
/
+4
*
st/mesa: add some _mesa_is_winsys_fbo() assertions
Brian Paul
2017-04-12
1
-2
/
+8
*
mesa/st: take ownership rather than adding reference for new renderbuffers
Timothy Arceri
2017-04-10
1
-5
/
+13
*
st/mesa: move st_manager_get_egl_image_surface into st_cb_eglimage.c
Philipp Zabel
2017-03-29
1
-30
/
+0
*
st/mesa: move duplicated st_ws_framebuffer() function into header file
Brian Paul
2017-03-27
1
-14
/
+0
*
gallium: implement the backend of threaded GL dispatch
Marek Olšák
2017-03-16
1
-0
/
+19
*
st: add ST_FLUSH_WAIT to st_context_flush()
Charmaine Lee
2017-02-18
1
-0
/
+7
*
mesa: if MESA_DEBUG=context, create a debug context
Brian Paul
2016-11-16
1
-0
/
+2
*
st/mesa: set RobustAccess true when is supported
Tapani Pälli
2016-10-27
1
-1
/
+3
*
st/mesa: set a device reset callback when available
Nicolai Hähnle
2016-10-05
1
-1
/
+3
*
mesa/st: support lowering multi-planar YUV
Rob Clark
2016-09-26
1
-0
/
+1
*
st/mesa: completely rewrite state atoms
Marek Olšák
2016-07-30
1
-2
/
+2
*
st/mesa: set debug callback async flag
Nicolai Hähnle
2016-07-08
1
-1
/
+1
*
st/mesa: remove unneeded break from st_api_create_context()
Emil Velikov
2016-06-13
1
-1
/
+0
*
st/mesa: use c99 initializer for st_gl_api
Emil Velikov
2016-06-13
1
-13
/
+13
[next]