diff options
author | Erik Faye-Lund <[email protected]> | 2020-02-03 17:42:04 +0100 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-07-08 14:43:02 +0000 |
commit | 44da0f067ca0fa9c4eabe06685df157665ffb508 (patch) | |
tree | 93bcd5ede0f47464f7fcaa1f99fe8e00d44d6ef7 /docs | |
parent | ffb8020f6e7ae3fb89d5b5ab17ff6fbdc6798ac4 (diff) |
zink: expose depth-clip if supported
We already set up the state as needed, so it should only be a matter of
exposing it.
Reviewed-By: Mike Blumenkrantz <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5495>
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 33484576455..d788d8549c0 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -92,7 +92,7 @@ GL 3.2, GLSL 1.50 --- all DONE: i965, nv50, nvc0, r600, radeonsi, llvmpipe, soft GL_ARB_provoking_vertex (Provoking vertex) DONE (freedreno, v3d) GL_ARB_seamless_cube_map (Seamless cubemaps) DONE (freedreno, zink) GL_ARB_texture_multisample (Multisample textures) DONE (freedreno/a5xx+, v3d, zink) - GL_ARB_depth_clamp (Frag depth clamp) DONE (freedreno) + GL_ARB_depth_clamp (Frag depth clamp) DONE (freedreno, zink) GL_ARB_sync (Fence objects) DONE (freedreno, v3d, zink) GLX_ARB_create_context_profile DONE |