aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_extensions.py
Commit message (Expand)AuthorAgeFilesLines
* radv: add VK_EXT_extended_dynamic_state but leave it disabledSamuel Pitoiset2020-07-131-0/+1
* radv: enable VK_AMD_shader_ballot on GFX6-7 with both compiler backendsSamuel Pitoiset2020-06-291-1/+1
* radv: change use_aco -> use_llvmDaniel Schürmann2020-06-251-2/+2
* radv/aco: enable FP16 features/extensions on GFX9+Samuel Pitoiset2020-06-171-2/+2
* radv/aco: enable shaderInt8 and VK_KHR_shader_float16_int8 on GFX6-GFX7Samuel Pitoiset2020-06-091-1/+1
* radv/aco: enable 8-bit/16-bit storage on GFX6-GFX7Samuel Pitoiset2020-06-091-2/+2
* 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/aco: enable 64-bit atomic features if RADV is linked with LLVM 8Samuel Pitoiset2020-06-051-1/+1
* ac: rename has_double_rate_fp16 -> has_packed_math_16bitMarek Olšák2020-06-021-2/+2
* radv/aco: enable VK_KHR_subgroup_extended_types on GFX8+Samuel Pitoiset2020-05-291-1/+1
* 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
* radv: advertise VK_AMD_texture_gather_bias_lodSamuel Pitoiset2020-05-251-0/+1
* radv: Expose VK_EXT_pipeline_creation_cache_control.Bas Nieuwenhuizen2020-05-191-0/+1
* radv: Implement VK_EXT_custom_border_colorJoshua Ashton2020-05-151-0/+1
* radv: use the common code for generating extensions and dispatch tablesSamuel Pitoiset2020-05-131-345/+8
* radv: implement VK_EXT_private_dataSamuel Pitoiset2020-05-131-0/+1
* 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: advertise VK_EXT_robustness2Samuel Pitoiset2020-04-291-0/+1
* radv: advertise VK_AMD_memory_overallocation_behaviorSamuel Pitoiset2020-04-281-0/+1
* radv/aco: enable 8/16-bit storage and int8/int16 on GFX8+Rhys Perry2020-04-241-3/+4
* radv/aco: do not advertise VK_KHR_shader_subgroup_extended_typesSamuel Pitoiset2020-04-151-1/+1
* ac,radv: add ac_gpu_info::has_double_rate_fp16Samuel Pitoiset2020-04-091-2/+2
* radv: Filter extensions not whitelisted for AndroidDrew Davenport2020-04-031-2/+80
* radv: enable VK_KHR_8bit_storage on GFX6-GFX7Samuel Pitoiset2020-03-241-1/+1
* radv: Advertise VK_KHR_shader_non_semantic_infoCaio Marcelo de Oliveira Filho2020-02-181-0/+1
* radv: add a comment about VK_AMD_mixed_attachment_samples on GFX6-GFX7Samuel Pitoiset2020-02-171-0/+1
* radv: enable VK_NV_compute_shader_derivatives on GFX6-GFX7Samuel Pitoiset2020-02-171-1/+1
* radv: enable VK_EXT_sampler_filter_minmax on GFX6Samuel Pitoiset2020-02-171-1/+1
* radv: implement VK_EXT_line_rasterizationSamuel Pitoiset2020-02-131-0/+2
* radv: implement VK_AMD_shader_explicit_vertex_parameterSamuel Pitoiset2020-01-291-0/+1
* radv: enable VK_AMD_shader_fragment_mask on GFX6-GFX7Samuel Pitoiset2020-01-291-1/+1
* radv: Expose VK_KHR_swapchain_mutable_format.Bas Nieuwenhuizen2020-01-241-0/+1
* radv: advertise VK_AMD_shader_fragment_maskSamuel Pitoiset2020-01-231-0/+1
* radv: enable Vulkan 1.2Samuel Pitoiset2020-01-151-1/+1
* radv: Disable VK_EXT_sample_locations on GFX10.Bas Nieuwenhuizen2020-01-151-1/+2
* radv: advertise VK_AMD_shader_image_load_store_lodSamuel Pitoiset2020-01-091-0/+1
* radv: implement VK_AMD_mixed_attachment_samplesSamuel Pitoiset2020-01-031-0/+1
* radv: implement VK_KHR_separate_depth_stencil_layoutsSamuel Pitoiset2019-12-101-0/+1
* radv: enable VK_KHR_shader_subgroup_extended_types on GFX10Samuel Pitoiset2019-11-271-1/+1
* radv: Enable VK_KHR_buffer_device_address.Bas Nieuwenhuizen2019-11-261-0/+1
* radv: enable VK_KHR_shader_subgroup_extended_types on GFX6-GFX7Samuel Pitoiset2019-11-201-1/+1
* radv/aco: enable VK_KHR_shader_subgroup_extended_typesRhys Perry2019-11-191-1/+1
* radv: advertise VK_KHR_shader_subgroup_extended_types on GFX8-GFX9Samuel Pitoiset2019-11-191-0/+1
* radv: implement VK_AMD_device_coherent_memorySamuel Pitoiset2019-11-181-0/+1
* aco: implement VK_KHR_shader_float_controlsRhys Perry2019-11-151-1/+1
* radv: implement VK_EXT_subgroup_size_controlSamuel Pitoiset2019-11-061-0/+1