1. d309e7a This replaces the texture creation/caching functions on GrContext with a GrTextureProvider interface. The goal is to pass this narrowly focused object in places that currently take a GrContext but don't need and shouldn't use its other methods. It also has an extended private interface for interacting with non-texture resource types. by bsalomon · 9 years ago
  2. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  3. d042358 One createTexture function, attempt to recycle scratch in createTexture. by bsalomon · 9 years ago
  4. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  5. 783fe16 Rename SkDrawPictureCallback to SkPicture::AbortCallback by robertphillips · 10 years ago
  6. 8ea6dab Revert of Rename SkDrawPictureCallback to SkPicture::AbortCallback (patchset #2 id:20001 of https://codereview.chromium.org/829983003/) by reed · 10 years ago
  7. 7ef1972 Rename SkDrawPictureCallback to SkPicture::AbortCallback by robertphillips · 10 years ago
  8. 478dd72 Fix layer hoisting image filter corner cases by robertphillips · 10 years ago
  9. 86f0328 Revert of Fix layer hoisting image filter corner cases (patchset #3 id:40001 of https://codereview.chromium.org/803183003/) by robertphillips · 10 years ago
  10. 702eb96 Fix layer hoisting image filter corner cases by robertphillips · 10 years ago
  11. 7bc0b42 update test after I added a clip call, making the count odd by reed · 10 years ago
  12. 2ff1fce Defer saves() until they're needed by reed · 10 years ago
  13. c88ceda Fix up RecordReplaceDrawTest memory leak. by mtklein · 10 years ago
  14. e99d499 Fuse GrReplacements and GrLayerCache by robertphillips · 10 years ago
  15. 01d6e5f Use variable length key (rather than accumulated matrix) as save layer hoisting key by robertphillips · 10 years ago
  16. 4477c3c Cut down SkBBH API more. by mtklein · 10 years ago
  17. 6515175 Override SkCanvas::drawImage() in SkRecorder. by piotaixr · 10 years ago
  18. 68cd2aa Update GrRecordReplaceDraw to use SkTDynamicHash & add ReplaceDraw by robertphillips · 10 years ago
  19. ee6631e Update RecordReplaceDrawTest to generate and pass pictures by robertphillips · 10 years ago
  20. a0537de Copy layer-hoisting related SkPaints by robertphillips · 10 years ago
  21. 46625e0 Fix two SkRecord-backed layer hoisting bugs by robertphillips · 10 years ago
  22. e5ea500 Hide fields in SkImageInfo by reed · 10 years ago
  23. d982eb2 Replace SkPictureReplacementPlayback with GrRecordReplaceDraw by robertphillips · 10 years ago