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

Issue 13910009: Use blitframebuffer to implement copySurface. (Closed)

Created:
7 years, 8 months ago by bsalomon
Modified:
7 years, 8 months ago
Reviewers:
robertphillips
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

Use blitframebuffer to implement copySurface. Committed: http://code.google.com/p/skia/source/detail?r=8633

Patch Set 1 #

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+166 lines, -20 lines) Patch
M gm/mixedxfermodes.cpp View 1 2 chunks +0 lines, -8 lines 0 comments Download
M src/gpu/GrDrawTarget.cpp View 2 chunks +2 lines, -11 lines 0 comments Download
M src/gpu/gl/GrGLIRect.h View 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/gl/GrGpuGL.h View 1 chunk +12 lines, -0 lines 0 comments Download
M src/gpu/gl/GrGpuGL.cpp View 1 2 1 chunk +151 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
bsalomon
7 years, 8 months ago (2013-04-11 18:37:05 UTC) #1
robertphillips
lgtm https://codereview.chromium.org/13910009/diff/6/src/gpu/gl/GrGpuGL.cpp File src/gpu/gl/GrGpuGL.cpp (right): https://codereview.chromium.org/13910009/diff/6/src/gpu/gl/GrGpuGL.cpp#newcode2239 src/gpu/gl/GrGpuGL.cpp:2239: if (this->isConfigRenderable(dst->config()) && this->isConfigRenderable(src->config()) && Does it make ...
7 years, 8 months ago (2013-04-11 19:44:10 UTC) #2
bsalomon
https://codereview.chromium.org/13910009/diff/6/src/gpu/gl/GrGpuGL.cpp File src/gpu/gl/GrGpuGL.cpp (right): https://codereview.chromium.org/13910009/diff/6/src/gpu/gl/GrGpuGL.cpp#newcode2239 src/gpu/gl/GrGpuGL.cpp:2239: if (this->isConfigRenderable(dst->config()) && this->isConfigRenderable(src->config()) && On 2013/04/11 19:44:10, robertphillips ...
7 years, 8 months ago (2013-04-11 20:06:57 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/bsalomon@google.com/13910009/13001
7 years, 8 months ago (2013-04-11 20:23:58 UTC) #4
commit-bot: I haz the power
7 years, 8 months ago (2013-04-11 22:00:28 UTC) #5
Message was sent while issue was closed.
Change committed as 8633

Powered by Google App Engine
This is Rietveld 408576698