1. 3390e15 Expand SkImage::getTextureHandle call by Robert Phillips · 8 years ago
  2. a022e2d Fix SkImageFilterCache race by Florin Malita · 8 years ago
  3. 61624f0 Plumb dst color space in many places, rather than "mode" by Brian Osman · 8 years ago
  4. 7992da3 Support decoding images to multiple formats, depending on usage by Brian Osman · 8 years ago
  5. 57ae6cf Revert "Support decoding images to multiple formats, depending on usage" by Brian Osman · 8 years ago
  6. c73a1ec Support decoding images to multiple formats, depending on usage by Brian Osman · 8 years ago
  7. 342b7ac tests: s/SkAutoTUnref/sk_sp/ by Hal Canary · 8 years ago
  8. 273f7d4 Fix bad test that was asserting on Vulkan Win10 bot by Brian Osman · 8 years ago
  9. 777b563 Remove many uses of kSkia8888 and kSkiaGamma8888 by Brian Osman · 8 years ago
  10. afbf71d Adding color space to SkSpecialImage by brianosman · 8 years ago
  11. ab527a5 Enable many more tests for Vulkan by egdaniel · 8 years ago
  12. 8b7451a Turn ContextInfos returned by GrContextFactory into structs. by bsalomon · 8 years ago
  13. 900c367 Image filters: de-nest SkImageFilter::Cache and Cache::Key. by senorblanco · 8 years ago
  14. c91fd34 Add another dollop of sk_sp to SkSpecialImage and SkSpecialSurface by robertphillips · 8 years ago
  15. 3e30227 Begin removing deprecated (and now, unused) ImageFilter code paths by robertphillips · 8 years ago
  16. bde57ed Make SkImageFilter::Cache purging methods pure virtual by robertphillips · 8 years ago
  17. 68d9134 Make more unit tests run on Vulkan by bsalomon · 8 years ago
  18. 758586c Make existing unit tests only run on GL contexts by bsalomon · 8 years ago
  19. f2f1c17 One signature for creating unit tests that run on premade GrContexts by bsalomon · 8 years ago
  20. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  21. 37bd7c3 Switch SkSpecialImage & SkSpecialSurface classes over to smart pointers by robertphillips · 8 years ago
  22. 9ce9d67 update callsites for Make image factories by reed · 8 years ago
  23. 6ac97b7 Switch SkImageSource image filter over to new onFilterImage interface by robertphillips · 9 years ago
  24. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  25. 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
  26. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  27. 03762fe fix race: this kCacheSize is probably not meant to be static by mtklein · 9 years ago
  28. cbc5bcc Add GPU-backed SkImage case to ImageFilterCache unit test by robertphillips · 9 years ago
  29. df7bb47 Update SkImageFilter's cache to handle SkSpecialImages and add unit test by robertphillips · 9 years ago