util: remove LIST_DEL macro
[mesa.git] / src / amd / vulkan / winsys / amdgpu / radv_amdgpu_bo.c
2019-10-28 Timothy Arceriutil: remove LIST_DEL macro
2019-10-28 Timothy Arceriutil: remove LIST_ADDTAIL macro
2019-10-10 Bas Nieuwenhuizenradv: Check the size of the imported buffer.
2019-10-10 Bas Nieuwenhuizenradv: Cleanup buffer_from_fd.
2019-09-16 Samuel Pitoisetradv/winsys: add support for GS and OA domains
2019-07-31 Eric Engestromtree-wide: replace MAYBE_UNUSED with ASSERTED
2019-04-15 Bas Nieuwenhuizenradv: Use local buffers for the global bo list.
2019-01-29 Bas Nieuwenhuizenradv/winsys: Add priority handling during submit.
2019-01-29 Bas Nieuwenhuizenradv/winsys: Set winsys bo priority on creation.
2019-01-15 Samuel Pitoisetradv: add support for VK_EXT_memory_budget
2018-12-20 Samuel Pitoisetradv: compute optimal VM alignment for imported buffers
2018-12-04 Bas Nieuwenhuizenradv/android: Use buffer metadata to determine scanout...
2018-11-27 Bas Nieuwenhuizenradv: Align large buffers to the fragment size.
2018-05-22 Samuel Pitoisetradv/winsys: allow to allocate BOs in the 32-bit addr...
2018-05-22 Samuel Pitoisetradv/winsys: request high address
2018-04-30 Andres Rodriguezradv/winsys: fix leaking resources from bo's imported...
2018-04-20 Samuel Pitoisetradv/winsys: allow local BOs on APUs
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