index
:
external_mesa3d.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
state_tracker
/
st_cb_blit.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/mesa: fix sRGB BlitFramebuffer regression
Nicolai Hähnle
2016-08-25
1
-16
/
+18
*
st/mesa: Make Gallium's BlitFramebuffer follow the GL 4.4 sRGB rules.
Kenneth Graunke
2016-08-08
1
-4
/
+16
*
Revert "st/mesa: use sRGB formats for MSAA resolving if destination is sRGB"
Kenneth Graunke
2016-08-08
1
-32
/
+0
*
st/mesa: invalidate readpixels cache
Nicolai Hähnle
2016-06-21
1
-0
/
+1
*
st/mesa: add support for GL_EXT_window_rectangles
Ilia Mirkin
2016-06-18
1
-0
/
+5
*
st/mesa: fix front buffer regression after dropping st_validate_state in Blit
Marek Olšák
2015-09-24
1
-0
/
+2
*
gallium: Add blending to pipe blit
Christoph Bumiller
2015-08-21
1
-0
/
+1
*
st/mesa: don't call st_validate_state in BlitFramebuffer
Marek Olšák
2015-07-22
1
-2
/
+2
*
st/mesa: Flush the bitmap cache in st_BlitFramebuffer
Fredrik Höglund
2015-05-15
1
-0
/
+4
*
DD: Refactor BlitFramebuffer.
Laura Ekstrand
2015-02-02
1
-3
/
+3
*
mesa/st: leave current query enabled during glBlitFramebuffer
Ilia Mirkin
2014-05-11
1
-0
/
+1
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
st/mesa: use sRGB formats for MSAA resolving if destination is sRGB
Marek Olšák
2014-01-13
1
-0
/
+32
*
st/mesa: remove #include mfeatures.h
Brian Paul
2013-04-09
1
-1
/
+0
*
mesa: add helper func for checking combined depthstencil buffers from st/mesa
Marek Olšák
2013-03-23
1
-15
/
+6
*
st/mesa: remove what is left from u_blit
Marek Olšák
2013-02-18
1
-16
/
+0
*
st/mesa: a couple fixes for st_BlitFramebuffer()
Brian Paul
2013-01-16
1
-30
/
+52
*
st/mesa: simplify some src/dst surface setup in BlitFramebuffer
Brian Paul
2013-01-16
1
-4
/
+4
*
st/mesa: implement BlitFramebuffer using gallium blit
Marek Olšák
2012-09-30
1
-179
/
+147
*
mesa: remove FEATURE_EXT_framebuffer_blit define.
Oliver McFadden
2012-09-15
1
-4
/
+0
*
Revert "gallium: specify resource_resolve destination via a pipe_surface"
Christoph Bumiller
2012-08-01
1
-6
/
+9
*
gallium: specify resource_resolve destination via a pipe_surface
Christoph Bumiller
2012-07-28
1
-9
/
+6
*
st/mesa: implement accelerated stencil blitting using shader stencil export
Marek Olšák
2012-07-12
1
-6
/
+31
*
st/mesa: set colormask to zero when blitting depth
Marek Olšák
2012-07-12
1
-2
/
+2
*
gallium/u_blit: drop not-very-useful wrapper around util_blit_pixels_writemask
Marek Olšák
2012-07-12
1
-4
/
+4
*
st/mesa: only resolve if number of samples is > 1
Dave Airlie
2012-02-12
1
-1
/
+2
*
Revert "st/mesa: only resolve is number of samples is > 1"
Dave Airlie
2011-12-10
1
-1
/
+1
*
st/mesa: only resolve is number of samples is > 1
Dave Airlie
2011-12-10
1
-1
/
+1
*
st/mesa: don't resolve stencil twice
Christoph Bumiller
2011-08-07
1
-1
/
+3
*
st/mesa: move declaration before code
Brian Paul
2011-08-04
1
-1
/
+2
*
st/mesa: implement multisample resolve via BlitFramebuffer
Christoph Bumiller
2011-08-04
1
-5
/
+111
*
st/mesa: BlitFramebuffer should not be killed by conditional rendering
Marek Olšák
2011-05-30
1
-1
/
+13
*
st/mesa: Validate state before doing blits.
Henri Verbeet
2011-03-27
1
-0
/
+3
*
st/mesa: Include mfeatures.h in files that perform feature tests.
Vinson Lee
2011-01-09
1
-0
/
+1
*
st/mesa: Remove unnecessary header.
Vinson Lee
2010-12-23
1
-1
/
+0
*
gallium: support for array textures and related changes
Roland Scheidegger
2010-12-02
1
-19
/
+12
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-1
/
+1
*
st/mesa: implement depth-only blit for BlitFramebuffer
Marek Olšák
2010-08-22
1
-2
/
+7
*
st/mesa: fix BlitFramebuffer for D24S8 textures
Marek Olšák
2010-08-22
1
-21
/
+17
*
st/mesa: Remove unnecessary headers.
Vinson Lee
2010-05-26
1
-2
/
+0
*
st/mesa: remove unused var
Brian Paul
2010-05-21
1
-1
/
+0
*
Merge branch 'gallium-msaa'
Roland Scheidegger
2010-05-21
1
-19
/
+17
|
\
|
*
mesa/st: adapt to interface changes
Roland Scheidegger
2010-05-17
1
-19
/
+17
*
|
st/mesa: Make st_cb_blit.h FEATURE_EXT_framebuffer_blit aware.
Chia-I Wu
2010-05-12
1
-4
/
+3
|
/
*
st/mesa: clean-up: use st_context() everywhere
Brian Paul
2010-04-23
1
-1
/
+1
*
st/mesa: remove st_texture_object::pipe field
Brian Paul
2010-04-18
1
-1
/
+1
*
st/mesa: s/st_renderbuffer_get_sampler_view/st_get_renderbuffer_sampler_view/
Brian Paul
2010-04-18
1
-2
/
+2
*
st/mesa: s/st_get_stobj_sampler_view/st_get_texture_sampler_view/
Brian Paul
2010-04-18
1
-1
/
+1
*
Squashed commit of the following:
Keith Whitwell
2010-04-10
1
-1
/
+1
*
st/mesa: Fix a call to st_get_stobj_sampler_view().
Michal Krol
2010-03-15
1
-1
/
+1
[next]