The GrPathRenderer interface is back to a one-shot model now that the supersampling code is ...
12 years, 9 months ago
(2012-03-07 19:00:57 UTC)
#1
The GrPathRenderer interface is back to a one-shot model now that the
supersampling code is removed. But the GrPathRenderer subclasses aren't
releasing their geometry after they draw. It gets released on the next draw but
it doesn't play nicely with changes that would draw the paths into a
GrInOrderDrawBuffer. GrPathRenderers, release your geometry!
Committed w/ nit fix at 3335. (One-shot means drawPath() takes a path param, draws it, ...
12 years, 9 months ago
(2012-03-07 19:15:57 UTC)
#4
Committed w/ nit fix at 3335. (One-shot means drawPath() takes a path param,
draws it, forgets it. The interface used to allow setPath(), drawPath(),
drawPath(), ... , clearPath())
Issue 5753073: make pathrenderers release their geometry before returning
(Closed)
Created 12 years, 9 months ago by bsalomon
Modified 12 years, 9 months ago
Reviewers: TomH
Base URL: http://skia.googlecode.com/svn/trunk/
Comments: 1