summaryrefslogtreecommitdiffstats
path: root/AUTHORS
diff options
context:
space:
mode:
authorchunyang.dai@intel.com <chunyang.dai@intel.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-04 21:05:23 +0000
committerchunyang.dai@intel.com <chunyang.dai@intel.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-04 21:05:23 +0000
commit595d15903addc431672179ba2dcc66404645c37f (patch)
tree34f9125bebe7bb0c3ee5f9b9ea5fbaaae6c7dc38 /AUTHORS
parent1eb20dc0d43246cf72314618dcd55f43cce37a47 (diff)
downloadchromium_src-595d15903addc431672179ba2dcc66404645c37f.zip
chromium_src-595d15903addc431672179ba2dcc66404645c37f.tar.gz
chromium_src-595d15903addc431672179ba2dcc66404645c37f.tar.bz2
Use the cpuid instruction to generate the CPU brand string. And
use this string to check whether the cpu is Intel Atom processor. This change is to make sure the 2D canvas acceleration is enabled on Atom / windows system. BUG=151500 Review URL: https://chromiumcodereview.appspot.com/11009011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160226 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 33eb34e..856db6e 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -202,3 +202,4 @@ Max Vujovic <mvujovic@adobe.com>
Jakob Weigert <jakob.j.w@googlemail.com>
Catalin Badea <badea@adobe.com>
Joshua Lock <joshua.lock@intel.com>
+Dai Chunyang <chunyang.dai@intel.com>