diff options
author | Nicolai Hähnle <[email protected]> | 2016-04-16 13:00:12 -0500 |
---|---|---|
committer | Nicolai Hähnle <[email protected]> | 2016-04-21 23:14:04 -0500 |
commit | 39e9cf6cb18cc4e8ee828006107de42482668b81 (patch) | |
tree | 48609c82eae3dcb95b75b70c7eb4eb885cbe4929 /docs | |
parent | 2bac561787a067da2100d495cb0ad9ee11c3ffff (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')
-rw-r--r-- | docs/GL3.txt | 2 |
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) |