summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_blit.h
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: implement accelerated stencil blitting using shader stencil exportMarek Olšák2012-07-121-1/+3
* gallium/u_blit: drop not-very-useful wrapper around util_blit_pixels_writemaskMarek Olšák2012-07-121-14/+4
* gallium/u_blit: don't release vertex buffer at end of frame / in glFlushMarek Olšák2012-04-181-5/+0
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-3/+2
* util: Include missing header in u_blit.h.Vinson Lee2010-08-251-5/+7
* gallium/util: adapt util code to interface changesRoland Scheidegger2010-05-171-4/+6
* Squashed commit of the following:Keith Whitwell2010-04-101-1/+1
* gallium: change remaining util functions to use cso sampler viewsRoland Scheidegger2010-03-161-1/+1
* gallium: util_blit_pixels() takes source sampler view as argument.Michal Krol2010-03-151-0/+2
* util: add version of u_blit_pixels which takes a writemaskKeith Whitwell2009-09-031-0/+11
* gallium: avoid mapping same vertex buffer in subsequent framesKeith Whitwell2008-12-121-0/+4
* gallium: Fix warning in u_blit.hJakob Bornecrantz2008-06-241-0/+1
* util: Blit can now copy from texture to surfaceJakob Bornecrantz2008-06-231-3/+11
* gallium: Add extern "C" to the headers.José Fonseca2008-04-241-0/+8
* gallium: implement CSO save/restore functions for use by meta operations (bli...Brian2008-03-191-2/+3
* gallium: s/copy_pixels_state/blit_stateBrian2008-03-181-1/+1
* gallium: new pixel blit codeBrian2008-03-181-0/+60