summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>2020-07-11 11:46:21 -0400
committerMarge Bot <eric+marge@anholt.net>2020-10-16 15:55:09 +0000
commit7c5129985bcac75053823a31674e8a1e2629230c (patch)
tree453e33cd08640460a8ad9381e7a4e9ac73605085 /docs
parent3e3b6e995fa44ab778451c1fc24c2caabca4299f (diff)
zink: implement ARB_draw_indirect
other than the vaguely gross case of primitive restart with incompatible draw modes and/or restart index, this is no trouble since the buffer formats are compatible Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7191>
Diffstat (limited to 'docs')
-rw-r--r--docs/features.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features.txt b/docs/features.txt
index 1cd2f274d3d..1386d1658e6 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -114,7 +114,7 @@ GL 3.3, GLSL 3.30 --- all DONE: i965, nv50, nvc0, r600, radeonsi, llvmpipe, soft
GL 4.0, GLSL 4.00 --- all DONE: i965/gen7+, nvc0, r600, radeonsi, llvmpipe, virgl
GL_ARB_draw_buffers_blend DONE (freedreno, i965/gen6+, nv50, softpipe, swr, zink, panfrost)
- GL_ARB_draw_indirect DONE (freedreno, i965/gen7+, softpipe, swr, v3d)
+ GL_ARB_draw_indirect DONE (freedreno, i965/gen7+, softpipe, swr, v3d, zink)
GL_ARB_gpu_shader5 DONE (i965/gen7+)
- 'precise' qualifier DONE (softpipe)
- Dynamically uniform sampler array indices DONE (softpipe)