summaryrefslogtreecommitdiffstats
path: root/docs/GL3.txt
diff options
context:
space:
mode:
authorNicolai Hähnle <[email protected]>2016-04-16 13:00:12 -0500
committerNicolai Hähnle <[email protected]>2016-04-21 23:14:04 -0500
commit39e9cf6cb18cc4e8ee828006107de42482668b81 (patch)
tree48609c82eae3dcb95b75b70c7eb4eb885cbe4929 /docs/GL3.txt
parent2bac561787a067da2100d495cb0ad9ee11c3ffff (diff)
radeonsi: implement TGSI_SEMANTIC_HELPER_INVOCATION
Depends on LLVM support introduced in r267102. Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'docs/GL3.txt')
-rw-r--r--docs/GL3.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/GL3.txt b/docs/GL3.txt
index 6214f8d3073..be13b539b05 100644
--- a/docs/GL3.txt
+++ b/docs/GL3.txt
@@ -248,7 +248,7 @@ GLES3.1, GLSL ES 3.1
glMemoryBarrierByRegion DONE
glGetTexLevelParameter[fi]v - needs updates DONE
glGetBooleani_v - restrict to GLES enums
- gl_HelperInvocation support DONE (i965, nvc0, r600)
+ gl_HelperInvocation support DONE (i965, nvc0, r600, radeonsi)
GLES3.2, GLSL ES 3.2
GL_EXT_color_buffer_float DONE (all drivers)