radv: Add trace ids for secondary buffers.
[mesa.git] / src / amd / vulkan / radv_radeon_winsys.h
2017-08-29 Bas Nieuwenhuizenradv: Add trace ids for secondary buffers.
2017-07-21 Dave Airlieradv: initial support for shared semaphores (v2)
2017-07-21 Dave Airlieradv/winsys: add syncobj hooks
2017-06-05 Dave Airlieradv: split metadata struct into legacy/gfx9 parts.
2017-06-05 Nicolai Hähnleradv: use ac_gpu_info
2017-06-05 Nicolai Hähnleradv: remove radeon_info::name
2017-06-05 Nicolai Hähnleradv: use ac_surface data structures
2017-06-05 Nicolai Hähnleradv: rename radeon_surf::bo_{size,alignment} to surf_...
2017-06-05 Nicolai Hähnleradv: remove unused RADEON_SURF_HAS_SBUFFER_MIPTREE
2017-06-05 Nicolai Hähnleradv: remove radeon_surf_level::nblk_z
2017-06-05 Nicolai Hähnleradv: remove radeon_surf_level::dcc_enabled
2017-06-05 Nicolai Hähnleradv: remove radeon_surf_level::pitch_bytes
2017-05-02 Dave Airlieradv: minor pahole related improvements.
2017-05-02 Dave Airlieradv/image: resize some surface members.
2017-05-02 Dave Airlieradv: drop unused surface level members.
2017-05-02 Dave Airlieradv/image: drop blk_d
2017-05-02 Dave Airlieradv: remove some members of radeon surface.
2017-05-02 Dave Airlieradv: move some image info into a separate struct.
2017-04-14 Grazvydas Ignotasradv: report timestampPeriod correctly
2017-03-29 Bas Nieuwenhuizenradv/amdgpu: Add winsys implementation of virtual buffers.
2017-03-07 Bas Nieuwenhuizenradv/amdgpu: Let addrlib calculate the HTILE parameters.
2017-02-21 Bas Nieuwenhuizenradv: Special case the initial preamble.
2017-01-30 Bas Nieuwenhuizenradv/amdgpu: Support a preamble CS.
2017-01-09 Bas Nieuwenhuizenradv: Dump command buffer on hang.
2016-12-18 Dave Airlieradv: add semaphore support
2016-12-18 Dave Airlieradv: pass queue index into winsys submission
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-10 Edward O'Callaghanradv: Use proper header guards over 'pragma once' direc...
2016-10-06 Dave Airlieradv: add initial non-conformant radv vulkan driver