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

Issue 4867058: Use prioritized list of path renderers (Closed)

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

Patch Set 1 #

Patch Set 2 : update #

Total comments: 5

Patch Set 3 : address comments, split h/cpp up files #

Patch Set 4 : actually add new files to svn #

Patch Set 5 : remove unnecessary forward decl of GrContext, move SkTemplates.h include to correct file #

Total comments: 5

Patch Set 6 : uploading just to see if ive accidentally saved any changes since last time #

Unified diffs Side-by-side diffs Delta from patch set Stats (+838 lines, -697 lines) Patch
M gpu/include/GrContext.h View 1 2 3 4 5 4 chunks +5 lines, -6 lines 0 comments Download
A + gpu/src/GrAddPathRenderers_none.cpp View 1 chunk +3 lines, -1 line 0 comments Download
A + gpu/src/GrAddPathRenderers_tesselated.cpp View 1 chunk +5 lines, -1 line 0 comments Download
M gpu/src/GrContext.cpp View 1 2 3 4 5 7 chunks +25 lines, -19 lines 0 comments Download
D gpu/src/GrCreatePathRenderer_none.cpp View 1 2 3 4 5 1 chunk +0 lines, -13 lines 0 comments Download
D gpu/src/GrCreatePathRenderer_tesselated.cpp View 1 2 3 4 5 1 chunk +0 lines, -13 lines 0 comments Download
A gpu/src/GrDefaultPathRenderer.h View 1 2 3 4 5 1 chunk +58 lines, -0 lines 0 comments Download
A gpu/src/GrDefaultPathRenderer.cpp View 1 2 3 1 chunk +562 lines, -0 lines 0 comments Download
M gpu/src/GrGpu.h View 1 2 3 4 5 3 chunks +5 lines, -11 lines 0 comments Download
M gpu/src/GrGpu.cpp View 1 2 3 4 5 6 chunks +15 lines, -15 lines 0 comments Download
M gpu/src/GrPathRenderer.h View 1 2 3 4 5 5 chunks +21 lines, -53 lines 0 comments Download
M gpu/src/GrPathRenderer.cpp View 1 2 3 4 5 2 chunks +1 line, -560 lines 0 comments Download
A gpu/src/GrPathRendererChain.h View 1 2 3 1 chunk +64 lines, -0 lines 0 comments Download
A gpu/src/GrPathRendererChain.cpp View 1 2 3 1 chunk +65 lines, -0 lines 0 comments Download
M gpu/src/GrTesselatedPathRenderer.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M gpu/src/GrTesselatedPathRenderer.cpp View 1 2 3 4 5 1 chunk +3 lines, -3 lines 0 comments Download
M gyp/gpu.gyp View 1 2 3 4 5 3 chunks +5 lines, -1 line 0 comments Download

Messages

Total messages: 9
bsalomon
http://codereview.appspot.com/4867058/diff/2001/gpu/include/GrContext.h File gpu/include/GrContext.h (left): http://codereview.appspot.com/4867058/diff/2001/gpu/include/GrContext.h#oldcode593 gpu/include/GrContext.h:593: void drawClipIntoStencil(); This is an ancient declaration that should ...
12 years, 8 months ago (2011-08-17 18:05:38 UTC) #1
TomH
I assume the purpose of this change is to get rid of the hardwired plain-and-maybe-tesselated ...
12 years, 8 months ago (2011-08-17 18:35:51 UTC) #2
bsalomon
On Wed, Aug 17, 2011 at 2:35 PM, <tomhudson@google.com> wrote: > I assume the purpose ...
12 years, 8 months ago (2011-08-17 18:40:41 UTC) #3
bsalomon
On 2011/08/17 18:35:51, TomH wrote: > > http://codereview.appspot.com/4867058/diff/2001/gpu/src/GrContext.cpp#newcode1422 > gpu/src/GrContext.cpp:1422: GrPrintf("Unable to find pather renderer ...
12 years, 8 months ago (2011-08-17 19:02:17 UTC) #4
Stephen White
http://codereview.appspot.com/4867058/diff/11001/gpu/src/GrAddPathRenderers_tesselated.cpp File gpu/src/GrAddPathRenderers_tesselated.cpp (right): http://codereview.appspot.com/4867058/diff/11001/gpu/src/GrAddPathRenderers_tesselated.cpp#newcode13 gpu/src/GrAddPathRenderers_tesselated.cpp:13: void GrPathRenderer::AddPathRenderers(GrContext*, Hmm. Since this is static, I guess ...
12 years, 8 months ago (2011-08-17 21:32:11 UTC) #5
bsalomon
http://codereview.appspot.com/4867058/diff/11001/gpu/src/GrAddPathRenderers_tesselated.cpp File gpu/src/GrAddPathRenderers_tesselated.cpp (right): http://codereview.appspot.com/4867058/diff/11001/gpu/src/GrAddPathRenderers_tesselated.cpp#newcode13 gpu/src/GrAddPathRenderers_tesselated.cpp:13: void GrPathRenderer::AddPathRenderers(GrContext*, On 2011/08/17 21:32:11, Stephen White wrote: > ...
12 years, 8 months ago (2011-08-18 13:12:37 UTC) #6
bsalomon
Hey Stephen, are you OK with this as is? I'm open to suggestions on how ...
12 years, 8 months ago (2011-08-19 12:38:46 UTC) #7
Stephen White
On 2011/08/19 12:38:46, bsalomon wrote: > Hey Stephen, are you OK with this as is? ...
12 years, 8 months ago (2011-08-19 14:49:25 UTC) #8
bsalomon
12 years, 8 months ago (2011-08-19 15:42:58 UTC) #9
Closed with r2143.
Sign in to reply to this message.

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