Module: Mesa Branch: master Commit: fe4f373eb42e9e55e66be108d310b500c7115442 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fe4f373eb42e9e55e66be108d310b500c7115442
Author: Chris Forbes <[email protected]> Date: Sat Apr 12 08:31:05 2014 +1200 docs: Fix ubo indexing description Ian points out that this being unrestricted was an oversight in the spec, and is corrected in GLSL4.40. Signed-off-by: Chris Forbes <[email protected]> --- docs/GL3.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/GL3.txt b/docs/GL3.txt index 686b141..0b663dd 100644 --- a/docs/GL3.txt +++ b/docs/GL3.txt @@ -103,7 +103,7 @@ GL 4.0: GL_ARB_gpu_shader5 started - 'precise' qualifier not started - Dynamically uniform sampler array indices not started - - Unrestricted UBO array indices not started + - Dynamically uniform UBO array indices not started - Implicit signed -> unsigned conversions not started - Fused multiply-add DONE - Packing/bitfield/conversion functions DONE _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
