diff options
author | Jesse Natalie <jenatali@microsoft.com> | 2022-10-29 07:53:45 -0700 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2022-10-31 18:17:41 +0000 |
commit | b4f2b244fae89140a5f783548c9afe3f16f2f1bc (patch) | |
tree | aecc2c419825d3bc034b2128c3cd675f26d65088 /docs | |
parent | 61afaa0c6893999102cab3a0519e1b4e12311988 (diff) | |
download | mesa-b4f2b244fae89140a5f783548c9afe3f16f2f1bc.tar.gz mesa-b4f2b244fae89140a5f783548c9afe3f16f2f1bc.tar.bz2 mesa-b4f2b244fae89140a5f783548c9afe3f16f2f1bc.zip |
d3d12: Advertise PIPE_CAP_BUFFER_MAP_PERSISTENT_COHERENT
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19396>
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 8e644d379bb..a85da4c6524 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -195,7 +195,7 @@ GL 4.3, GLSL 4.30 -- all DONE: freedreno/a6xx, i965/gen8+, nvc0, r600, radeonsi, GL 4.4, GLSL 4.40 -- all DONE: i965/gen8+, nvc0, r600, radeonsi, llvmpipe, zink GL_MAX_VERTEX_ATTRIB_STRIDE DONE (all drivers) - GL_ARB_buffer_storage DONE (freedreno, i965, nv50, v3d, vc4, lima, panfrost, asahi) + GL_ARB_buffer_storage DONE (freedreno, i965, nv50, v3d, vc4, lima, panfrost, asahi, d3d12) GL_ARB_clear_texture DONE (i965, nv50, softpipe, virgl) GL_ARB_enhanced_layouts DONE (freedreno/a3xx+, i965, nv50, softpipe, virgl) - compile-time constant expressions DONE |