From bb47308264d5b590eb4f6dd70299544cdb40781e Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Mon, 16 Sep 2024 09:57:42 -0400 Subject: [PATCH] docs: OVR_multiview features Part-of: --- docs/features.txt | 2 ++ docs/relnotes/new_features.txt | 1 + 2 files changed, 3 insertions(+) diff --git a/docs/features.txt b/docs/features.txt index 9a880122053..ae99cd8c690 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -351,6 +351,8 @@ Khronos, ARB, and OES extensions that are not part of any OpenGL or OpenGL ES ve GL_OES_texture_half_float_linear DONE (freedreno, r300, r600, radeonsi, nv30, nv50, nvc0, softpipe, llvmpipe, panfrost, v3d, zink, lima, asahi, iris, crocus, etnaviv/HALF_FLOAT) GL_OES_texture_view DONE (freedreno, r600, radeonsi, nv50, nvc0, softpipe, llvmpipe, v3d, zink, iris, crocus/gen7+, d3d12) GL_OES_viewport_array DONE (freedreno/a6xx, nvc0, r600, radeonsi, softpipe, zink, iris, crocus/gen7.5+, asahi) + GL_OVR_multiview DONE (zink) + GL_OVR_multiview2 DONE (zink) GLX_ARB_context_flush_control DONE (all drivers) GLX_ARB_robustness_application_isolation not started GLX_ARB_robustness_share_group_isolation not started diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt index 52ca6a8b73a..1807b59a54a 100644 --- a/docs/relnotes/new_features.txt +++ b/docs/relnotes/new_features.txt @@ -14,3 +14,4 @@ VK_NV_compute_shader_derivatives on nvk VK_KHR_compute_shader_derivatives on nvk VK_KHR_compute_shader_derivatives on radv VK_KHR_shader_relaxed_extended_instruction on anv, hasvk, hk, nvk, radv, tu, v3dv, lvp +GL_OVR_multiview and GL_OVR_multiview2 on zink