aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan
Commit message (Expand)AuthorAgeFilesLines
* amd: assume HTILE is always rb/pipe_aligned, remove ac_surface.u.gfx9.htileMarek Olšák2020-05-072-8/+10
* amd: assume CMASK is always rb/pipe_aligned, remove ac_surface.u.gfx9.cmaskMarek Olšák2020-05-072-10/+12
* 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-062-17/+33
* radv: display an error message if the winsys init failedSamuel Pitoiset2020-05-061-1/+2
* radv: use a linked list for physical devicesSamuel Pitoiset2020-05-062-52/+69
* radv: don't report error with other vendor DRM devicesSamuel Pitoiset2020-05-061-9/+15
* radv: report INITIALIZATION_FAILED when the amdgpu winsys init failedSamuel Pitoiset2020-05-061-1/+1
* radv: fix a memleak if the physical device initialization failedSamuel Pitoiset2020-05-061-6/+8
* radv: rename radv_devices() to radv_enumerate_physical_devices()Samuel Pitoiset2020-05-061-3/+3
* radv: cleanup radv_CreateInstance()Samuel Pitoiset2020-05-061-35/+22
* radv: enable shaderInt16 unconditionally with LLVM and only GFX8+ with ACOSamuel Pitoiset2020-05-051-1/+1
* radv: Remove RANGE_SIZE usageJoshua Ashton2020-05-055-12/+26
* Revert "ac/surface: remove RADEON_SURF_TC_COMPATIBLE_HTILE and assume it's al...Marek Olšák2020-05-021-9/+5
* radv: Extend tiling flags to 64-bit.Bas Nieuwenhuizen2020-05-021-1/+1
* radv: Fix implicit sync with recent allocation changes.Bas Nieuwenhuizen2020-04-291-1/+1
* ac/surface: replace RADEON_SURF_OPTIMIZE_FOR_SPACE with !FORCE_SWIZZLE_MODEMarek Olšák2020-04-291-2/+0
* ac/surface: remove RADEON_SURF_TC_COMPATIBLE_HTILE and assume it's always setMarek Olšák2020-04-291-5/+9
* radv: Use smaller esgs_itemsize for ACO.Timur Kristóf2020-04-293-15/+30
* radv: Use new linking helper to set default driver locations.Timur Kristóf2020-04-292-0/+58
* radv: Refactor calculate_tess_lds_size and get_tcs_num_patches.Timur Kristóf2020-04-292-17/+16
* radv: advertise VK_EXT_robustness2Samuel Pitoiset2020-04-292-0/+16
* radv: handle NULL vertex bindingsSamuel Pitoiset2020-04-291-4/+7
* radv: handle NULL descriptorsSamuel Pitoiset2020-04-291-2/+24
* radv: Expose 4G element texel buffers.Bas Nieuwenhuizen2020-04-291-1/+1
* radv: advertise VK_AMD_memory_overallocation_behaviorSamuel Pitoiset2020-04-282-0/+7
* radv: track memory heaps usage if overallocation is explicitly disallowedSamuel Pitoiset2020-04-282-0/+48
* radv: remove unused radv_device_memory::map_size fieldSamuel Pitoiset2020-04-281-1/+0
* radv: enable FMASK for color attachments onlySamuel Pitoiset2020-04-281-1/+2
* radv: Determine memory type for import based on fd.Bas Nieuwenhuizen2020-04-281-17/+63
* radv/winsys: Add function to get domains/flags from fd.Bas Nieuwenhuizen2020-04-282-0/+51
* radv: Stop using memory type indices.Bas Nieuwenhuizen2020-04-282-108/+23
* radv: Use actual memory type count for setting app-visible bitset.Bas Nieuwenhuizen2020-04-281-1/+1
* radv: do not expose GTT as device local memory mostly for APUsSamuel Pitoiset2020-04-271-29/+30
* radv: Add WSI buffers to BO list only if they can be used.Bas Nieuwenhuizen2020-04-273-14/+42
* ac,radeonsi: fix compilations issues with LLVM 11Samuel Pitoiset2020-04-271-1/+1
* drm-uapi,radv,radeonsi: Add amdgpu_drm.h header.Bas Nieuwenhuizen2020-04-276-6/+6
* radv: fix robust_buffer_access if enabled via VkPhysicalDeviceFeatures2Samuel Pitoiset2020-04-271-10/+44
* radv: Pass logical device to si_emit_graphicsJoshua Ashton2020-04-253-5/+6
* radv/aco: enable 8/16-bit storage and int8/int16 on GFX8+Rhys Perry2020-04-243-22/+29
* radv: allocate larger shader memory slabs if neededRhys Perry2020-04-241-2/+2
* radv: align buffer descriptor sizes to dwordRhys Perry2020-04-242-2/+16
* radv: Add inputs read by TES to radv_shader_info.Timur Kristóf2020-04-242-0/+9
* spirv: Use nir_const_value for spec constantsJason Ekstrand2020-04-241-5/+5
* radv: Properly handle all sizes of specialization constantsJason Ekstrand2020-04-241-2/+15
* anv/radv: Resolving 'GetInstanceProcAddr' should not require a valid instanceEduardo Lima Mitev2020-04-241-0/+5
* radv: adjust the supported subgroup stagesSamuel Pitoiset2020-04-231-1/+2
* radv: simplify checking for Navi1x chipsSamuel Pitoiset2020-04-234-13/+5
* radv: Use TRUNC_COORD on samplersJoshua Ashton2020-04-231-1/+3
* radv: make sure to export the viewport index if FS needs itSamuel Pitoiset2020-04-233-0/+35