1. 68d9134 Make more unit tests run on Vulkan by bsalomon · 8 years ago
  2. 758586c Make existing unit tests only run on GL contexts by bsalomon · 9 years ago
  3. f2f1c17 One signature for creating unit tests that run on premade GrContexts by bsalomon · 9 years ago
  4. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 9 years ago
  5. ca2622b return pictures as sk_sp by reed · 9 years ago
  6. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  7. bd500f0 Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patchset #6 id:100001 of https://codereview.chromium.org/1728093005/ ) by bsalomon · 9 years ago
  8. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  9. 1530283 Generate list of GPU contexts outside tests by kkinnunen · 9 years ago
  10. 60029a5 Update Layer Hoisting to store its atlas texture in the resource cache by robertphillips · 9 years ago
  11. cf1d198 Revert of Update Layer Hoisting to store its atlas texture in the resource cache (patchset #6 id:100001 of https://codereview.chromium.org/1406013006/ ) by robertphillips · 9 years ago
  12. 42597bc Update Layer Hoisting to store its atlas texture in the resource cache by robertphillips · 9 years ago
  13. 07b41eb Update RecordReplaceDraw unit test by robertphillips · 9 years ago
  14. 67b8b5e Revert of Revert[2] of "stop using drawSprite (at least w/ no filters) as it is going away" (patchset #1 id:1 of https://codereview.chromium.org/1410343011/ ) by reed · 9 years ago
  15. 7b81994 Revert[2] of "stop using drawSprite (at least w/ no filters) as it is going away" by reed · 9 years ago
  16. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  17. c6ad06a unsigned -> int for counts and indices in picture-related code by mtklein · 9 years ago
  18. 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
  19. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
  20. d042358 One createTexture function, attempt to recycle scratch in createTexture. by bsalomon · 10 years ago
  21. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  22. 783fe16 Rename SkDrawPictureCallback to SkPicture::AbortCallback by robertphillips · 10 years ago
  23. 8ea6dab Revert of Rename SkDrawPictureCallback to SkPicture::AbortCallback (patchset #2 id:20001 of https://codereview.chromium.org/829983003/) by reed · 10 years ago
  24. 7ef1972 Rename SkDrawPictureCallback to SkPicture::AbortCallback by robertphillips · 10 years ago
  25. 478dd72 Fix layer hoisting image filter corner cases by robertphillips · 10 years ago
  26. 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
  27. 702eb96 Fix layer hoisting image filter corner cases by robertphillips · 10 years ago
  28. 7bc0b42 update test after I added a clip call, making the count odd by reed · 10 years ago
  29. 2ff1fce Defer saves() until they're needed by reed · 10 years ago
  30. c88ceda Fix up RecordReplaceDrawTest memory leak. by mtklein · 10 years ago
  31. e99d499 Fuse GrReplacements and GrLayerCache by robertphillips · 10 years ago
  32. 01d6e5f Use variable length key (rather than accumulated matrix) as save layer hoisting key by robertphillips · 10 years ago
  33. 4477c3c Cut down SkBBH API more. by mtklein · 10 years ago
  34. 6515175 Override SkCanvas::drawImage() in SkRecorder. by piotaixr · 10 years ago
  35. 68cd2aa Update GrRecordReplaceDraw to use SkTDynamicHash & add ReplaceDraw by robertphillips · 10 years ago
  36. ee6631e Update RecordReplaceDrawTest to generate and pass pictures by robertphillips · 10 years ago
  37. a0537de Copy layer-hoisting related SkPaints by robertphillips · 10 years ago
  38. 46625e0 Fix two SkRecord-backed layer hoisting bugs by robertphillips · 10 years ago
  39. e5ea500 Hide fields in SkImageInfo by reed · 10 years ago
  40. d982eb2 Replace SkPictureReplacementPlayback with GrRecordReplaceDraw by robertphillips · 10 years ago