summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_blit.c
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: fix sRGB BlitFramebuffer regressionNicolai Hähnle2016-08-251-16/+18
* st/mesa: Make Gallium's BlitFramebuffer follow the GL 4.4 sRGB rules.Kenneth Graunke2016-08-081-4/+16
* Revert "st/mesa: use sRGB formats for MSAA resolving if destination is sRGB"Kenneth Graunke2016-08-081-32/+0
* st/mesa: invalidate readpixels cacheNicolai Hähnle2016-06-211-0/+1
* st/mesa: add support for GL_EXT_window_rectanglesIlia Mirkin2016-06-181-0/+5
* st/mesa: fix front buffer regression after dropping st_validate_state in BlitMarek Olšák2015-09-241-0/+2
* gallium: Add blending to pipe blitChristoph Bumiller2015-08-211-0/+1
* st/mesa: don't call st_validate_state in BlitFramebufferMarek Olšák2015-07-221-2/+2
* st/mesa: Flush the bitmap cache in st_BlitFramebufferFredrik Höglund2015-05-151-0/+4
* DD: Refactor BlitFramebuffer.Laura Ekstrand2015-02-021-3/+3
* mesa/st: leave current query enabled during glBlitFramebufferIlia Mirkin2014-05-111-0/+1
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* st/mesa: use sRGB formats for MSAA resolving if destination is sRGBMarek Olšák2014-01-131-0/+32
* st/mesa: remove #include mfeatures.hBrian Paul2013-04-091-1/+0
* mesa: add helper func for checking combined depthstencil buffers from st/mesaMarek Olšák2013-03-231-15/+6
* st/mesa: remove what is left from u_blitMarek Olšák2013-02-181-16/+0
* st/mesa: a couple fixes for st_BlitFramebuffer()Brian Paul2013-01-161-30/+52
* st/mesa: simplify some src/dst surface setup in BlitFramebufferBrian Paul2013-01-161-4/+4
* st/mesa: implement BlitFramebuffer using gallium blitMarek Olšák2012-09-301-179/+147
* mesa: remove FEATURE_EXT_framebuffer_blit define.Oliver McFadden2012-09-151-4/+0
* Revert "gallium: specify resource_resolve destination via a pipe_surface"Christoph Bumiller2012-08-011-6/+9
* gallium: specify resource_resolve destination via a pipe_surfaceChristoph Bumiller2012-07-281-9/+6
* st/mesa: implement accelerated stencil blitting using shader stencil exportMarek Olšák2012-07-121-6/+31
* st/mesa: set colormask to zero when blitting depthMarek Olšák2012-07-121-2/+2
* gallium/u_blit: drop not-very-useful wrapper around util_blit_pixels_writemaskMarek Olšák2012-07-121-4/+4
* st/mesa: only resolve if number of samples is > 1Dave Airlie2012-02-121-1/+2
* Revert "st/mesa: only resolve is number of samples is > 1"Dave Airlie2011-12-101-1/+1
* st/mesa: only resolve is number of samples is > 1Dave Airlie2011-12-101-1/+1
* st/mesa: don't resolve stencil twiceChristoph Bumiller2011-08-071-1/+3
* st/mesa: move declaration before codeBrian Paul2011-08-041-1/+2
* st/mesa: implement multisample resolve via BlitFramebufferChristoph Bumiller2011-08-041-5/+111
* st/mesa: BlitFramebuffer should not be killed by conditional renderingMarek Olšák2011-05-301-1/+13
* st/mesa: Validate state before doing blits.Henri Verbeet2011-03-271-0/+3
* st/mesa: Include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-091-0/+1
* st/mesa: Remove unnecessary header.Vinson Lee2010-12-231-1/+0
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-19/+12
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
* st/mesa: implement depth-only blit for BlitFramebufferMarek Olšák2010-08-221-2/+7
* st/mesa: fix BlitFramebuffer for D24S8 texturesMarek Olšák2010-08-221-21/+17
* st/mesa: Remove unnecessary headers.Vinson Lee2010-05-261-2/+0
* st/mesa: remove unused varBrian Paul2010-05-211-1/+0
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-211-19/+17
|\
| * mesa/st: adapt to interface changesRoland Scheidegger2010-05-171-19/+17
* | st/mesa: Make st_cb_blit.h FEATURE_EXT_framebuffer_blit aware.Chia-I Wu2010-05-121-4/+3
|/
* st/mesa: clean-up: use st_context() everywhereBrian Paul2010-04-231-1/+1
* st/mesa: remove st_texture_object::pipe fieldBrian Paul2010-04-181-1/+1
* st/mesa: s/st_renderbuffer_get_sampler_view/st_get_renderbuffer_sampler_view/Brian Paul2010-04-181-2/+2
* st/mesa: s/st_get_stobj_sampler_view/st_get_texture_sampler_view/Brian Paul2010-04-181-1/+1
* Squashed commit of the following:Keith Whitwell2010-04-101-1/+1
* st/mesa: Fix a call to st_get_stobj_sampler_view().Michal Krol2010-03-151-1/+1