[webkit-reviews] review denied: [Bug 98977] Shader translator needs option to clamp uniform array accesses in vertex shaders : [Attachment 168760] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 15 14:18:38 PDT 2012


Alok Priyadarshi <alokp at chromium.org> has denied Dean Jackson
<dino at apple.com>'s request for review:
Bug 98977: Shader translator needs option to clamp uniform array accesses in
vertex shaders
https://bugs.webkit.org/show_bug.cgi?id=98977

Attachment 168760: Patch
https://bugs.webkit.org/attachment.cgi?id=168760&action=review

------- Additional Comments from Alok Priyadarshi <alokp at chromium.org>
I do not think there is any need for one full traversal of the AST just to mark
nodes with a bool. The work that is being done during that traversal can be
easily done while writing the GLSL shader.


More information about the webkit-reviews mailing list