radv: advertise VK_AMD_texture_gather_bias_lod
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5147>
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
GL_ARB_compute_variable_group_size on Iris.
|
||||
VK_AMD_texture_gather_bias_lod on RADV.
|
||||
VK_EXT_private_data on ANV and RADV.
|
||||
VK_EXT_custom_border_color on RADV.
|
||||
VK_EXT_pipeline_creation_cache_control on RADV.
|
||||
|
@@ -179,6 +179,7 @@ EXTENSIONS = [
|
||||
Extension('VK_AMD_shader_fragment_mask', 1, True),
|
||||
Extension('VK_AMD_shader_info', 1, True),
|
||||
Extension('VK_AMD_shader_trinary_minmax', 1, True),
|
||||
Extension('VK_AMD_texture_gather_bias_lod', 1, True),
|
||||
Extension('VK_GOOGLE_decorate_string', 1, True),
|
||||
Extension('VK_GOOGLE_hlsl_functionality1', 1, True),
|
||||
Extension('VK_NV_compute_shader_derivatives', 1, True),
|
||||
|
@@ -357,6 +357,7 @@ radv_shader_compile_to_nir(struct radv_device *device,
|
||||
.caps = {
|
||||
.amd_fragment_mask = true,
|
||||
.amd_gcn_shader = true,
|
||||
.amd_image_gather_bias_lod = true,
|
||||
.amd_image_read_write_lod = true,
|
||||
.amd_shader_ballot = device->physical_device->use_shader_ballot,
|
||||
.amd_shader_explicit_vertex_parameter = true,
|
||||
|
Reference in New Issue
Block a user