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

Issue 19825002: stop using bitmap-filter flags outside of paint itself, as a step towards really changing them into… (Closed)

Created:
7 years, 5 months ago by reed1
Modified:
7 years, 5 months ago
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

stop using bitmap-filter flags outside of paint itself, as a step towards really changing them into an enum BUG= Committed: https://code.google.com/p/skia/source/detail?r=10240

Patch Set 1 #

Total comments: 13

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+139 lines, -112 lines) Patch
M bench/BitmapBench.cpp View 3 chunks +18 lines, -10 lines 0 comments Download
M bench/BitmapScaleBench.cpp View 1 chunk +1 line, -2 lines 0 comments Download
M gm/downsamplebitmap.cpp View 1 1 chunk +1 line, -2 lines 0 comments Download
M gm/filterbitmap.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M include/core/SkPaint.h View 3 chunks +8 lines, -10 lines 0 comments Download
M samplecode/SampleAll.cpp View 1 1 chunk +2 lines, -1 line 0 comments Download
M src/core/SkBitmapFilter.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M src/core/SkBitmapProcState.h View 1 1 chunk +1 line, -6 lines 0 comments Download
M src/core/SkBitmapProcState.cpp View 1 16 chunks +88 lines, -64 lines 0 comments Download
M src/core/SkBitmapProcState_matrixProcs.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M src/core/SkBitmapProcState_sample.h View 4 chunks +4 lines, -4 lines 0 comments Download
M src/core/SkBitmapProcState_shaderproc.h View 1 chunk +1 line, -1 line 0 comments Download
M src/effects/SkLayerDrawLooper.cpp View 1 chunk +1 line, -2 lines 0 comments Download
M src/opts/SkBitmapProcState_opts_SSE2.cpp View 3 chunks +4 lines, -3 lines 0 comments Download
M src/opts/SkBitmapProcState_opts_SSSE3.cpp View 3 chunks +3 lines, -2 lines 0 comments Download
M tests/PaintTest.cpp View 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
reed1
1 or 2 places still to really fix (instead of comment-out), but reviewers should look ...
7 years, 5 months ago (2013-07-19 17:50:26 UTC) #1
reed1
7 years, 5 months ago (2013-07-19 17:50:43 UTC) #2
robertphillips
1) I like it 2) they look good to me (but I defer to Greg)
7 years, 5 months ago (2013-07-19 18:02:52 UTC) #3
humper
https://codereview.chromium.org/19825002/diff/1/gm/downsamplebitmap.cpp File gm/downsamplebitmap.cpp (right): https://codereview.chromium.org/19825002/diff/1/gm/downsamplebitmap.cpp#newcode67 gm/downsamplebitmap.cpp:67: paint.setFilterLevel(SkPaint::kHigh_FilterLevel); We should probably have a set of GM ...
7 years, 5 months ago (2013-07-19 18:20:26 UTC) #4
reed1
Greg raises a point that this CL implicitly is defining a mapping between the new ...
7 years, 5 months ago (2013-07-19 18:29:16 UTC) #5
humper
On 2013/07/19 18:29:16, reed1 wrote: > Greg raises a point that this CL implicitly is ...
7 years, 5 months ago (2013-07-19 18:34:35 UTC) #6
bsalomon
On 2013/07/19 18:34:35, humper wrote: > On 2013/07/19 18:29:16, reed1 wrote: > > Greg raises ...
7 years, 5 months ago (2013-07-19 19:26:41 UTC) #7
reed1
Now just waiting on chrome CL to we can actually hide those bits.
7 years, 5 months ago (2013-07-19 19:45:45 UTC) #8
reed1
7 years, 5 months ago (2013-07-22 17:18:25 UTC) #9
Message was sent while issue was closed.
Committed patchset #2 manually as r10240 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698