aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_device.c
Commit message (Expand)AuthorAgeFilesLines
* radv: remove the secure compile support featureSamuel Pitoiset2020-07-131-566/+0
* radv: return VK_ERROR_DEVICE_LOST if wait-for-idle failed or expiredSamuel Pitoiset2020-07-121-4/+10
* radv: enable zerovram for Quantic Dream gamesRhys Perry2020-07-071-0/+3
* radv,vulkan: add a new x11 wsi drirc workaround for DOOM EternalSamuel Pitoiset2020-07-021-0/+1
* radv: fix wide points and linesSamuel Pitoiset2020-07-021-2/+2
* radv: enable VK_AMD_shader_ballot on GFX6-7 with both compiler backendsSamuel Pitoiset2020-06-291-4/+0
* radv: remove the load/store workaround for Monster Hunter World with LLVMSamuel Pitoiset2020-06-261-8/+0
* radv: remove the shader ballot workaround for Youngblood with LLVMSamuel Pitoiset2020-06-261-10/+0
* radv: enable ACO by defaultDaniel Schürmann2020-06-251-11/+3
* radv: change use_aco -> use_llvmDaniel Schürmann2020-06-251-9/+9
* radv: introduce RADV_DEBUG=llvm optionDaniel Schürmann2020-06-251-0/+5
* radv: fix checking the return value of cs_finalize()Samuel Pitoiset2020-06-241-1/+1
* radv: Handle mmap failures.Bas Nieuwenhuizen2020-06-241-4/+18
* util: rename xmlpool.h to driconf.hEric Engestrom2020-06-221-1/+1
* radv: add new drirc option radv_no_dynamic_boundsRhys Perry2020-06-191-0/+4
* radv: add support for Sienna CichlidSamuel Pitoiset2020-06-191-1/+4
* radv: lower discards to demote to workaround a RDR2 game bugSamuel Pitoiset2020-06-181-0/+3
* radv/aco: enable FP16 features/extensions on GFX9+Samuel Pitoiset2020-06-171-1/+1
* radv: add new drirc option radv_enable_mrt_output_nan_fixupSamuel Pitoiset2020-06-121-0/+5
* radv/aco: enable shaderInt8 and VK_KHR_shader_float16_int8 on GFX6-GFX7Samuel Pitoiset2020-06-091-1/+1
* radv/aco: enable shaderInt16 on GFX6-GFX7Samuel Pitoiset2020-06-091-1/+1
* radv/aco: enable 8-bit/16-bit storage on GFX6-GFX7Samuel Pitoiset2020-06-091-6/+6
* radv/llvm: expose VK_EXT_shader_demote_to_helper_invocation with LLVM 9+Samuel Pitoiset2020-06-091-1/+1
* radv/aco: enable VK_KHR_shader_subgroup_extended_types on GFX6-GFX7Samuel Pitoiset2020-06-051-1/+1
* radv: Use offsets in surface struct.Bas Nieuwenhuizen2020-06-051-6/+6
* radv/aco: enable 64-bit atomic features if RADV is linked with LLVM 8Samuel Pitoiset2020-06-051-2/+2
* radv: Always expose non-visible local memory type on dedicated GPUsClément Guérin2020-06-041-18/+7
* radv: enable zero VRAM for all VKD3D (DX12->VK) gamesSamuel Pitoiset2020-06-031-34/+43
* radv: enable zero VRAM for Doom EternalSamuel Pitoiset2020-06-031-0/+3
* radv/aco: Always enable subgroup shuffle.Timur Kristóf2020-06-021-8/+3
* ac: rename has_double_rate_fp16 -> has_packed_math_16bitMarek Olšák2020-06-021-6/+6
* radv/aco: enable VK_KHR_subgroup_extended_types on GFX8+Samuel Pitoiset2020-05-291-1/+1
* ac/gpu_info: replace num_good_cu_per_sh with min/max_good_cu_per_saMarek Olšák2020-05-261-1/+1
* radv: Do not close fd -1 when NULL-winsys creation fails.Bas Nieuwenhuizen2020-05-251-1/+2
* radv: advertise shaderDeviceClock on GFX8+Samuel Pitoiset2020-05-241-1/+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-231-2/+2
* radv: fix missing break in radv_GetPhysicalDeviceFeatures2()Samuel Pitoiset2020-05-211-0/+1
* radv: Expose VK_EXT_pipeline_creation_cache_control.Bas Nieuwenhuizen2020-05-191-0/+6
* radv: Support VK_PIPELINE_COMPILE_REQUIRED_EXT.Bas Nieuwenhuizen2020-05-191-0/+4
* 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
* radv: Implement VK_EXT_custom_border_colorJoshua Ashton2020-05-151-2/+131
* radv: Provide a better error for permission issues with priorities.Bas Nieuwenhuizen2020-05-151-3/+4
* radv: enable shaderResourceMinLodSamuel Pitoiset2020-05-141-0/+1
* 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-131-3/+5
* radv: implement VK_EXT_private_dataSamuel Pitoiset2020-05-131-0/+51
* radv: use the base object struct typesSamuel Pitoiset2020-05-131-1/+28