aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_transfer.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: switch boolean -> bool at the interface definitionsIlia Mirkin2019-07-221-8/+8
* gallium: use MAP_DIRECTLY to mean supression of DISCARD in buffer_subdataMarek Olšák2019-07-151-5/+9
* gallium/aux/util/u_transfer.c: Fix some -Wunused-param warnings.Gert Wollny2017-11-171-10/+10
* gallium: add a pipe_context parameter to resource_get_handleMarek Olšák2016-08-251-0/+1
* gallium: split transfer_inline_write into buffer and texture callbacksMarek Olšák2016-07-231-61/+51
* gallium: add external usage flags to resource_from(get)_handle (v2)Marek Olšák2016-03-091-1/+2
* gallium/auxiliary: Sanitize NULL checks into canonical formEdward O'Callaghan2015-12-061-1/+1
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-1/+1
* gallium: fix u_default_transfer_inline_write for texturesMarek Olšák2014-07-081-2/+2
* 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