aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/winsys
Commit message (Expand)AuthorAgeFilesLines
* amd: add proper definitions for NOP packetsMarek Olšák2020-06-261-3/+3
* radv: enable ACO by defaultDaniel Schürmann2020-06-252-4/+4
* radv/winsys: Distinguish device/host memory errors.Bas Nieuwenhuizen2020-06-242-14/+16
* radv/winsys: Deal with realloc failures in BO lists.Bas Nieuwenhuizen2020-06-241-3/+10
* radv: require LLVM 11+ for GFX 10.3 if not using ACOSamuel Pitoiset2020-06-191-0/+6
* radv: add support for Sienna CichlidSamuel Pitoiset2020-06-191-2/+6
* radv: only requires LLVM 9 for GFX10 if not using ACOSamuel Pitoiset2020-06-182-1/+3
* ac/surface: add a wrapper structure to hold ADDR_HANDLEMarek Olšák2020-06-103-5/+3
* ac/gpu_info, radv: set max_wave64_per_simd to 20 on GFX10Rhys Perry2020-06-081-2/+6
* radv/winsys: Remove extra sizeof multiply.Bas Nieuwenhuizen2020-05-251-1/+1
* radv/winsys: remove useless free in radv_amdgpu_create_bo_list()Samuel Pitoiset2020-05-211-3/+1
* radv/winsys: Finish mapping for sparse residency.Bas Nieuwenhuizen2020-05-191-21/+42
* radv: Provide a better error for permission issues with priorities.Bas Nieuwenhuizen2020-05-152-11/+20
* amd: remove duplicated definitions from amdgpu_drm.hMarek Olšák2020-05-071-3/+0
* radv/winsys: do not count visible VRAM buffers twice in the budgetSamuel Pitoiset2020-05-061-16/+32
* radv: Extend tiling flags to 64-bit.Bas Nieuwenhuizen2020-05-021-1/+1
* radv/winsys: Add function to get domains/flags from fd.Bas Nieuwenhuizen2020-04-281-0/+47
* drm-uapi,radv,radeonsi: Add amdgpu_drm.h header.Bas Nieuwenhuizen2020-04-273-3/+3
* radv: fix null winsys gpu_info arrayRhys Perry2020-04-031-28/+27
* radv: stop including files from mesa/mainMarek Olšák2020-03-274-1/+6
* radv/winsys: spoof some values for num_render_backends in the null winsysSamuel Pitoiset2020-03-231-40/+32
* radv/winsys: fix wrong PCI ID for Vega10 in the null winsysSamuel Pitoiset2020-03-231-1/+1
* radv/winsys: set has_syncobj_wait_for_submit in the null winsysRhys Perry2020-03-201-0/+1
* radv: remove unnecessary LLVM includesSamuel Pitoiset2020-03-131-1/+0
* radv/winsys: fix missing initializations of shader info in the null deviceSamuel Pitoiset2020-03-061-0/+2
* radv: implement a dummy winsys for creating devices without AMDGPUSamuel Pitoiset2020-02-2611-5/+499
* radv/winsys: add a new flag that requests zerovram allocationsSamuel Pitoiset2020-02-201-2/+5
* radv: remove unnecessary RADV_DEBUG=nobatchchain optionSamuel Pitoiset2020-02-143-3/+1
* radv: make sure to not submit any IBs when RADV_FORCE_FAMILY is setSamuel Pitoiset2020-02-113-0/+5
* radv/winsys: set IB flags prior to submit in the sysmem pathFlorian Will2020-01-271-0/+2
* radv: Use new scanout gfx9 metadata flag.Bas Nieuwenhuizen2020-01-121-0/+5
* ac: add radeon_info::num_rings and move ring_type to amd_family.hMarek Olšák2019-11-191-2/+2
* radv: Fix timeout handling in syncobj wait.Bas Nieuwenhuizen2019-10-311-1/+1
* util: remove LIST_DEL macroTimothy Arceri2019-10-281-1/+1
* util: remove LIST_ADDTAIL macroTimothy Arceri2019-10-281-1/+1
* util: remove LIST_INITHEAD macroTimothy Arceri2019-10-281-1/+1
* radv: Check the size of the imported buffer.Bas Nieuwenhuizen2019-10-101-1/+6
* radv: Cleanup buffer_from_fd.Bas Nieuwenhuizen2019-10-101-3/+1
* radv/winsys: add support for GS and OA domainsSamuel Pitoiset2019-09-161-0/+4
* amd: replace major llvm version checks with LLVM_VERSION_MAJOREric Engestrom2019-09-061-1/+2
* tree-wide: replace MAYBE_UNUSED with ASSERTEDEric Engestrom2019-07-311-1/+1
* radv/gfx10: enable 1D texturesSamuel Pitoiset2019-07-121-2/+4
* radv/gfx10: enable support for NAVI10, NAVI12 and NAVI14Samuel Pitoiset2019-07-071-3/+0
* radv/gfx10: require LLVM 9+Samuel Pitoiset2019-07-071-0/+6
* radv: gfx10 is not supportedNicolai Hähnle2019-07-031-0/+3
* ac: rename SI-CIK-VI to GFX6-GFX7-GFX8Marek Olšák2019-05-152-2/+2
* radv: Clean up signalled and submitted fields from winsys fences.Bas Nieuwenhuizen2019-05-131-0/+29
* radv: Use local buffers for the global bo list.Bas Nieuwenhuizen2019-04-151-1/+2
* radeonsi: enable displayable DCC on RavensMarek Olšák2019-04-041-0/+4
* radv: set the maximum number of IBs per submit to 192Samuel Pitoiset2019-03-121-0/+7