diff options
author | Mike Blumenkrantz <michael.blumenkrantz@gmail.com> | 2021-04-02 11:35:44 -0400 |
---|---|---|
committer | Mike Blumenkrantz <michael.blumenkrantz@gmail.com> | 2021-04-02 11:35:44 -0400 |
commit | fbebe36547683dcd3e3e793369f0762a0801e292 (patch) | |
tree | 0072eba7ccee8f4b0e62d3a774b811c41d0b24d7 /docs | |
parent | 8199bd653e05880932f63a8e1e5eb3aed6bfbd7a (diff) | |
download | mesa-fbebe36547683dcd3e3e793369f0762a0801e292.tar.gz mesa-fbebe36547683dcd3e3e793369f0762a0801e292.tar.bz2 mesa-fbebe36547683dcd3e3e793369f0762a0801e292.zip |
features: mark off GL_OES_viewport_array for zink
also done for a while
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10007>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/features.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features.txt b/docs/features.txt index b45f5c9e418..a16af0112af 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -347,7 +347,7 @@ Khronos, ARB, and OES extensions that are not part of any OpenGL or OpenGL ES ve GL_OES_texture_half_float DONE (freedreno, i965, r300, r600, radeonsi, nv30, nv50, nvc0, softpipe, llvmpipe, panfrost, swr, zink, lima) GL_OES_texture_half_float_linear DONE (freedreno, i965, r300, r600, radeonsi, nv30, nv50, nvc0, softpipe, llvmpipe, panfrost, swr, zink, lima) GL_OES_texture_view DONE (freedreno, i965/gen8+, r600, radeonsi, nv50, nvc0, softpipe, llvmpipe, swr) - GL_OES_viewport_array DONE (i965, nvc0, r600, radeonsi, softpipe) + GL_OES_viewport_array DONE (i965, nvc0, r600, radeonsi, softpipe, zink) GLX_ARB_context_flush_control not started GLX_ARB_robustness_application_isolation not started GLX_ARB_robustness_share_group_isolation not started |