Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(105)

Issue 15746007: fix slowness of getImageData() for CanvasRenderingContext2D in linux due to un-optimized format for… (Closed)

Created:
7 years, 7 months ago by bsalomon
Modified:
7 years, 7 months ago
CC:
skia-review_googlegroups.com, Jun Jiang
Visibility:
Public.

Description

fix slowness of getImageData() for CanvasRenderingContext2D in linux due to un-optimized format for glReadPixels This is a continuation of https://codereview.chromium.org/15331003/ BUG=242093 Committed: http://code.google.com/p/skia/source/detail?r=9280

Patch Set 1 #

Patch Set 2 : minor changes #

Total comments: 2

Patch Set 3 : update comment #

Patch Set 4 : remove parens #

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -15 lines) Patch
M src/gpu/GrContext.cpp View 2 chunks +4 lines, -2 lines 0 comments Download
M src/gpu/GrGpu.h View 1 1 chunk +11 lines, -4 lines 0 comments Download
M src/gpu/gl/GrGpuGL.h View 1 chunk +4 lines, -2 lines 0 comments Download
M src/gpu/gl/GrGpuGL.cpp View 1 2 3 1 chunk +14 lines, -7 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
bsalomon
Patch was originally authored by jun.a.jiang@intel.com (see https://codereview.chromium.org/15331003/) My version is mostly just style and ...
7 years, 7 months ago (2013-05-22 15:01:34 UTC) #1
robertphillips
lgtm + 1 nit https://codereview.chromium.org/15746007/diff/1005/src/gpu/gl/GrGpuGL.cpp File src/gpu/gl/GrGpuGL.cpp (right): https://codereview.chromium.org/15746007/diff/1005/src/gpu/gl/GrGpuGL.cpp#newcode271 src/gpu/gl/GrGpuGL.cpp:271: return kBGRA_8888_GrPixelConfig; seems like there ...
7 years, 7 months ago (2013-05-22 15:33:24 UTC) #2
Jun Jiang
https://codereview.chromium.org/15746007/diff/1005/src/gpu/gl/GrGpuGL.cpp File src/gpu/gl/GrGpuGL.cpp (right): https://codereview.chromium.org/15746007/diff/1005/src/gpu/gl/GrGpuGL.cpp#newcode274 src/gpu/gl/GrGpuGL.cpp:274: // It is believed to be slower (at least ...
7 years, 7 months ago (2013-05-22 17:27:20 UTC) #3
bsalomon
On 2013/05/22 17:27:20, Jun Jiang wrote: > https://codereview.chromium.org/15746007/diff/1005/src/gpu/gl/GrGpuGL.cpp > File src/gpu/gl/GrGpuGL.cpp (right): > > https://codereview.chromium.org/15746007/diff/1005/src/gpu/gl/GrGpuGL.cpp#newcode274 ...
7 years, 7 months ago (2013-05-22 17:28:59 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/bsalomon@google.com/15746007/16001
7 years, 7 months ago (2013-05-24 18:30:19 UTC) #5
commit-bot: I haz the power
7 years, 7 months ago (2013-05-24 18:52:55 UTC) #6
Message was sent while issue was closed.
Change committed as 9280

Powered by Google App Engine
This is Rietveld 408576698