diff options
author | jin.a.yang@intel.com <jin.a.yang@intel.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-04 06:35:25 +0000 |
---|---|---|
committer | jin.a.yang@intel.com <jin.a.yang@intel.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-04 06:35:25 +0000 |
commit | 5750c520339e4bd5ff202a1ce17be8e2c659be2b (patch) | |
tree | 394ae20ff579968b2909667201fa932d8b80ab0b /AUTHORS | |
parent | 2aebc4598ad8ac8e135396b9e538eea2b4ff8a1d (diff) | |
download | chromium_src-5750c520339e4bd5ff202a1ce17be8e2c659be2b.zip chromium_src-5750c520339e4bd5ff202a1ce17be8e2c659be2b.tar.gz chromium_src-5750c520339e4bd5ff202a1ce17be8e2c659be2b.tar.bz2 |
Fix GPU acceleration failure with single process mode
It's still useful to debug in single process mode. This is a regression
caused by recent change: gpu info collection has removed from thread startup
and will do on demand. But for normal mode we have GpuMain to do GL interface
binding at startup while none for single process mode. So we should do GL binding
for single process mode at thread start up, otherwise Gpu acceleration will fail
because no GL binding will be found.
BUG=130258
TEST=
Review URL: https://chromiumcodereview.appspot.com/10441089
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140263 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'AUTHORS')
-rw-r--r-- | AUTHORS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -169,6 +169,7 @@ Aaron Randolph <aaron.randolph@gmail.com> Yumikiyo Osanai <yumios.art@gmail.com> Matthew Robertson <matthewrobertson03@gmail.com> Mao Yujie <yujie.mao@intel.com> +Jin Yang <jin.a.yang@intel.com> Xinchao He <hexinchao@gmail.com> Stephen Searles <stephen.searles@gmail.com> Arun Mankuzhi <arun.m@samsung.com> |