diff options
author | zmo@google.com <zmo@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-13 18:09:13 +0000 |
---|---|---|
committer | zmo@google.com <zmo@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-13 18:09:13 +0000 |
commit | 693ca51384f53a13d7ff9402fb5b64ef849782b0 (patch) | |
tree | 14f1f37479b356b427d7cdc2e9926d3e4b6d2862 /gpu/DEPS | |
parent | d4c358df150d0cfb697e42c362cd5b84f9d599d7 (diff) | |
download | chromium_src-693ca51384f53a13d7ff9402fb5b64ef849782b0.zip chromium_src-693ca51384f53a13d7ff9402fb5b64ef849782b0.tar.gz chromium_src-693ca51384f53a13d7ff9402fb5b64ef849782b0.tar.bz2 |
Hook up ANGLE with CityHash.
This enables name hashing for shaders behind a commandline switch --enable-shader-name-hashing.
Also, this CL does not implement the post processing of compile/link error logs.
BUG=160369
TEST=webgl conformance tests, webgl demos
Review URL: https://codereview.chromium.org/11363182
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167422 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/DEPS')
-rw-r--r-- | gpu/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ include_rules = [ "+native_client/src/include", "+third_party/angle", "+third_party/amd", + "+third_party/smhasher", "+../../gpu_export.h", "+../command_buffer", "+../client", |