summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>2022-03-29 08:04:14 -0400
committerMarge Bot <emma+marge@anholt.net>2022-03-29 12:41:51 +0000
commitd001150d0ce858939b091236a4b3b62df0242aee (patch)
treef49cfd479d7247e23011c044110b7ae152d24b3a /docs
parentaed49c89a59af2ea2fe31c8da418c26ea0a2c405 (diff)
doc: update extensions for lavapipe
Reviewed-by: Dave Airlie <airlied@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15636>
Diffstat (limited to 'docs')
-rw-r--r--docs/features.txt4
-rw-r--r--docs/relnotes/new_features.txt2
2 files changed, 5 insertions, 1 deletions
diff --git a/docs/features.txt b/docs/features.txt
index 5710d026a37..68b2396b38a 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -511,7 +511,7 @@ 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+, tu)
VK_KHR_pipeline_executable_properties DONE (anv, radv, tu)
- VK_KHR_pipeline_library in progress
+ VK_KHR_pipeline_library DONE (lvp)
VK_KHR_push_descriptor DONE (anv, lvp, radv, tu)
VK_KHR_ray_query in progress
VK_KHR_ray_tracing_pipeline in progress
@@ -547,6 +547,7 @@ Khronos extensions that are not part of any Vulkan version:
VK_EXT_fragment_shader_interlock DONE (anv/gen9+)
VK_EXT_global_priority DONE (anv, radv)
VK_EXT_global_priority_query DONE (radv)
+ VK_EXT_graphics_pipeline_library DONE (lvp)
VK_EXT_image_drm_format_modifier DONE (anv, radv/gfx9+, tu, v3dv, vn)
VK_EXT_image_view_min_lod DONE (radv)
VK_EXT_index_type_uint8 DONE (anv, lvp, radv/gfx8+, v3dv, tu)
@@ -558,6 +559,7 @@ Khronos extensions that are not part of any Vulkan version:
VK_EXT_physical_device_drm DONE (anv, radv, tu, v3dv)
VK_EXT_post_depth_coverage DONE (anv/gfx10+, lvp, radv/gfx10+)
VK_EXT_primitive_topology_list_restart DONE (anv, lvp, radv, tu)
+ VK_EXT_primitives_generated_query DONE (lvp)
VK_EXT_provoking_vertex DONE (anv, lvp, radv, tu, v3dv)
VK_EXT_queue_family_foreign DONE (anv, radv, vn)
VK_EXT_robustness2 DONE (anv, radv, tu)
diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt
index 0b33bc01a4d..55fb267c55a 100644
--- a/docs/relnotes/new_features.txt
+++ b/docs/relnotes/new_features.txt
@@ -2,3 +2,5 @@ d3d12 GL4.2
GL_NV_pack_subimage
VK_EXT_depth_clip_control on lavapipe and RADV
Vulkan 1.3 support on lavapipe
+VK_EXT_graphics_pipeline_library on lavapipe
+VK_EXT_primitives_generated_query on lavapipe