summaryrefslogtreecommitdiffstats
path: root/chrome/gpu/gpu_config.h
Commit message (Collapse)AuthorAgeFilesLines
* Hopefully fix the Linux build for real. I didn't realize *_X86 wasn't definedbrettw@chromium.org2010-01-261-1/+1
| | | | | | | | | | on X86_64. BUG=none TEST=none Review URL: http://codereview.chromium.org/555097 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37094 0039d316-1c4b-4281-b951-d872f2087c98
* Fix stupid error for Linux build.brettw@chromium.org2010-01-261-1/+1
| | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/555096 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37093 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the ARM build which can't find OpenGL. This adds a new define which I usebrettw@chromium.org2010-01-261-0/+20
to detect X and GL related build options. On ARM, this means we don't compile the accelerated backing store even though its Linux. BUG=none TEST=none Review URL: http://codereview.chromium.org/546144 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37091 0039d316-1c4b-4281-b951-d872f2087c98