aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_device.c
Commit message (Expand)AuthorAgeFilesLines
...
* radv: update VK_KHR_timeline_semaphore for Vulkan 1.2Samuel Pitoiset2020-01-151-24/+24
* radv: update VK_KHR_uniform_buffer_standard_layout for Vulkan 1.2Samuel Pitoiset2020-01-151-3/+3
* radv: update VK_KHR_shader_subgroup_extended_types for Vulkan 1.2Samuel Pitoiset2020-01-151-3/+3
* radv: update VK_KHR_shader_float_controls for Vulkan 1.2Samuel Pitoiset2020-01-151-5/+5
* radv: update VK_KHR_shader_float16_int8 for Vulkan 1.2Samuel Pitoiset2020-01-151-3/+3
* radv: update VK_KHR_shader_atomic_int64 for Vulkan 1.2Samuel Pitoiset2020-01-151-3/+3
* radv: update VK_KHR_imageless_framebuffer for Vulkan 1.2Samuel Pitoiset2020-01-151-6/+6
* radv: update VK_KHR_driver_properties for Vulkan 1.2Samuel Pitoiset2020-01-151-7/+7
* radv: update VK_KHR_depth_stencil_resolve for Vulkan 1.2Samuel Pitoiset2020-01-151-3/+3
* radv: update VK_KHR_buffer_device_address for Vulkan 1.2Samuel Pitoiset2020-01-151-9/+9
* radv: update VK_KHR_8bit_storage for Vulkan 1.2Samuel Pitoiset2020-01-151-3/+3
* radv: update VK_EXT_scalar_block_layout for Vulkan 1.2Samuel Pitoiset2020-01-151-3/+3
* radv: update VK_EXT_sampler_filter_minmax for Vulkan 1.2Samuel Pitoiset2020-01-151-6/+6
* radv: update VK_EXT_host_query_reset for Vulkan 1.2Samuel Pitoiset2020-01-151-3/+3
* radv: update VK_EXT_descriptor_indexing for Vulkan 1.2Samuel Pitoiset2020-01-151-6/+6
* radv: only use VkSamplerCreateInfo::compareOp if enabledSamuel Pitoiset2020-01-151-1/+5
* vulkan/wsi: Add a driconf option to force WSI to advertise BGRA8_UNORM firstJason Ekstrand2020-01-141-0/+4
* radv: Expose all sample counts for integer formats as well.Bas Nieuwenhuizen2019-12-261-1/+1
* ac: declare an enum for the OOB select field on GFX10Samuel Pitoiset2019-12-191-6/+6
* radv: Limit workgroup size to 1024.Bas Nieuwenhuizen2019-12-181-4/+4
* radv: implement VK_KHR_separate_depth_stencil_layoutsSamuel Pitoiset2019-12-101-0/+6
* radv: do not use VK_TRUE/VK_FALSESamuel Pitoiset2019-12-091-12/+12
* radv: Enable ACO on GFX7 (Sea Islands)Daniel Schürmann2019-12-071-2/+3
* radv: disable Youngblood app profile if ACO is usedDaniel Schürmann2019-12-071-2/+3
* radv: Fix timeline semaphore refcounting.Bas Nieuwenhuizen2019-11-281-9/+4
* radv: Unify max_descriptor_set_size.Bas Nieuwenhuizen2019-11-281-14/+15
* radv: add more constants to avoid using magic numbersSamuel Pitoiset2019-11-281-6/+3
* radv: Enable VK_KHR_buffer_device_address.Bas Nieuwenhuizen2019-11-261-3/+24
* radv: disable subgroup shuffle operations on GFX10Samuel Pitoiset2019-11-251-1/+2
* radv: create a fresh fork for each pipeline compileTimothy Arceri2019-11-251-13/+124
* radv: add a secure_compile_open_fifo_fds() helperTimothy Arceri2019-11-251-0/+43
* radv: Enable Subgroup Arithmetic and Clustered for SIDaniel Schürmann2019-11-201-6/+5
* radv: Do not change scratch settings while shaders are active.Bas Nieuwenhuizen2019-11-201-22/+75
* ac: add radeon_info::num_rings and move ring_type to amd_family.hMarek Olšák2019-11-191-3/+3
* radv: advertise VK_KHR_shader_subgroup_extended_types on GFX8-GFX9Samuel Pitoiset2019-11-191-0/+6
* radv: implement VK_AMD_device_coherent_memorySamuel Pitoiset2019-11-181-15/+96
* aco: implement VK_KHR_shader_float_controlsRhys Perry2019-11-151-0/+2
* radv: remove useless RADV_DEBUG=unsafemath debug optionSamuel Pitoiset2019-11-151-3/+1
* radv: fix radv secure compile feature breaks compilation on armhf EABI and aa...Luis Mendes2019-11-121-0/+8
* radv: implement VK_EXT_subgroup_size_controlSamuel Pitoiset2019-11-061-0/+22
* radv/gfx10: enable wave32 for compute based on shader's wavesizeSamuel Pitoiset2019-11-061-2/+1
* radv: Close all unnecessary fds in secure compile.Bas Nieuwenhuizen2019-11-011-29/+64
* radv: Remove _mesa_locale_init/fini calls.Bas Nieuwenhuizen2019-10-311-3/+0
* radv: Allocate space for temp. semaphore parts.Bas Nieuwenhuizen2019-10-301-0/+1
* radv: Enable ACO on Navi.Timur Kristóf2019-10-301-2/+1
* radv: move nomemorycache debug option at the right palceSamuel Pitoiset2019-10-301-1/+1
* radv: Enable VK_KHR_timeline_semaphore.Bas Nieuwenhuizen2019-10-301-0/+12
* radv: Add wait-before-submit support for timelines.Bas Nieuwenhuizen2019-10-301-6/+139
* radv: Add timelines with a VK_KHR_timeline_semaphore impl.Bas Nieuwenhuizen2019-10-301-60/+472
* radv: Add temporary datastructure for submissions.Bas Nieuwenhuizen2019-10-301-28/+142