aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_blit.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium: util_blit_pixels() takes source sampler view as argument.Michal Krol2010-03-151-5/+10
* st/mesa: Remove unnecessary headers.Vinson Lee2010-02-031-2/+0
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-0/+1
* st/mesa: Remove unnecessary headers from st_cb_blit.c.Vinson Lee2010-01-151-4/+0
* mesa: Fix compilation errors and warnings when features are disabled.Chia-I Wu2009-10-291-0/+2
* mesa: Allow BlitFramebuffer from a texture.José Fonseca2009-09-191-11/+45
* st/mesa: implement BlitFramebuffer() for depth/stencil (incomplete)Brian Paul2009-08-051-29/+80
* st/mesa: fix Y inversion and optimize st_BlitFramebuffer()Brian Paul2009-08-051-3/+25
* st: adapt to new framebuffer struct, with one FIXME outstandingKeith Whitwell2008-09-111-1/+1
* gallium: remove unneeded #includeBrian Paul2008-06-201-1/+0
* gallium: add some #if FEATURE_x testsBrian Paul2008-06-121-0/+2
* gallium: Use CSO cache for shaders.Michel Dänzer2008-04-211-5/+0
* gallium: Y-invert blit depending on framebuffer orientationBrian2008-03-201-5/+8
* gallium: implement CSO save/restore functions for use by meta operations (bli...Brian2008-03-191-15/+2
* gallium: glFramebufferBlitEXT() implementationBrian2008-03-181-0/+125