summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_transfer.c
Commit message (Expand)AuthorAgeFilesLines
* util: add comment about bogus transfer flagsRoland Scheidegger2013-06-071-0/+1
* util: move functions from u_resource.c to u_transfer.cBrian Paul2013-04-031-0/+73
* util: Add util_copy_box helper.José Fonseca2012-12-061-15/+13
* gallium: unify transfer functionsMarek Olšák2012-10-111-43/+7
* gallium: remove pipe_context::redefine_user_bufferMarek Olšák2012-04-301-8/+0
* gallium/util: add fast path for buffers in u_default_transfer_inline_writeMarek Olšák2012-02-271-14/+23
* gallium/util: set correct usage flags in u_default_transfer_inline_writeMarek Olšák2012-02-271-0/+12
* gallium: kill is_resource_referencedMarek Olšák2011-03-111-7/+0
* gallium: notify drivers about possible changes in user buffer contentsMarek Olšák2011-02-141-0/+7
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-37/+41
* util: fix copy_rect stride in default transfer_inline_writeKeith Whitwell2010-05-141-2/+2
* Squashed commit of the following:Keith Whitwell2010-04-101-0/+110