aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan
Commit message (Expand)AuthorAgeFilesLines
* radv: fix regression with builtin cacheTimothy Arceri2020-05-301-1/+1
* radv/aco: enable VK_KHR_subgroup_extended_types on GFX8+Samuel Pitoiset2020-05-292-2/+2
* radv/aco: enable VK_EXT_subgroup_size_controlSamuel Pitoiset2020-05-291-1/+1
* spirv,radv,anv: implement no-op VK_GOOGLE_user_typeSamuel Pitoiset2020-05-281-0/+1
* amd: replace SH -> SA (shader array) in commentsMarek Olšák2020-05-261-2/+2
* ac/gpu_info: replace num_good_cu_per_sh with min/max_good_cu_per_saMarek Olšák2020-05-263-3/+3
* radv: Implement vkGetSwapchainGrallocUsage2ANDROID.Bas Nieuwenhuizen2020-05-251-0/+89
* radv: Do not close fd -1 when NULL-winsys creation fails.Bas Nieuwenhuizen2020-05-251-1/+2
* radv: Remove dead code.Bas Nieuwenhuizen2020-05-251-11/+2
* radv: Handle failing to create .cache dir.Bas Nieuwenhuizen2020-05-251-1/+2
* radv/winsys: Remove extra sizeof multiply.Bas Nieuwenhuizen2020-05-251-1/+1
* radv: advertise VK_AMD_texture_gather_bias_lodSamuel Pitoiset2020-05-252-0/+2
* radv: add support for querying which formats support texture gather LODSamuel Pitoiset2020-05-251-0/+12
* radv: advertise shaderDeviceClock on GFX8+Samuel Pitoiset2020-05-241-1/+1
* radv: remove useless assignment in build_streamout_vertex()Samuel Pitoiset2020-05-241-2/+1
* radv: cleanup physical device featuresSamuel Pitoiset2020-05-241-117/+144
* radv: do not return from radv_GetPhysicalDeviceFeatures2()Samuel Pitoiset2020-05-241-1/+1
* ac: update register and packet definitions for preemptionMarek Olšák2020-05-234-10/+10
* radv/winsys: remove useless free in radv_amdgpu_create_bo_list()Samuel Pitoiset2020-05-211-3/+1
* radv: fix duplicated expression in ac_setup_rings()Samuel Pitoiset2020-05-211-1/+1
* radv: fix missing break in radv_GetPhysicalDeviceFeatures2()Samuel Pitoiset2020-05-211-0/+1
* radv/winsys: Finish mapping for sparse residency.Bas Nieuwenhuizen2020-05-191-21/+42
* radv: Expose VK_EXT_pipeline_creation_cache_control.Bas Nieuwenhuizen2020-05-192-0/+7
* radv: Support VK_PIPELINE_CACHE_CREATE_EXTERNALLY_SYNCHRONIZED_BIT_EXT.Bas Nieuwenhuizen2020-05-192-18/+39
* radv: Support VK_PIPELINE_CREATE_EARLY_RETURN_ON_FAILURE_BIT_EXT.Bas Nieuwenhuizen2020-05-191-0/+12
* radv: Support VK_PIPELINE_COMPILE_REQUIRED_EXT.Bas Nieuwenhuizen2020-05-193-12/+32
* radv/aco: enable storageInputOutput16 on GFX9+Samuel Pitoiset2020-05-191-2/+2
* radv: fix missing break in radv_GetPhysicalDeviceProperties2()Samuel Pitoiset2020-05-191-0/+1
* Revert "ac,radeonsi: fix compilations issues with LLVM 11"Michel Dänzer2020-05-191-1/+1
* radv: use util_float_to_half_rtzChristopher Egert2020-05-171-1/+1
* radv: Implement VK_EXT_custom_border_colorJoshua Ashton2020-05-154-2/+159
* radv: Provide a better error for permission issues with priorities.Bas Nieuwenhuizen2020-05-154-16/+29
* radv: enable shaderResourceMinLodSamuel Pitoiset2020-05-142-0/+2
* radv: add a LLVM version string workaround for SotTR and ACOSamuel Pitoiset2020-05-131-3/+22
* radv: use the common code for generating extensions and dispatch tablesSamuel Pitoiset2020-05-132-348/+13
* radv: implement VK_EXT_private_dataSamuel Pitoiset2020-05-132-0/+52
* radv: use the base object struct typesSamuel Pitoiset2020-05-1312-7/+138
* radv: use the common base object type for VkDeviceSamuel Pitoiset2020-05-1312-90/+87
* radv: update the list of allowed Android extensionsSamuel Pitoiset2020-05-121-0/+13
* radv: handle different Vulkan API versions correctlySamuel Pitoiset2020-05-121-12/+43
* radv: limit the Vulkan version to 1.1 for AndroidSamuel Pitoiset2020-05-121-2/+7
* radv: report correct backend IR in hang reports when ACO is usedSamuel Pitoiset2020-05-081-1/+3
* radv: do not print the LLVM version string twice in hang reportsSamuel Pitoiset2020-05-081-2/+1
* radv: remove the LLVM version string when ACO is usedSamuel Pitoiset2020-05-081-4/+5
* amd: unify code for overriding offset and stride for imported buffersMarek Olšák2020-05-071-21/+3
* 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