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

Issue 6784051: Ganesh resource cache changes (reverse sense of parameter to internalDetach & attachToHead and add … (Closed)

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

Description

Ganesh resource cache changes (reverse sense of parameter to internalDetach & attachToHead and add …

Patch Set 1 #

Patch Set 2 : Added enums to replace bool parameters #

Patch Set 3 : made find & addResource call makeExclusive internally #

Total comments: 6

Patch Set 4 : Fixed comments and flag values #

Unified diffs Side-by-side diffs Delta from patch set Stats (+92 lines, -31 lines) Patch
M src/gpu/GrContext.cpp View 1 2 3 4 chunks +6 lines, -11 lines 0 comments Download
M src/gpu/GrResourceCache.h View 1 2 3 2 chunks +32 lines, -6 lines 0 comments Download
M src/gpu/GrResourceCache.cpp View 1 2 3 8 chunks +54 lines, -14 lines 0 comments Download

Messages

Total messages: 9
robertphillips
11 years, 8 months ago (2012-10-26 19:40:07 UTC) #1
robertphillips
This is setting up to have the uncached textures pass through the resource cache but ...
11 years, 8 months ago (2012-10-26 19:44:17 UTC) #2
bsalomon
A couple Qs: 1) Why can't the makeExclusive be done automatically rather than requiring the ...
11 years, 8 months ago (2012-10-26 19:54:21 UTC) #3
robertphillips
> 1) Why can't the makeExclusive be done automatically rather than requiring the > client ...
11 years, 8 months ago (2012-10-29 13:21:24 UTC) #4
robertphillips
> 1) Why can't the makeExclusive be done automatically rather than requiring the > client ...
11 years, 8 months ago (2012-10-29 15:35:52 UTC) #5
bsalomon
https://codereview.appspot.com/6784051/diff/8001/src/gpu/GrResourceCache.h File src/gpu/GrResourceCache.h (right): https://codereview.appspot.com/6784051/diff/8001/src/gpu/GrResourceCache.h#newcode225 src/gpu/GrResourceCache.h:225: enum OwnershipBits { Can we call this Flags rather ...
11 years, 8 months ago (2012-10-29 16:17:18 UTC) #6
robertphillips
https://codereview.appspot.com/6784051/diff/8001/src/gpu/GrResourceCache.h File src/gpu/GrResourceCache.h (right): https://codereview.appspot.com/6784051/diff/8001/src/gpu/GrResourceCache.h#newcode225 src/gpu/GrResourceCache.h:225: enum OwnershipBits { On 2012/10/29 16:17:18, bsalomon wrote: > ...
11 years, 8 months ago (2012-10-29 16:47:16 UTC) #7
bsalomon
LGTM On 2012/10/29 16:47:16, robertphillips wrote: > https://codereview.appspot.com/6784051/diff/8001/src/gpu/GrResourceCache.h > File src/gpu/GrResourceCache.h (right): > > https://codereview.appspot.com/6784051/diff/8001/src/gpu/GrResourceCache.h#newcode225 ...
11 years, 8 months ago (2012-10-29 17:29:41 UTC) #8
robertphillips
11 years, 8 months ago (2012-10-31 12:26:46 UTC) #9
committed as r6211

Apparently I do not have the necessary permissions to edit the coding standard
:(
Sign in to reply to this message.

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