On 2012/06/12 19:31:34, robertphillips wrote: > This does increase the similarity of GrRenderTarget & GrTexture ...
12 years, 4 months ago
(2012-06-13 12:29:58 UTC)
#2
On 2012/06/12 19:31:34, robertphillips wrote:
> This does increase the similarity of GrRenderTarget & GrTexture but I'm not
sure
> if its worth it.
Should we have a GrSurface base class for texture and RT? It might actually
remove some duplicate code. We have two SkPixelRef subclasses, one for RT and
one for texture. The RT and tex have a number of overlapping methods as well.
I'd say check it in.
Issue 6302068: Added Texture desc to render target
(Closed)
Created 12 years, 5 months ago by robertphillips
Modified 12 years, 4 months ago
Reviewers: bsalomon
Base URL: http://skia.googlecode.com/svn/trunk/
Comments: 0