radv/gfx9: allocate events from uncached VA space
[mesa.git] / src / amd / vulkan / winsys /
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-09-07 Dave Airlieradv: reduce radv_amdgpu_winsys struct size.
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-29 Bas Nieuwenhuizenradv: Add trace ids for secondary buffers.
2017-08-29 Bas Nieuwenhuizenac/debug: Support multiple trace ids for nested IBs.
2017-08-29 Bas Nieuwenhuizenradv/amdgpu: Enable dumping of all IBs with RADV_DEBUG...
2017-08-25 Bas Nieuwenhuizenradv: Fix sparse BO mapping merging.
2017-08-17 Dave Airlieradv: disable support for VEGA for now.
2017-08-04 Marek Olšákac/surface: remove RADEON_SURF_HAS_TILE_MODE_INDEX
2017-07-26 Dave Airlieradv/winsys: fix padding command stream for SI
2017-07-21 Dave Airlieradv: reset non-syncobj semaphore context after wait.
2017-07-21 Dave Airlieradv: initial support for shared semaphores (v2)
2017-07-21 Dave Airlieradv/winsys: add syncobj hooks
2017-07-20 Dave Airlieradv: port to new libdrm API.
2017-07-20 Dave Airlieradv: introduce some wrapper in cs code to make porting...
2017-07-09 Dave Airlieradv: add support for using addrlib max alignment.
2017-06-11 Grazvydas Ignotasradv: fix trace dumping for !use_ib_bos
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 Dave Airlieradv: split metadata struct into legacy/gfx9 parts.
2017-06-05 Nicolai Hähnleradv: use ac_compute_surface
2017-06-05 Dave Airlieradv: prepare fmask surface creation
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-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 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-05 Dave Airlieradv: enable POLARIS12 support.
2017-05-03 Bas Nieuwenhuizenradv: Add userspace fence buffer per context.
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-04-25 Bas Nieuwenhuizenradv: Enable userspace fence checking.
2017-04-13 Dave Airlieradv: fix stencil regression since new addrlib import
2017-03-30 Xavi Zhangamdgpu/addrlib: Rewrite tile mode optmization code
2017-03-29 Bas Nieuwenhuizenradv/amdgpu: Use reference counting for bos.
2017-03-29 Bas Nieuwenhuizenradv/amdgpu: Add winsys implementation of virtual buffers.
2017-03-15 Emil Velikovradv/winsys: use drmGetDevice2 API
2017-03-07 Bas Nieuwenhuizenradv/amdgpu: Let addrlib calculate the HTILE parameters.
2017-03-05 Bas Nieuwenhuizenradv/amdgpu: Add some debug flags.
2017-02-27 Andres Rodriguezradv/winsys: fix freeing imported memory.
2017-02-21 Bas Nieuwenhuizenradv: Special case the initial preamble.
2017-02-14 Dave Airlieradv: fix cik macroModeIndex.
2017-02-12 Dave Airlieradv: reduce CPU overhead merging bo lists.
2017-01-30 Bas Nieuwenhuizenradv/amdgpu: Support a preamble CS.
2017-01-09 Bas Nieuwenhuizenac/debug: Dump indirect buffers.
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 Dave Airlieradv/winsys: start adding support for DMA/compute queue
2016-12-18 Bas Nieuwenhuizenradv/winsys: Expose number of compute/dma rings.
2016-12-17 Dave Airlieradv/winsys: consolidate request->fence code
2016-12-06 Nayan Deshmukhradv: fix resource leak in radv_amdgpu_ctx_create
2016-10-28 Fredrik Höglundradv: split the device local memory heap into two
2016-10-18 Dave Airlieradv: drop local MIN/MAX macros.
2016-10-16 Gustaw Smolarczykradv/winsys: Fail early on overgrown cs.
2016-10-11 Gustaw Smolarczykradv/winsys: Fix radv_amdgpu_cs_grow min_size argument...
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-10 Edward O'Callaghanradv: Use proper header guards over 'pragma once' direc...
2016-10-06 Dave Airlieradv: add initial non-conformant radv vulkan driver