aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ilo/ilo_transfer.c
Commit message (Expand)AuthorAgeFilesLines
* 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