commit | 2fe7b466c15fab6593da3bf32d3c3dbdf3917c01 | [log] [tgz] |
---|---|---|
author | reed <reed@chromium.org> | Thu Jul 03 07:54:08 2014 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Thu Jul 03 07:54:08 2014 -0700 |
tree | 61415c81ff975bb2581904fc2ddcfdd9dda6a73a | |
parent | e1085e0381a4abfe440e664c1a0669f3676a8092 [diff] |
Revert of Caching the result of readPixelsSupported (https://codereview.chromium.org/364193004/) Reason for revert: appears to crash GM on Ubuntu and Win8 http://108.170.220.120:10117/builders/Test-Ubuntu12-ShuttleA-GTX660-x86-Release/builds/1237/steps/GenerateGMs/logs/stdio Original issue's description: > Caching the result of readPixelsSupported > > The call was calling GR_GL_GetIntegerv 2 times for each readPixels > and thus was causing a loss of performance > > (resubmit of issue 344793008) > > Benchmark url: http://packages.gkny.fr/tst/index.html > > BUG=skia:2681 > > Committed: https://skia.googlesource.com/skia/+/753a2964afe5661ce9b2a8ca77ca9d0aabd3173c R=junov@chromium.org, piotaixr@chromium.org TBR=junov@chromium.org, piotaixr@chromium.org NOTREECHECKS=true NOTRY=true BUG=skia:2681 Author: reed@chromium.org Review URL: https://codereview.chromium.org/367323003