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, forgets it. The interface used to allow setPath(), drawPath(),
drawPath(), ... , clearPath())
Issue 5753073: make pathrenderers release their geometry before returning
(Closed)
Created 14 years ago by bsalomon
Modified 14 years ago
Reviewers: TomH
Base URL: http://skia.googlecode.com/svn/trunk/
Comments: 1