angle/include
alokp@chromium.org b59a778cfe Implemented validation for loop and indexing limitations specified by GLSL ES spec 1.0 Appendix A Section 4 and 5.
A couple of things to note:
- This CL only validates the "form" of loop and indexing. It does not detect number-of-iterations or out-of-bound access. This will require more involved analysis/heuristics.
- I haved combined SH_VALIDATE_CONTROL_FLOW and SH_VALIDATE_INDEXING into one flag - SH_VALIDATE_LOOP_INDEXING. Validating both together is much easier.
BUG=48
Review URL: http://codereview.appspot.com/3225041

git-svn-id: https://angleproject.googlecode.com/svn/trunk@491 736b8ea6-26fd-11df-bfd4-992fa37f6226
2010-11-24 18:38:33 +00:00
..
EGL Refresh EGL files from Khronos svn@10929 2010-04-08 03:51:12 +00:00
GLES2 Implements compressed textures. 2010-08-24 19:21:17 +00:00
GLSLANG Implemented validation for loop and indexing limitations specified by GLSL ES spec 1.0 Appendix A Section 4 and 5. 2010-11-24 18:38:33 +00:00
KHR Refresh KHR headers from Khronos svn@10929 2010-04-08 03:51:18 +00:00