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

Issue 239393002: remove legacy filter-flags, and store FilterLevel directly (Closed)

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

Description

remove legacy filter-flags, and store FilterLevel directly BUG=skia: Committed: http://code.google.com/p/skia/source/detail?r=14217

Patch Set 1 #

Total comments: 11

Patch Set 2 : #

Patch Set 3 : #

Total comments: 6

Patch Set 4 : bump picture version, fix pipe #

Total comments: 2

Patch Set 5 : add V22_COMPATIBILITY_CODE #

Total comments: 2

Patch Set 6 : use DEF_TEST #

Unified diffs Side-by-side diffs Delta from patch set Stats (+172 lines, -52 lines) Patch
M include/core/SkPaint.h View 3 chunks +3 lines, -10 lines 0 comments Download
M include/core/SkPicture.h View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M src/core/SkPaint.cpp View 1 2 3 4 5 chunks +91 lines, -41 lines 0 comments Download
M src/pipe/SkGPipePriv.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/pipe/SkGPipeRead.cpp View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/pipe/SkGPipeWrite.cpp View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M tests/PaintTest.cpp View 1 2 3 4 5 1 chunk +70 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
reed1
Turns our the distance-field flag (experimental) aliases the high-quality-filter flag (deprecated). This CL tries to ...
6 years, 8 months ago (2014-04-15 16:12:46 UTC) #1
mtklein
https://codereview.chromium.org/239393002/diff/1/include/core/SkPaint.h File include/core/SkPaint.h (left): https://codereview.chromium.org/239393002/diff/1/include/core/SkPaint.h#oldcode57 include/core/SkPaint.h:57: kFilterBitmap_Flag = 0x02, // temporary flag OOOOOH, how terrifying. ...
6 years, 8 months ago (2014-04-15 16:40:15 UTC) #2
robertphillips
https://codereview.chromium.org/239393002/diff/40001/src/core/SkPaint.cpp File src/core/SkPaint.cpp (right): https://codereview.chromium.org/239393002/diff/40001/src/core/SkPaint.cpp#newcode2012 src/core/SkPaint.cpp:2012: #ifdef SK_DEBUG ASSEERT? https://codereview.chromium.org/239393002/diff/40001/src/core/SkPaint.cpp#newcode2030 src/core/SkPaint.cpp:2030: unsigned filter, unsigned flatFlags) ...
6 years, 8 months ago (2014-04-15 17:46:15 UTC) #3
reed1
https://codereview.chromium.org/239393002/diff/1/src/core/SkPaint.cpp File src/core/SkPaint.cpp (right): https://codereview.chromium.org/239393002/diff/1/src/core/SkPaint.cpp#newcode2013 src/core/SkPaint.cpp:2013: static void ASSEERT_FITS_IN(uint32_t value, int bitCount) { On 2014/04/15 ...
6 years, 8 months ago (2014-04-15 18:57:46 UTC) #4
reed1
all tests pass now -- PTAL
6 years, 8 months ago (2014-04-15 19:47:06 UTC) #5
robertphillips
https://codereview.chromium.org/239393002/diff/60001/src/core/SkPaint.cpp File src/core/SkPaint.cpp (right): https://codereview.chromium.org/239393002/diff/60001/src/core/SkPaint.cpp#newcode2063 src/core/SkPaint.cpp:2063: // V22_COMPATIBILITY_CODE ?
6 years, 8 months ago (2014-04-15 19:58:09 UTC) #6
reed1
https://codereview.chromium.org/239393002/diff/60001/src/core/SkPaint.cpp File src/core/SkPaint.cpp (right): https://codereview.chromium.org/239393002/diff/60001/src/core/SkPaint.cpp#newcode2063 src/core/SkPaint.cpp:2063: On 2014/04/15 19:58:09, robertphillips wrote: > // V22_COMPATIBILITY_CODE ? ...
6 years, 8 months ago (2014-04-15 20:02:31 UTC) #7
mtklein
lgtm one test nit https://codereview.chromium.org/239393002/diff/80001/tests/PaintTest.cpp File tests/PaintTest.cpp (right): https://codereview.chromium.org/239393002/diff/80001/tests/PaintTest.cpp#newcode231 tests/PaintTest.cpp:231: static void test_filter_flags(skiatest::Reporter* reporter) { ...
6 years, 8 months ago (2014-04-15 20:11:17 UTC) #8
reed1
https://codereview.chromium.org/239393002/diff/80001/tests/PaintTest.cpp File tests/PaintTest.cpp (right): https://codereview.chromium.org/239393002/diff/80001/tests/PaintTest.cpp#newcode231 tests/PaintTest.cpp:231: static void test_filter_flags(skiatest::Reporter* reporter) { On 2014/04/15 20:11:18, mtklein ...
6 years, 8 months ago (2014-04-15 20:31:17 UTC) #9
robertphillips
lgtm
6 years, 8 months ago (2014-04-15 20:38:04 UTC) #10
reed1
The CQ bit was checked by reed@google.com
6 years, 8 months ago (2014-04-16 12:40:56 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/reed@google.com/239393002/100001
6 years, 8 months ago (2014-04-16 12:41:10 UTC) #12
commit-bot: I haz the power
6 years, 8 months ago (2014-04-16 12:58:06 UTC) #13
Message was sent while issue was closed.
Change committed as 14217

Powered by Google App Engine
This is Rietveld 408576698