1. bc074a6 Add SkBudgeted parameter to SkImage::makeTextureImage(). by Brian Salomon · 4 years, 6 months ago
  2. 456f9b5 Reland "Move GrGpuResource GrSurface and GrTexture into src." by Greg Daniel · 4 years, 7 months ago
  3. f6ed96d Revert "Move GrGpuResource GrSurface and GrTexture into src." by Greg Daniel · 4 years, 7 months ago
  4. e5a06ce Move GrGpuResource GrSurface and GrTexture into src. by Greg Daniel · 4 years, 7 months ago
  5. ecbb0fb Simplify view getters on GrTextureProducer. by Brian Salomon · 4 years, 7 months ago
  6. c61d7e3 Rename various getters related to GrSurfaceProxyView. by Greg Daniel · 4 years, 8 months ago
  7. cc104db Have GrTextureProducer return views instead of proxies. by Greg Daniel · 4 years, 8 months ago
  8. c52db71 Store GrSurfaceProxyViews on SkSpecial*_Gpu. by Greg Daniel · 4 years, 8 months ago
  9. 6f5441a Remove create function in proxyProvider that takes a raster SkImage. by Greg Daniel · 4 years, 8 months ago
  10. 05a777d Define coord space tagged geometry for image filters v2. by Michael Ludwig · 5 years ago
  11. 40b05c3 Remove a usage of GrPixelConfig in SkGpuBlurUtils::GaussianBlur (take 2) by Robert Phillips · 5 years ago
  12. c766d7f Revert "Remove a usage of GrPixelConfig in SkGpuBlurUtils::GaussianBlur" by Robert Phillips · 5 years ago
  13. f580721 Remove a usage of GrPixelConfig in SkGpuBlurUtils::GaussianBlur by Robert Phillips · 5 years ago
  14. ea07123 Define Usage and image+origin wrapper for image filters by Michael Ludwig · 5 years ago
  15. 96b383a Remove GrRenderable param from GrProxyProvider::createTextureProxy() by Brian Salomon · 5 years ago
  16. 55edb50 Update tests to use new image filter factories by Michael Ludwig · 5 years ago
  17. f2c2ba9 Remove kRenderTarget_GrSurfaceFlag, instead pass GrRenderable. by Brian Salomon · 5 years ago
  18. f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 5 years ago
  19. 10d1721 Remove GrInternalSurfaceFlags::kNoPendingIO as it is no longer needed by Robert Phillips · 5 years ago
  20. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  21. b286bc2 Introduce new factory for SkColorFilters by Mike Reed · 5 years ago
  22. 7eeb74f Add checks that the GrResourceAllocator is operating as expected by Robert Phillips · 5 years ago
  23. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 6 years ago
  24. 2746765 Reduce reliance on the SkImage_Gpu's GrContext pointer by Robert Phillips · 6 years ago
  25. b9c4978 Remove dstColorSpace from SkSpecialImage::MakeFromImage by Brian Osman · 6 years ago
  26. 2700abc Remove raw-data version of createTextureProxy by Brian Osman · 6 years ago
  27. d3895d8 Centralize the predicate for a glyph being too large for the atlas by Herb Derby · 6 years ago
  28. fd98c2c Make some GrSurfaceProxy and GrTextureProxy methods easier to access by Brian Salomon · 6 years ago
  29. c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 6 years ago
  30. da926db Remove fCacheKeys from SkImageFilter. by Ben Wagner · 6 years ago
  31. c550995 Add GrBackendTexture accessor to SkImage (take 2) by Robert Phillips · 6 years ago
  32. 58389b9 Initial texture data is never flipped when uploaded. by Brian Salomon · 7 years ago
  33. 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 7 years ago
  34. 6be756b Move resourceProvider accessor to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  35. be46e24 Revert "Move resourceProvider accessor to GrContextPriv" by Hal Canary · 7 years ago
  36. 1f9ed85 Move resourceProvider accessor to GrContextPriv by Robert Phillips · 7 years ago
  37. 0bd24dc Funnel most proxy creation through GrProxyProvider by Robert Phillips · 7 years ago
  38. 1afd4cd Add GrProxyProvider by Robert Phillips · 7 years ago
  39. f5d8758 Add new SkImage factory to create from GrBackendTexture with SkColorType by Greg Daniel · 7 years ago
  40. b67821d Add GrBackendTexture & GrBackendRenderTarget access methods to GrTexture and GrRenderTarget by Robert Phillips · 7 years ago
  41. 177e695 Add flag on GrBackendTexture to say whether texture is mipped or not by Greg Daniel · 7 years ago
  42. 16d8ec6 Pull non-substantive changes out of omnibus GrSurface CL by Robert Phillips · 7 years ago
  43. e44ef10 Second small fragment from "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
  44. 96be9df Revert "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
  45. 467022b Reduce dependence on GrSurface's origin field by Robert Phillips · 7 years ago
  46. 185a379 Fix memory leak in SkImageFilter by xidachen · 7 years ago
  47. 009e9af Remove GrGpu.h from GrResourceProvider.h by Robert Phillips · 7 years ago
  48. 646e429 Retract GrTexture*.h & GrRenderTarget*.h from other headers by Robert Phillips · 7 years ago
  49. eee4d6e Make instantiate return a Boolean by Robert Phillips · 7 years ago
  50. bb5711a Remove GrSurfaceDesc member from GrSurfaceProxy. by Brian Salomon · 7 years ago
  51. 7ef28f3 Revert "Revert "Plumb GrBackendTexture throughout skia."" by Greg Daniel · 7 years ago
  52. 7fa5c31 Revert "Plumb GrBackendTexture throughout skia." by Stan Iliev · 7 years ago
  53. 7da62b9 Plumb GrBackendTexture throughout skia. by Greg Daniel · 7 years ago
  54. e78b725 Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 3) by Robert Phillips · 7 years ago
  55. 1b35256 Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2)" by Robert Phillips · 7 years ago
  56. aaee31f Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  57. 171cc5f Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv" by Robert Phillips · 7 years ago
  58. fb0bd98 Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv by Robert Phillips · 7 years ago
  59. 26c90e0 Add GrRenderTargetContext::resourceProvider & GrResourceProvider::caps by Robert Phillips · 8 years ago
  60. 32342f0 Rebase and fix chromium by Brian Osman · 8 years ago
  61. 2f49314 Make GrSurface::MakeDeferred return sk_sp<GrTextureProxy> by Robert Phillips · 8 years ago
  62. 655f347 Revert "Revert "Revert "Revert "Move GrTextureProvider to src"""" by Brian Osman · 8 years ago
  63. 580ffa0 Revert "Revert "Revert "Move GrTextureProvider to src""" by Brian Osman · 8 years ago
  64. 2fe8373 Revert "Revert "Move GrTextureProvider to src"" by Brian Osman · 8 years ago
  65. 13d7f5d Revert "Move GrTextureProvider to src" by Brian Osman · 8 years ago
  66. 24429c6 Move GrTextureProvider to src by Brian Osman · 8 years ago
  67. 2c6d2bf Remove SkSpecialImage's GrTexture-based ctors by Robert Phillips · 8 years ago
  68. 3390e15 Expand SkImage::getTextureHandle call by Robert Phillips · 8 years ago
  69. a022e2d Fix SkImageFilterCache race by Florin Malita · 8 years ago
  70. 61624f0 Plumb dst color space in many places, rather than "mode" by Brian Osman · 8 years ago
  71. 7992da3 Support decoding images to multiple formats, depending on usage by Brian Osman · 8 years ago
  72. 57ae6cf Revert "Support decoding images to multiple formats, depending on usage" by Brian Osman · 8 years ago
  73. c73a1ec Support decoding images to multiple formats, depending on usage by Brian Osman · 8 years ago
  74. 342b7ac tests: s/SkAutoTUnref/sk_sp/ by Hal Canary · 8 years ago
  75. 273f7d4 Fix bad test that was asserting on Vulkan Win10 bot by Brian Osman · 8 years ago
  76. 777b563 Remove many uses of kSkia8888 and kSkiaGamma8888 by Brian Osman · 8 years ago
  77. afbf71d Adding color space to SkSpecialImage by brianosman · 8 years ago
  78. ab527a5 Enable many more tests for Vulkan by egdaniel · 8 years ago
  79. 8b7451a Turn ContextInfos returned by GrContextFactory into structs. by bsalomon · 8 years ago
  80. 900c367 Image filters: de-nest SkImageFilter::Cache and Cache::Key. by senorblanco · 8 years ago
  81. c91fd34 Add another dollop of sk_sp to SkSpecialImage and SkSpecialSurface by robertphillips · 8 years ago
  82. 3e30227 Begin removing deprecated (and now, unused) ImageFilter code paths by robertphillips · 8 years ago
  83. bde57ed Make SkImageFilter::Cache purging methods pure virtual by robertphillips · 8 years ago
  84. 68d9134 Make more unit tests run on Vulkan by bsalomon · 8 years ago
  85. 758586c Make existing unit tests only run on GL contexts by bsalomon · 8 years ago
  86. f2f1c17 One signature for creating unit tests that run on premade GrContexts by bsalomon · 8 years ago
  87. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  88. 37bd7c3 Switch SkSpecialImage & SkSpecialSurface classes over to smart pointers by robertphillips · 9 years ago
  89. 9ce9d67 update callsites for Make image factories by reed · 9 years ago
  90. 6ac97b7 Switch SkImageSource image filter over to new onFilterImage interface by robertphillips · 9 years ago
  91. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  92. 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
  93. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  94. 03762fe fix race: this kCacheSize is probably not meant to be static by mtklein · 9 years ago
  95. cbc5bcc Add GPU-backed SkImage case to ImageFilterCache unit test by robertphillips · 9 years ago
  96. df7bb47 Update SkImageFilter's cache to handle SkSpecialImages and add unit test by robertphillips · 9 years ago