commit | 60c7707958a542112add1dcb246cdf9135dda870 | [log] [tgz] |
---|---|---|
author | mtklein <mtklein@chromium.org> | Thu Aug 14 10:36:55 2014 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Thu Aug 14 10:36:55 2014 -0700 |
tree | f3a818a2e0691c4631e01c77254ed480a44bae87 | |
parent | 9f1ae465c89bb47f4cbf972bc946f661d6d50b4e [diff] |
Guard ANGLE and MESA instead of defining them as native when unsupported. Since we've added "angle" to the default list of configs we've been running kNative_GLContextType tests twice in DM, once for the real native, once for angle. This pointlessly doubles the GPU critical path in DM. Whoops. NOTREECHECKS=true BUG=skia: R=bsalomon@google.com, mtklein@google.com Author: mtklein@chromium.org Review URL: https://codereview.chromium.org/471063002