diff options
author | Tapani Pälli <tapani.palli@intel.com> | 2015-12-16 08:42:25 +0200 |
---|---|---|
committer | Tapani Pälli <tapani.palli@intel.com> | 2015-12-22 15:14:02 +0200 |
commit | 50fc4a925644378c50282004304bc8fd64b95e3c (patch) | |
tree | 22bdaf8309647bd8820694b314ab47c549dc11ab /docs | |
parent | f2be5b8ba4b1fbbf1a5bb5f83d68a3240a287fa4 (diff) |
mesa: update gl_HelperInvocation support status in docs
Was enabled for i965 and nvc0 by following commits:
c875e3cdd21811ad6669160d59fa39a4526ef872
39f51ec96f00f601b9c4d4e321dacb3af9dc866f
Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
Reviewed-by: Marta Lofstedt <marta.lofstedt@intel.com>
Acked-by: Matt Turner <mattst88@gmail.com>
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 5ec3613f43..c93bbe26b5 100644 --- a/docs/GL3.txt +++ b/docs/GL3.txt @@ -233,7 +233,7 @@ GLES3.1, GLSL ES 3.1 glMemoryBarrierByRegion DONE glGetTexLevelParameter[fi]v - needs updates DONE glGetBooleani_v - restrict to GLES enums - gl_HelperInvocation support + gl_HelperInvocation support DONE (i965, nvc0, r600) GLES3.2, GLSL ES 3.2 GL_EXT_color_buffer_float DONE (all drivers) |