commit | 160a52ba217012ed73c240f6d67b3bbf2b4879d6 | [log] [tgz] |
---|---|---|
author | bsalomon <bsalomon@google.com> | Fri Jun 20 07:25:14 2014 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Fri Jun 20 07:25:14 2014 -0700 |
tree | 38419846c9e777c42093739a4eb90b0a0fd4d97f | |
parent | 6b8f1ba1ef71a762e961c3a8bc8b344c88990a04 [diff] |
Stop referencing gl_FragCoord z and w components. This fixes an Adreno driver bug where GL programs fail to link if the FS refers to these components of gl_FragCoord. R=jvanverth@google.com Author: bsalomon@google.com Review URL: https://codereview.chromium.org/345083002