summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ilo/ilo_transfer.c
Commit message (Expand)AuthorAgeFilesLines
* ilo: rename intel_bo_map_unsynchronized()Chia-I Wu2014-08-261-7/+6
* ilo: enable HiZ in more cases on GEN6Chia-I Wu2014-08-191-8/+16
* ilo: migrate to ilo_layoutChia-I Wu2014-08-191-62/+38
* ilo: correctly propagate resource renames to hardwareChia-I Wu2014-07-281-2/+2
* ilo: add ilo_resource_get_bo() helperChia-I Wu2014-07-281-17/+8
* ilo: unblock an inline write with a staging boChia-I Wu2014-07-281-13/+31
* ilo: try unblocking a transfer with a staging boChia-I Wu2014-07-281-13/+139
* ilo: enable persistent and coherent transfersChia-I Wu2014-07-281-2/+14
* ilo: drop ptr from ilo_transferChia-I Wu2014-07-281-33/+36
* ilo: s/TRANSFER_MAP_UNSYNC/TRANSFER_MAP_GTT_UNSYNC/Chia-I Wu2014-07-281-5/+5
* ilo: drop unused context param from transfer functionsChia-I Wu2014-07-281-115/+100
* ilo: tidy up transfer mapping/unmappingChia-I Wu2014-07-281-88/+89
* ilo: tidy up choose_transfer_method()Chia-I Wu2014-07-281-84/+164
* ilo: free transfers with util_slab_free()Chia-I Wu2014-07-281-1/+1
* ilo: clean up resource bo renamingChia-I Wu2014-07-241-3/+3
* ilo: move away from drm_intel_bo_alloc_tiledChia-I Wu2014-07-151-3/+3
* ilo: remove intel_bo_get_virtual()Chia-I Wu2014-03-101-69/+88
* ilo: rework winsys bo reloc functionsChia-I Wu2014-03-101-1/+1
* ilo: resolve Z/HiZ correctlyChia-I Wu2014-01-081-0/+3
* ilo: rename and add an accessor for texture slicesChia-I Wu2014-01-081-3/+8
* ilo: add ILO_DEBUG=flushChia-I Wu2013-08-201-2/+2
* ilo: mapping a resource may make some states dirtyChia-I Wu2013-06-131-2/+7
* ilo: re-emit states that involve resourcesChia-I Wu2013-06-131-8/+0
* ilo: get rid of function tables in winsysChia-I Wu2013-06-121-20/+20
* ilo: use slab allocator for transfersChia-I Wu2013-06-071-28/+3
* ilo: harware contexts are only for the render ringChia-I Wu2013-05-211-1/+1
* ilo: add support for stencil resources on GEN7+Chia-I Wu2013-05-161-30/+484
* ilo: clean up transfer format conversionChia-I Wu2013-05-151-34/+48
* ilo: rework transfer mapping method choosingChia-I Wu2013-05-151-102/+133
* ilo: refactor transfer mappingChia-I Wu2013-05-151-27/+52
* ilo: no writeback without PIPE_TRANSFER_WRITEChia-I Wu2013-05-151-0/+5
* ilo: minor cleanups for transfersChia-I Wu2013-05-151-41/+41
* ilo: rework ilo_textureChia-I Wu2013-05-141-173/+249
* ilo: rename ilo_resource to ilo_textureChia-I Wu2013-05-141-53/+53
* ilo: move transfer-related functions to a new fileChia-I Wu2013-05-141-0/+473