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

Issue 6461059: Make SkGPipe use SkBitmapHeap. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 10 months ago by Leon
Modified:
11 years, 10 months ago
Reviewers:
junov, DerekS, junov1
CC:
skia-review_googlegroups.com
Base URL:
https://skia.googlecode.com/svn/trunk
Visibility:
Public.

Description

Make SkGPipe use SkBitmapHeap. In the single process (or hypothetical cross process/shared address space) mode, SkGPipe now uses SkBitmapHeap instead of SharedHeap. Still need to use the shared heap for shaders as well as for cross process. TEST=PipeTest Committed: https://code.google.com/p/skia/source/detail?r=5008

Patch Set 1 #

Total comments: 12

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+242 lines, -305 lines) Patch
M gyp/tests.gyp View 1 3 chunks +5 lines, -0 lines 0 comments Download
M src/core/SkBitmapHeap.h View 4 chunks +26 lines, -2 lines 0 comments Download
M src/core/SkBitmapHeap.cpp View 1 7 chunks +100 lines, -23 lines 0 comments Download
M src/pipe/SkGPipePriv.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/pipe/SkGPipeRead.cpp View 1 6 chunks +32 lines, -12 lines 0 comments Download
M src/pipe/SkGPipeWrite.cpp View 1 8 chunks +43 lines, -268 lines 0 comments Download
A tests/PipeTest.cpp View 1 1 chunk +35 lines, -0 lines 0 comments Download

Messages

Total messages: 6
Leon
11 years, 10 months ago (2012-08-07 22:31:30 UTC) #1
DerekS
https://codereview.appspot.com/6461059/diff/1/src/core/SkBitmapHeap.cpp File src/core/SkBitmapHeap.cpp (right): https://codereview.appspot.com/6461059/diff/1/src/core/SkBitmapHeap.cpp#newcode283 src/core/SkBitmapHeap.cpp:283: entry = fStorage[slot]; need to set replacingAnOldEntry to true ...
11 years, 10 months ago (2012-08-08 13:16:51 UTC) #2
junov1
https://codereview.appspot.com/6461059/diff/1/src/core/SkBitmapHeap.cpp File src/core/SkBitmapHeap.cpp (right): https://codereview.appspot.com/6461059/diff/1/src/core/SkBitmapHeap.cpp#newcode238 src/core/SkBitmapHeap.cpp:238: int index = findInLookupTable(key, NULL); this-> https://codereview.appspot.com/6461059/diff/1/src/core/SkBitmapHeap.cpp#newcode239 src/core/SkBitmapHeap.cpp:239: SkASSERT(count ...
11 years, 10 months ago (2012-08-08 13:39:18 UTC) #3
Leon
New patch. https://codereview.appspot.com/6461059/diff/1/src/core/SkBitmapHeap.cpp File src/core/SkBitmapHeap.cpp (right): https://codereview.appspot.com/6461059/diff/1/src/core/SkBitmapHeap.cpp#newcode238 src/core/SkBitmapHeap.cpp:238: int index = findInLookupTable(key, NULL); On 2012/08/08 ...
11 years, 10 months ago (2012-08-08 18:44:31 UTC) #4
junov1
I'm ok with this. lgtm
11 years, 10 months ago (2012-08-08 19:59:55 UTC) #5
DerekS
11 years, 10 months ago (2012-08-08 20:40:17 UTC) #6
lgtm
Sign in to reply to this message.

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