mesa: include mtypes.h less
[mesa.git] / src / amd / vulkan / winsys / amdgpu / radv_amdgpu_bo.c
2018-04-12 Marek Olšákmesa: include mtypes.h less
2018-02-07 Fredrik Höglundradv: implement VK_EXT_external_memory_host
2018-01-08 Samuel Pitoisetradv/winsys: add RADEON_FLAG_READ_ONLY
2018-01-08 Samuel Pitoisetradv/winsys: rework radv_amdgpu_bo_va_op()
2017-12-28 Dave Airlieradv: move local bos usage to a perftest flag.
2017-12-19 Bas Nieuwenhuizenradv: Use a sort for rebuilding the sparse buffer bo...
2017-11-06 Dave Airlieradv: move is_local up to the winsys level.
2017-10-26 Dave Airlieradv: add support for local bos. (v3)
2017-10-20 Andres Rodriguezradv: disable implicit sync for radv allocated bos v3
2017-10-10 Bas Nieuwenhuizenradv: Only set the MTYPE flags on GFX9+.
2017-09-20 Bas Nieuwenhuizenradv: Don't use a virtual function for getting the...
2017-09-11 Dave Airlieradv: add debug flags to zero vram allocations.
2017-09-08 Dave Airlieradv/winsys: fix flags vs va_flags thinko.
2017-09-07 Dave Airlieradv/gfx9: allocate events from uncached VA space
2017-09-07 Dave Airlieradv/winsys: use amdgpu_bo_va_op_raw.
2017-08-25 Bas Nieuwenhuizenradv: Fix sparse BO mapping merging.
2017-06-05 Dave Airlieradv: split metadata struct into legacy/gfx9 parts.
2017-03-29 Bas Nieuwenhuizenradv/amdgpu: Use reference counting for bos.
2017-03-29 Bas Nieuwenhuizenradv/amdgpu: Add winsys implementation of virtual buffers.
2017-02-27 Andres Rodriguezradv/winsys: fix freeing imported memory.
2016-10-06 Dave Airlieradv: add initial non-conformant radv vulkan driver