diff options
author | cpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-18 23:20:34 +0000 |
---|---|---|
committer | cpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-18 23:20:34 +0000 |
commit | 965087284e07e1fe0add70ee1855aaea8719925c (patch) | |
tree | 313cae8cdbabc24beb7ca5c44d6bf2f360632716 /gpu | |
parent | dc80c651db52a42dc3b71bd5d34287951a5f2f36 (diff) | |
download | chromium_src-965087284e07e1fe0add70ee1855aaea8719925c.zip chromium_src-965087284e07e1fe0add70ee1855aaea8719925c.tar.gz chromium_src-965087284e07e1fe0add70ee1855aaea8719925c.tar.bz2 |
Wire the AMD switchable videcard detection
So we don't bucket all AMD cards as crappy.
BUG=117371
Review URL: https://chromiumcodereview.appspot.com/10790060
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147334 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu')
-rw-r--r-- | gpu/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ include_rules = [ "+native_client", "+third_party/angle", + "+third_party/amd", "+../../gpu_export.h", "+../command_buffer", "+../client", |