1. 33a5fce Initial implementation of GPU no filter NinePatch by joshualitt · 9 years ago
  2. c55271f Separate out natively-texture image/bmp draws from cached-as-texture image/bmp draws by bsalomon · 9 years ago
  3. 045802d Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what copying needs to be done. by bsalomon · 9 years ago
  4. bc0bcc0 Revert recent CLs around GrTextureMaker/GrTextureParamsAdjuster by Brian Salomon · 9 years ago
  5. 1a197ea Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what copying needs to be done. by bsalomon · 9 years ago
  6. 9195794 Revert of Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what… (patchset #4 id:60001 of https://codereview.chromium.org/1409163002/ ) by egdaniel · 9 years ago
  7. fcffaf2 Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what copying needs to be done. by bsalomon · 9 years ago
  8. 1a1d0b8 Remove check for whole image in the cache in SkGpuDevice::shouldTileImage by bsalomon · 9 years ago
  9. afa95e2 Remove image usage type enum. Use GrTextureParams instead. by bsalomon · 9 years ago
  10. f276ac5 Move functions from SkGr to SkGrPriv.h by bsalomon · 9 years ago
  11. aa48d36 Fix drawVertices when there is a paint alpha by bsalomon · 9 years ago
  12. 856e9d9 Revert[4] of add ImageShader, sharing code with its Bitmap cousin by reed · 9 years ago
  13. b5d3263 try texture-maker to generalize stretching for npot and min-tex-size by reed · 9 years ago
  14. f1b7a1d Make skpaint->grpaint flow work for composing draws (verts and atlas) by bsalomon · 9 years ago
  15. 85d9178 Use SkImageCacherator in SkImages by reed · 9 years ago
  16. 8f34372 Extend SkImageGenerator to support natively generated GrTextures. As part of this, added uniqueID() to the generator, and made it be in the same namespace is bitmaps, pixelrefs, images. by reed · 9 years ago