ac/surface: add a wrapper structure to hold ADDR_HANDLE
[mesa.git] / src / amd / vulkan / winsys / amdgpu / radv_amdgpu_winsys.c
2020-06-10 Marek Olšákac/surface: add a wrapper structure to hold ADDR_HANDLE
2020-04-27 Bas Nieuwenhuizendrm-uapi,radv,radeonsi: Add amdgpu_drm.h header.
2020-03-13 Samuel Pitoisetradv: remove unnecessary LLVM includes
2020-02-26 Samuel Pitoisetradv: implement a dummy winsys for creating devices...
2020-02-14 Samuel Pitoisetradv: remove unnecessary RADV_DEBUG=nobatchchain option
2020-02-11 Samuel Pitoisetradv: make sure to not submit any IBs when RADV_FORCE_F...
2019-11-19 Marek Olšákac: add radeon_info::num_rings and move ring_type to...
2019-10-28 Timothy Arceriutil: remove LIST_INITHEAD macro
2019-09-06 Eric Engestromamd: replace major llvm version checks with LLVM_VERSIO...
2019-07-07 Samuel Pitoisetradv/gfx10: enable support for NAVI10, NAVI12 and NAVI14
2019-07-07 Samuel Pitoisetradv/gfx10: require LLVM 9+
2019-07-03 Nicolai Hähnleradv: gfx10 is not supported
2019-05-16 Marek Olšákac: rename SI-CIK-VI to GFX6-GFX7-GFX8
2019-04-04 Marek Olšákradeonsi: enable displayable DCC on Ravens
2019-01-15 Samuel Pitoisetradv: add support for VK_EXT_memory_budget
2018-05-17 Marek Olšákamd: remove support for LLVM 4.0
2017-12-28 Dave Airlieradv: move local bos usage to a perftest flag.
2017-12-08 Samuel Pitoisetradv/winsys: implement query_value()
2017-11-07 Marek Olšákamd/addrlib: update to latest version
2017-09-15 Samuel Pitoisetradv: add get_chip_name() callback
2017-09-14 Samuel Pitoisetradv/winsys: add a read_registers() callback
2017-09-11 Dave Airlieradv: add debug flags to zero vram allocations.
2017-09-06 Dave AirlieRevert "radv: disable support for VEGA for now."
2017-09-03 Bas Nieuwenhuizenradv: Enable command buffer chaining by default.
2017-08-17 Dave Airlieradv: disable support for VEGA for now.
2017-07-09 Dave Airlieradv: add support for using addrlib max alignment.
2017-06-09 Dave Airlieradv: introduce perf test env var and allow to enable...
2017-06-05 Dave Airlieradv: enable GFX9 on radv
2017-06-05 Nicolai Hähnleradv: use amdgpu_addr_create
2017-06-05 Nicolai Hähnleradv: stop using radv_amdgpu_winsys::family
2017-06-05 Nicolai Hähnleradv: use ac_gpu_info
2017-06-05 Nicolai Hähnleradv: remove radeon_info::name
2017-05-05 Dave Airlieradv: enable POLARIS12 support.
2017-05-03 Bas Nieuwenhuizenradv: Add userspace fence buffer per context.
2017-04-25 Bas Nieuwenhuizenradv: Enable userspace fence checking.
2017-03-15 Emil Velikovradv/winsys: use drmGetDevice2 API
2017-03-05 Bas Nieuwenhuizenradv/amdgpu: Add some debug flags.
2016-12-18 Bas Nieuwenhuizenradv/winsys: Make WaitIdle queue aware.
2016-12-18 Bas Nieuwenhuizenradv/winsys: Expose number of compute/dma rings.
2016-10-28 Fredrik Höglundradv: split the device local memory heap into two
2016-10-11 Edward O'Callaghanradv/winsys: Fix mem leak at failed do_winsys_init...
2016-10-11 Edward O'Callaghanradv/winsys: Trivial style and readability fixups
2016-10-06 Dave Airlieradv: add initial non-conformant radv vulkan driver