1. 27c4202 Remove GrBitmapTextureMaker. by Brian Salomon · 3 years, 6 months ago
  2. f5b87f9 Make SkSurfaceProps non-optional for SDCs and SkSpecialImages by Chris Dalton · 3 years, 6 months ago
  3. 9702fc6 SpecialImage draw takes sampling, not filter-quality by Mike Reed · 3 years, 9 months ago
  4. dc607e3 Use bitmap.asImage() by Mike Reed · 3 years, 10 months ago
  5. a069304 Rename GrContextPriv to GrDirectContextPriv by Adlai Holler · 4 years ago
  6. e94b4e1 Update more tests to use the GrDirectContext/GrRecordingContext pair by Robert Phillips · 4 years, 3 months ago
  7. 7e67dca Rename GrMipMapped GrMipmapped by Brian Salomon · 4 years, 3 months ago
  8. 6d344c3 Update unit tests to accept GrDirectContext by Robert Phillips · 4 years, 3 months ago
  9. fac4c0d Reland "Remove SkSpecialImage::makeTextureImage" by Brian Osman · 4 years, 4 months ago
  10. 568d113 Revert "Remove SkSpecialImage::makeTextureImage" by Brian Osman · 4 years, 4 months ago
  11. d34528c Remove SkSpecialImage::makeTextureImage by Brian Osman · 4 years, 4 months ago
  12. e7ad8c0 Remove GPU read-back logic in SkSpecialImage by Brian Osman · 4 years, 4 months ago
  13. bc074a6 Add SkBudgeted parameter to SkImage::makeTextureImage(). by Brian Salomon · 4 years, 7 months ago
  14. ecbb0fb Simplify view getters on GrTextureProducer. by Brian Salomon · 4 years, 8 months ago
  15. 37c127f Rename view getters in various image subclasses. by Greg Daniel · 4 years, 8 months ago
  16. c61d7e3 Rename various getters related to GrSurfaceProxyView. by Greg Daniel · 4 years, 8 months ago
  17. cc104db Have GrTextureProducer return views instead of proxies. by Greg Daniel · 4 years, 8 months ago
  18. 8354717 Remove asTextureProxyRef from SkSpecialImage. by Greg Daniel · 4 years, 9 months ago
  19. c52db71 Store GrSurfaceProxyViews on SkSpecial*_Gpu. by Greg Daniel · 4 years, 9 months ago
  20. 6f5441a Remove create function in proxyProvider that takes a raster SkImage. by Greg Daniel · 4 years, 9 months ago
  21. 40b05c3 Remove a usage of GrPixelConfig in SkGpuBlurUtils::GaussianBlur (take 2) by Robert Phillips · 5 years ago
  22. c766d7f Revert "Remove a usage of GrPixelConfig in SkGpuBlurUtils::GaussianBlur" by Robert Phillips · 5 years ago
  23. f580721 Remove a usage of GrPixelConfig in SkGpuBlurUtils::GaussianBlur by Robert Phillips · 5 years ago
  24. 03f9ca3 Remove SkImageFilter_Base::OutputProperties by Michael Ludwig · 5 years ago
  25. 96b383a Remove GrRenderable param from GrProxyProvider::createTextureProxy() by Brian Salomon · 5 years ago
  26. 8ee6cf3 Move SkImageFilter functionality into private SkImageFilter_Base by Michael Ludwig · 5 years ago
  27. f2c2ba9 Remove kRenderTarget_GrSurfaceFlag, instead pass GrRenderable. by Brian Salomon · 5 years ago
  28. b458035 Fix subset behavior in makeWithFilter. by Michael Ludwig · 5 years ago
  29. f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 5 years ago
  30. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  31. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 6 years ago
  32. 2746765 Reduce reliance on the SkImage_Gpu's GrContext pointer by Robert Phillips · 6 years ago
  33. b9c4978 Remove dstColorSpace from SkSpecialImage::MakeFromImage by Brian Osman · 6 years ago
  34. ba65168 Fix two bugs in GPU special image read-back by Brian Osman · 6 years ago
  35. bbb2410 Remove redundant test by Brian Osman · 6 years ago
  36. 2700abc Remove raw-data version of createTextureProxy by Brian Osman · 6 years ago
  37. a50205f Add color type to the image filter DAG's OutputProperties by Brian Osman · 6 years ago
  38. 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 6 years ago
  39. c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 6 years ago
  40. c7fe0f7 Make GrCaps and GrShaderCaps private. by Brian Salomon · 6 years ago
  41. 8caf85f Add GrBackendTexture/RenderTarget accessors to SkSurface by Robert Phillips · 7 years ago
  42. 58389b9 Initial texture data is never flipped when uploaded. by Brian Salomon · 7 years ago
  43. 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 7 years ago
  44. 0bd24dc Funnel most proxy creation through GrProxyProvider by Robert Phillips · 7 years ago
  45. 1afd4cd Add GrProxyProvider by Robert Phillips · 7 years ago
  46. 16d8ec6 Pull non-substantive changes out of omnibus GrSurface CL by Robert Phillips · 7 years ago
  47. e44ef10 Second small fragment from "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
  48. 96be9df Revert "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
  49. 467022b Reduce dependence on GrSurface's origin field by Robert Phillips · 7 years ago
  50. 0ae6faa Make SkImage_Gpu be deferred (take 2) by Robert Phillips · 8 years ago
  51. eaa78c4 Revert "Make SkImage_Gpu be deferred" by Robert Phillips · 8 years ago
  52. 0db235b Make SkImage_Gpu be deferred by Robert Phillips · 8 years ago
  53. 26c90e0 Add GrRenderTargetContext::resourceProvider & GrResourceProvider::caps by Robert Phillips · 8 years ago
  54. 84dd857 make GrPaint.h private -- IWYU by Mike Reed · 8 years ago
  55. 3b65598 Make SkGr.h private and remove unused functions by Brian Osman · 8 years ago
  56. 32342f0 Rebase and fix chromium by Brian Osman · 8 years ago
  57. 2f49314 Make GrSurface::MakeDeferred return sk_sp<GrTextureProxy> by Robert Phillips · 8 years ago
  58. 2c6d2bf Remove SkSpecialImage's GrTexture-based ctors by Robert Phillips · 8 years ago
  59. 8e1c4e6 Remove asTextureRef from SkSpecialImage & update effects accordingly (take 2) by Robert Phillips · 8 years ago
  60. a5fdc97 Replace SkSpecialImage::makeTightSubset with asImage (take 2) by Robert Phillips · 8 years ago
  61. e14349a Revert "Replace SkSpecialImage::makeTightSubset with asImage" by Robert Phillips · 8 years ago
  62. 5df6db1 Replace SkSpecialImage::makeTightSubset with asImage by Robert Phillips · 8 years ago
  63. 63c6746 Tighten up GrSurfaceProxy typing by Robert Phillips · 8 years ago
  64. 696b293 Revert "Remove asTextureRef from SkSpecialImage & update effects accordingly" by Robert Phillips · 8 years ago
  65. e88cf6b Remove asTextureRef from SkSpecialImage & update effects accordingly by Robert Phillips · 8 years ago
  66. 77a7a1b SkColorSpace: remove named API, add gamut API by Matt Sarett · 8 years ago
  67. 1f2fff2 Revert "SkColorSpace: remove named API, add gamut API" by Matt Sarett · 8 years ago
  68. ecaaf6f SkColorSpace: remove named API, add gamut API by Matt Sarett · 8 years ago
  69. 6de9904 Reduce use of SkImage_Base::peekTexture by Robert Phillips · 8 years ago
  70. cb6266b Reland "Add SkImageInfoValidConversion() and SkImageInfoIsValid" by Matt Sarett · 8 years ago
  71. 7a6c9f7 Revert "Add SkImageInfoValidConversion() and SkImageInfoIsValid" by Brian Osman · 8 years ago
  72. cf5d6ca Add SkImageInfoValidConversion() and SkImageInfoIsValid by Matt Sarett · 8 years ago
  73. 61624f0 Plumb dst color space in many places, rather than "mode" by Brian Osman · 8 years ago
  74. 7992da3 Support decoding images to multiple formats, depending on usage by Brian Osman · 8 years ago
  75. 57ae6cf Revert "Support decoding images to multiple formats, depending on usage" by Brian Osman · 8 years ago
  76. c73a1ec Support decoding images to multiple formats, depending on usage by Brian Osman · 8 years ago
  77. 3743013 Consolidate GrSurfaceProxy Make methods by Robert Phillips · 8 years ago
  78. 84a8120 Add GrTextureRenderTargetProxy and support switching between RT & Tex Proxies by Robert Phillips · 8 years ago
  79. 8bc06d0 Back SkSpecialImage_Gpu with a GrTextureProxy by Robert Phillips · 8 years ago
  80. eed6b0e Change SkSpecialImage::makeSurface and makeTightSurface to take output by brianosman · 8 years ago
  81. a76554d Revert of Create special surfaces according to original device (not always in N32) (patchset #9 id:160001 of https://codereview.chromium.org/2349373004/ ) by brianosman · 8 years ago
  82. 53c3808 Change SkSpecialImage::makeSurface and makeTightSurface to take output by brianosman · 8 years ago
  83. afbf71d Adding color space to SkSpecialImage by brianosman · 8 years ago
  84. 7f3ff20 remove unused MakeFromPixmap by reed · 8 years ago
  85. 8b7451a Turn ContextInfos returned by GrContextFactory into structs. by bsalomon · 8 years ago
  86. ed086ca Revert of Remove gpu-specialization of SkSpecialImage (patchset #5 id:80001 of https://codereview.chromium.org/1918993002/ ) by robertphillips · 8 years ago
  87. 0533d6e Remove gpu-specialization of SkSpecialImage by robertphillips · 8 years ago
  88. c91fd34 Add another dollop of sk_sp to SkSpecialImage and SkSpecialSurface by robertphillips · 8 years ago
  89. 3e30227 Begin removing deprecated (and now, unused) ImageFilter code paths by robertphillips · 8 years ago
  90. 68d9134 Make more unit tests run on Vulkan by bsalomon · 9 years ago
  91. 6461251 Upgrade SkSpecialImage to have getTextureRef & getROPixels entry points by robertphillips · 9 years ago
  92. 758586c Make existing unit tests only run on GL contexts by bsalomon · 9 years ago
  93. f2f1c17 One signature for creating unit tests that run on premade GrContexts by bsalomon · 9 years ago
  94. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 9 years ago
  95. 4413e66 Remove SkPixmap::release by robertphillips · 9 years ago
  96. b4bd11e Update SkSpecialImage to be able to create tight SkImages and SkSurfaces by robertphillips · 9 years ago
  97. 83c17fa Add SkSpecialImage::makeTextureImage entry point by robertphillips · 9 years ago
  98. 92701ab Revert of Add SkSpecialImage::makeTextureImage entry point & update filterInput (patchset #3 id:40001 of https://codereview.chromium.org/1813813002/ ) by bungeman · 9 years ago
  99. 0584901 Add SkSpecialImage::makeTextureImage entry point by robertphillips · 9 years ago
  100. 37bd7c3 Switch SkSpecialImage & SkSpecialSurface classes over to smart pointers by robertphillips · 9 years ago