Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2872)

Issue 6221066: Adding option to serialize mutable bitmaps in SkPicture (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 1 month ago by junov1
Modified:
11 years, 11 months ago
Reviewers:
reed1
CC:
skia-review_googlegroups.com
Base URL:
http://skia.googlecode.com/svn/trunk/
Visibility:
Public.

Patch Set 1 #

Patch Set 2 : fixed formatting and comments #

Patch Set 3 : added defautl param value on SkBitmap::flatten #

Total comments: 2

Patch Set 4 : Adding flag to SkFlattenableWriteBuffer to simplify ::flatten API #

Total comments: 3

Patch Set 5 : response to review comments 10 and 11 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+135 lines, -30 lines) Patch
M include/core/SkFlattenable.h View 1 2 3 4 2 chunks +7 lines, -3 lines 0 comments Download
M include/core/SkPicture.h View 1 2 3 4 3 chunks +21 lines, -1 line 0 comments Download
M src/core/SkPicture.cpp View 1 2 3 4 1 chunk +8 lines, -0 lines 0 comments Download
M src/core/SkPictureFlat.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/core/SkPictureFlat.cpp View 1 2 3 4 1 chunk +6 lines, -1 line 0 comments Download
M src/core/SkPictureRecord.h View 1 2 3 4 3 chunks +18 lines, -1 line 1 comment Download
M src/core/SkPictureRecord.cpp View 1 2 3 4 5 chunks +34 lines, -3 lines 0 comments Download
M src/utils/SkDeferredCanvas.cpp View 1 2 3 4 4 chunks +11 lines, -5 lines 0 comments Download
M tests/CanvasTest.cpp View 1 2 3 4 6 chunks +29 lines, -15 lines 0 comments Download

Messages

Total messages: 15
junov1
This patch addresses a major performance issue with deferred canvas rendering in chrome. It was ...
12 years, 1 month ago (2012-05-23 15:03:24 UTC) #1
reed1
Not sure what different fixes/changes are in this CL. 1. How much does the CL ...
12 years, 1 month ago (2012-05-23 18:59:22 UTC) #2
junov1
On 2012/05/23 18:59:22, reed1 wrote: > Not sure what different fixes/changes are in this CL. ...
12 years, 1 month ago (2012-05-23 19:05:01 UTC) #3
reed1
On 2012/05/23 19:05:01, junov1 wrote: > On 2012/05/23 18:59:22, reed1 wrote: > > Not sure ...
12 years, 1 month ago (2012-05-24 18:01:07 UTC) #4
junov1
On 2012/05/24 18:01:07, reed1 wrote: > On 2012/05/23 19:05:01, junov1 wrote: > > On 2012/05/23 ...
12 years, 1 month ago (2012-05-24 18:49:34 UTC) #5
junov1
-2 files in CL thanks to default param value.
12 years, 1 month ago (2012-05-24 19:01:33 UTC) #6
reed1
Might it make sense to add kFlattenMutableBitmaps_Flag to SkFlattenableWriteBuffer, rather than adding a parameter to ...
12 years, 1 month ago (2012-05-24 19:28:54 UTC) #7
junov1
On Thu, May 24, 2012 at 3:28 PM, <reed@google.com> wrote: > Might it make sense ...
12 years, 1 month ago (2012-05-24 19:54:30 UTC) #8
junov1
On 2012/05/24 19:28:54, reed1 wrote: > Might it make sense to add kFlattenMutableBitmaps_Flag to > ...
12 years, 1 month ago (2012-05-25 15:01:31 UTC) #9
reed1
http://codereview.appspot.com/6221066/diff/8001/src/core/SkPictureRecord.h File src/core/SkPictureRecord.h (right): http://codereview.appspot.com/6221066/diff/8001/src/core/SkPictureRecord.h#newcode99 src/core/SkPictureRecord.h:99: struct BitmapDictionaryEntry { Can we document that fKey == ...
12 years, 1 month ago (2012-05-29 20:58:26 UTC) #10
reed1
much clearer than before, thanks. http://codereview.appspot.com/6221066/diff/13002/include/core/SkFlattenable.h File include/core/SkFlattenable.h (left): http://codereview.appspot.com/6221066/diff/13002/include/core/SkFlattenable.h#oldcode275 include/core/SkFlattenable.h:275: kInlineFactoryNames_Flag = 0x02, Does ...
12 years, 1 month ago (2012-05-29 21:05:20 UTC) #11
junov1
Patch 5 addresses comments 10 and 11.
12 years, 1 month ago (2012-05-30 15:05:25 UTC) #12
junov1
On 2012/05/30 15:05:25, junov1 wrote: > Patch 5 addresses comments 10 and 11. Ping!
12 years, 1 month ago (2012-06-01 17:35:02 UTC) #13
reed1
http://codereview.appspot.com/6221066/diff/17001/src/core/SkPictureRecord.h File src/core/SkPictureRecord.h (right): http://codereview.appspot.com/6221066/diff/17001/src/core/SkPictureRecord.h#newcode100 src/core/SkPictureRecord.h:100: uint32_t fKey; // SkPixelRef GenerationID. Didn't notice this before. ...
12 years, 1 month ago (2012-06-01 17:41:08 UTC) #14
junov1
11 years, 11 months ago (2012-07-16 18:58:30 UTC) #15
Fixed with r4130
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b