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

Issue 65133003: [GPU] Use view matrix + rect to implement subrect for drawBitmap when there is a mask filter and ble (Closed)

Created:
7 years, 1 month ago by bsalomon
Modified:
7 years, 1 month ago
Reviewers:
robertphillips, reed1
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

[GPU] Use view matrix + rect to implement subrect for drawBitmap when there is a mask filter and bleed. R=robertphillips@google.com Committed: http://code.google.com/p/skia/source/detail?r=12368

Patch Set 1 #

Patch Set 2 : update test code #

Patch Set 3 : cleanup #

Patch Set 4 : cleanup #

Total comments: 2

Patch Set 5 : remove unused matrix and change background color back to gray #

Total comments: 1

Patch Set 6 : update commnet #

Patch Set 7 : upload again, rietveld diff failed. #

Patch Set 8 : upload again, rietveld diff failed. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+86 lines, -78 lines) Patch
gm/bleed.cpp View 1 2 3 4 5 chunks +68 lines, -59 lines 0 comments Download
src/gpu/SkGpuDevice.cpp View 1 2 3 4 5 1 chunk +18 lines, -19 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
bsalomon
7 years, 1 month ago (2013-11-22 16:14:09 UTC) #1
reed1
https://codereview.chromium.org/65133003/diff/70001/src/gpu/SkGpuDevice.cpp File src/gpu/SkGpuDevice.cpp (right): https://codereview.chromium.org/65133003/diff/70001/src/gpu/SkGpuDevice.cpp#newcode1120 src/gpu/SkGpuDevice.cpp:1120: localM.reset(); Where is localM referenced after it is set?
7 years, 1 month ago (2013-11-22 16:23:29 UTC) #2
bsalomon
https://codereview.chromium.org/65133003/diff/70001/src/gpu/SkGpuDevice.cpp File src/gpu/SkGpuDevice.cpp (right): https://codereview.chromium.org/65133003/diff/70001/src/gpu/SkGpuDevice.cpp#newcode1120 src/gpu/SkGpuDevice.cpp:1120: localM.reset(); On 2013/11/22 16:23:29, reed1 wrote: > Where is ...
7 years, 1 month ago (2013-11-22 16:36:56 UTC) #3
bsalomon
Ok I now remember that when I last looked at this I figured out that ...
7 years, 1 month ago (2013-11-22 18:10:25 UTC) #4
reed1
lgtm
7 years, 1 month ago (2013-11-22 18:12:28 UTC) #5
robertphillips
lgtm https://codereview.chromium.org/65133003/diff/130001/src/gpu/SkGpuDevice.cpp File src/gpu/SkGpuDevice.cpp (right): https://codereview.chromium.org/65133003/diff/130001/src/gpu/SkGpuDevice.cpp#newcode1119 src/gpu/SkGpuDevice.cpp:1119: if (NULL != srcRectPtr) { Maybe: "In bleed ...
7 years, 1 month ago (2013-11-22 18:59:36 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/bsalomon@google.com/65133003/230001
7 years, 1 month ago (2013-11-22 20:22:48 UTC) #7
commit-bot: I haz the power
7 years, 1 month ago (2013-11-22 20:35:06 UTC) #8
Message was sent while issue was closed.
Change committed as 12368

Powered by Google App Engine
This is Rietveld 408576698