mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
radv: enable VK_AMD_gpu_shader_int16
This extension allows 16-bit support to Frexp/FrexpStruct. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
This commit is contained in:
parent
8a6e61cc52
commit
227b191206
1 changed files with 1 additions and 0 deletions
|
|
@ -122,6 +122,7 @@ EXTENSIONS = [
|
|||
Extension('VK_EXT_vertex_attribute_divisor', 3, True),
|
||||
Extension('VK_AMD_draw_indirect_count', 1, True),
|
||||
Extension('VK_AMD_gcn_shader', 1, True),
|
||||
Extension('VK_AMD_gpu_shader_int16', 1, 'device->rad_info.chip_class >= VI'),
|
||||
Extension('VK_AMD_rasterization_order', 1, 'device->has_out_of_order_rast'),
|
||||
Extension('VK_AMD_shader_core_properties', 1, True),
|
||||
Extension('VK_AMD_shader_info', 1, True),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue