mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 13:10:10 +01:00
docs: update Anv features support
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Ivan Briano <ivan.briano@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21870>
This commit is contained in:
parent
d8013976c7
commit
f406a9efa9
1 changed files with 8 additions and 7 deletions
|
|
@ -499,7 +499,7 @@ Vulkan 1.3 -- all DONE: anv, radv, tu, lvp, vn
|
|||
|
||||
Khronos extensions that are not part of any Vulkan version:
|
||||
|
||||
VK_KHR_acceleration_structure DONE (radv/gfx10.3+)
|
||||
VK_KHR_acceleration_structure DONE (anv/gfx12.5+, radv/gfx10.3+)
|
||||
VK_KHR_android_surface not started
|
||||
VK_KHR_deferred_host_operations DONE (anv, radv)
|
||||
VK_KHR_display DONE (anv, pvr, radv, tu, v3dv)
|
||||
|
|
@ -517,12 +517,12 @@ Khronos extensions that are not part of any Vulkan version:
|
|||
VK_KHR_incremental_present DONE (anv, lvp, radv, tu, v3dv, vn)
|
||||
VK_KHR_performance_query DONE (anv/gen8+, radv/gfx10.3+, tu, v3dv)
|
||||
VK_KHR_pipeline_executable_properties DONE (anv, radv, tu, v3dv)
|
||||
VK_KHR_pipeline_library DONE (lvp, radv, tu)
|
||||
VK_KHR_pipeline_library DONE (anv, lvp, radv, tu)
|
||||
VK_KHR_present_wait DONE (anv, radv, tu, x11/display)
|
||||
VK_KHR_push_descriptor DONE (anv, lvp, radv, tu, vn)
|
||||
VK_KHR_ray_query DONE (radv/gfx10.3+)
|
||||
VK_KHR_ray_tracing_maintenance1 DONE (radv/gfx10.3+)
|
||||
VK_KHR_ray_tracing_pipeline in progress
|
||||
VK_KHR_ray_query DONE (anv/gfx12.5+, radv/gfx10.3+)
|
||||
VK_KHR_ray_tracing_maintenance1 DONE (anv/gfx12.5+, radv/gfx10.3+)
|
||||
VK_KHR_ray_tracing_pipeline DONE (anv/gfx12.5+)
|
||||
VK_KHR_shader_clock DONE (anv, lvp, radv)
|
||||
VK_KHR_shader_subgroup_uniform_control_flow DONE (anv, radv)
|
||||
VK_KHR_shared_presentable_image not started
|
||||
|
|
@ -561,19 +561,20 @@ Khronos extensions that are not part of any Vulkan version:
|
|||
VK_EXT_graphics_pipeline_library DONE (lvp, tu)
|
||||
VK_EXT_image_2d_view_of_3d DONE (anv, radv, tu, lvp)
|
||||
VK_EXT_image_drm_format_modifier DONE (anv, radv/gfx9+, tu, v3dv, vn)
|
||||
VK_EXT_image_sliced_view_of_3d DONE (radv/gfx10+)
|
||||
VK_EXT_image_sliced_view_of_3d DONE (anv, radv/gfx10+)
|
||||
VK_EXT_image_view_min_lod DONE (anv, radv, tu, vn)
|
||||
VK_EXT_index_type_uint8 DONE (anv, lvp, panvk, radv/gfx8+, v3dv, tu, vn)
|
||||
VK_EXT_line_rasterization DONE (anv, lvp, radv, tu, v3dv, vn)
|
||||
VK_EXT_load_store_op_none DONE (anv, radv, tu, v3dv)
|
||||
VK_EXT_memory_budget DONE (anv, radv, tu, v3dv)
|
||||
VK_EXT_memory_priority DONE (radv)
|
||||
VK_EXT_mesh_shader DONE (anv/gfx12.5+, radv)
|
||||
VK_EXT_multi_draw DONE (anv, lvp, radv, tu, vn)
|
||||
VK_EXT_multisampled_render_to_single_sampled DONE (lvp)
|
||||
VK_EXT_non_seamless_cube_map DONE (anv, lvp, radv, tu)
|
||||
VK_EXT_pci_bus_info DONE (anv, radv, vn)
|
||||
VK_EXT_physical_device_drm DONE (anv, radv, tu, v3dv, vn)
|
||||
VK_EXT_pipeline_library_group_handles DONE (radv)
|
||||
VK_EXT_pipeline_library_group_handles DONE (anv, radv)
|
||||
VK_EXT_pipeline_robustness DONE (v3dv)
|
||||
VK_EXT_post_depth_coverage DONE (anv/gfx10+, lvp, radv/gfx10+)
|
||||
VK_EXT_primitive_topology_list_restart DONE (anv, lvp, radv, tu, v3dv, vn)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue