ilo: make ilo_cp based on ilo_builder
[mesa.git] / src / gallium / drivers / ilo / ilo_transfer.c
2014-09-09 Chia-I Wuilo: make ilo_cp based on ilo_builder
2014-08-26 Chia-I Wuilo: rename intel_bo_map_unsynchronized()
2014-08-19 Chia-I Wuilo: enable HiZ in more cases on GEN6
2014-08-19 Chia-I Wuilo: migrate to ilo_layout
2014-07-28 Chia-I Wuilo: correctly propagate resource renames to hardware
2014-07-28 Chia-I Wuilo: add ilo_resource_get_bo() helper
2014-07-28 Chia-I Wuilo: unblock an inline write with a staging bo
2014-07-28 Chia-I Wuilo: try unblocking a transfer with a staging bo
2014-07-28 Chia-I Wuilo: enable persistent and coherent transfers
2014-07-28 Chia-I Wuilo: drop ptr from ilo_transfer
2014-07-28 Chia-I Wuilo: s/TRANSFER_MAP_UNSYNC/TRANSFER_MAP_GTT_UNSYNC/
2014-07-28 Chia-I Wuilo: drop unused context param from transfer functions
2014-07-28 Chia-I Wuilo: tidy up transfer mapping/unmapping
2014-07-28 Chia-I Wuilo: tidy up choose_transfer_method()
2014-07-28 Chia-I Wuilo: free transfers with util_slab_free()
2014-07-24 Chia-I Wuilo: clean up resource bo renaming
2014-07-15 Chia-I Wuilo: move away from drm_intel_bo_alloc_tiled
2014-03-10 Chia-I Wuilo: remove intel_bo_get_virtual()
2014-03-10 Chia-I Wuilo: rework winsys bo reloc functions
2014-01-08 Chia-I Wuilo: resolve Z/HiZ correctly
2014-01-08 Chia-I Wuilo: rename and add an accessor for texture slices
2013-08-20 Chia-I Wuilo: add ILO_DEBUG=flush
2013-06-13 Chia-I Wuilo: mapping a resource may make some states dirty
2013-06-13 Chia-I Wuilo: re-emit states that involve resources
2013-06-12 Chia-I Wuilo: get rid of function tables in winsys
2013-06-07 Chia-I Wuilo: use slab allocator for transfers
2013-05-21 Chia-I Wuilo: harware contexts are only for the render ring
2013-05-16 Chia-I Wuilo: add support for stencil resources on GEN7+
2013-05-15 Chia-I Wuilo: clean up transfer format conversion
2013-05-15 Chia-I Wuilo: rework transfer mapping method choosing
2013-05-15 Chia-I Wuilo: refactor transfer mapping
2013-05-15 Chia-I Wuilo: no writeback without PIPE_TRANSFER_WRITE
2013-05-15 Chia-I Wuilo: minor cleanups for transfers
2013-05-14 Chia-I Wuilo: rework ilo_texture
2013-05-14 Chia-I Wuilo: rename ilo_resource to ilo_texture
2013-05-14 Chia-I Wuilo: move transfer-related functions to a new file