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
*
mesa/main: Use flag for EXT_sRGB instead of EXT_framebuffer_sRGB where possible
Gert Wollny
2019-01-28
1
-1
/
+1
*
mesa/st: rework support for sRGB framebuffer attachements
Gert Wollny
2019-01-28
1
-14
/
+23
*
st/mesa: purge framebuffers when unbinding a context
Marek Olšák
2019-01-23
1
-0
/
+5
*
st/mesa: unify window-system renderbuffer initialization
Marek Olšák
2019-01-09
1
-11
/
+21
*
st/mesa: pin driver threads to a fixed CCX when glthread is enabled
Marek Olšák
2018-11-20
1
-0
/
+11
*
st/mesa: disable L3 thread pinning
Marek Olšák
2018-11-12
1
-9
/
+0
*
gallium: add PIPE_CONTEXT_LOSE_CONTEXT_ON_RESET
Marek Olšák
2018-11-09
1
-0
/
+3
*
mesa: fold _glapi_check_multithread() back into _mesa_make_current
Emil Velikov
2018-10-03
1
-2
/
+0
*
gallium: Correctly handle no config context creation
Elie Tournier
2018-09-10
1
-1
/
+8
*
st/mesa: pin driver threads to a specific L3 cache on AMD Zen (v2)
Marek Olšák
2018-09-07
1
-0
/
+10
*
gallium: add storage_sample_count parameter into is_format_supported
Marek Olšák
2018-07-31
1
-0
/
+1
*
st/mesa: expose 0 shader binary formats for compat profiles for Qt
Marek Olšák
2018-03-07
1
-1
/
+1
*
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
[next]