iris: Use coherent allocation for PIPE_RESOURCE_STAGING
[mesa.git] / src / gallium / drivers / iris / iris_bufmgr.h
2019-03-13 Chris Wilsoniris: Use coherent allocation for PIPE_RESOURCE_STAGING
2019-02-21 Kenneth Graunkeiris: Fix the prototype for iris_bo_alloc_tiled
2019-02-21 Kenneth Graunkeiris: Fix IRIS_MEMZONE_COUNT to exclude the border...
2019-02-21 Kenneth Graunkeiris: leave a TODO
2019-02-21 Kenneth Graunkeiris: Support multiple binder BOs, update Surface State...
2019-02-21 Kenneth Graunkeiris: precompute hashes for cache tracking
2019-02-21 Kenneth Graunkeiris: drop pwrite
2019-02-21 Chris Wilsoniris: Wrap userptr for creating bo
2019-02-21 Kenneth Graunkeiris: implement border color, fix other sampler nonsense
2019-02-21 Kenneth Graunkeiris: border color memory zone :(
2019-02-21 Kenneth Graunkeiris: don't include binder in surface VMA range
2019-02-21 Kenneth Graunkeiris: bits of blorp code
2019-02-21 Kenneth Graunkeiris: move bo_offset_from_sba
2019-02-21 Kenneth Graunkeiris: Defines for base addresses rather than numbers...
2019-02-21 Kenneth Graunkeiris: binders
2019-02-21 Kenneth Graunkeiris: include p_defines.h in iris_bufmgr.h
2019-02-21 Kenneth Graunkeiris: Soft-pin the universe
2019-02-21 Kenneth Graunkeiris: bufmgr updates.
2019-02-21 Kenneth Graunkeiris: maps
2019-02-21 Kenneth Graunkeiris: Initial commit of a new 'iris' driver for Intel...