1. 7dd9996 Remove last two uses of SkGpuDevice's GrSurfaceDrawContext-based factory by Robert Phillips · 3 years, 4 months ago
  2. 27c4202 Remove GrBitmapTextureMaker. by Brian Salomon · 3 years, 4 months ago
  3. 9a56eb7 Consolidate on SkImage_Gpu constructor that takes SkColorInfo. by Brian Salomon · 3 years, 5 months ago
  4. f5b87f9 Make SkSurfaceProps non-optional for SDCs and SkSpecialImages by Chris Dalton · 3 years, 5 months ago
  5. d0924f3 Replace SkImage_Base::view() and ::refView() with new asView(). by Brian Salomon · 3 years, 7 months ago
  6. 9702fc6 SpecialImage draw takes sampling, not filter-quality by Mike Reed · 3 years, 8 months ago
  7. 6dbeac5 Begin to hide drawBitmap by Mike Reed · 3 years, 8 months ago
  8. dc607e3 Use bitmap.asImage() by Mike Reed · 3 years, 9 months ago
  9. 0eca74c Move bytesPerPixel query off of GrCaps and add bytesPerBlock query. by Greg Daniel · 4 years ago
  10. 302e8fb Downgrade SkImage to GrImageContext by Adlai Holler · 4 years ago
  11. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years ago
  12. bcfc554 Add GrDirectContext arg to SkImage::readPixels by Adlai Holler · 4 years ago
  13. 963241f Prohibit gpu to raster in SkSpecialImage by Adlai Holler · 4 years, 1 month ago
  14. 7e67dca Rename GrMipMapped GrMipmapped by Brian Salomon · 4 years, 2 months ago
  15. 2940538 Reland "Remove more GrContext imports & usage" by Adlai Holler · 4 years, 2 months ago
  16. 75c5168 Revert "Remove more GrContext imports & usage" by Adlai Holler · 4 years, 2 months ago
  17. dd13955 Remove more GrContext imports & usage by Adlai Holler · 4 years, 2 months ago
  18. b7bfbc2 Move GrRecordingContext.h and GrDirectContext.h into include/gpu by Robert Phillips · 4 years, 2 months ago
  19. 9eb0002 Double down on abandoned being publicly accessible on contexts by Robert Phillips · 4 years, 2 months ago
  20. fac4c0d Reland "Remove SkSpecialImage::makeTextureImage" by Brian Osman · 4 years, 3 months ago
  21. 568d113 Revert "Remove SkSpecialImage::makeTextureImage" by Brian Osman · 4 years, 3 months ago
  22. d34528c Remove SkSpecialImage::makeTextureImage by Brian Osman · 4 years, 3 months ago
  23. e7ad8c0 Remove GPU read-back logic in SkSpecialImage by Brian Osman · 4 years, 3 months ago
  24. c524378 Don't require color type to make proxy copies. by Brian Salomon · 4 years, 5 months ago
  25. 37c127f Rename view getters in various image subclasses. by Greg Daniel · 4 years, 7 months ago
  26. 40903af Update GrSurfaceProxy::Copy to return a view. by Greg Daniel · 4 years, 7 months ago
  27. 8354717 Remove asTextureProxyRef from SkSpecialImage. by Greg Daniel · 4 years, 7 months ago
  28. c52db71 Store GrSurfaceProxyViews on SkSpecial*_Gpu. by Greg Daniel · 4 years, 7 months ago
  29. 6f5441a Remove create function in proxyProvider that takes a raster SkImage. by Greg Daniel · 4 years, 7 months ago
  30. 7c165a4 Reland "Reland "Pass in a SkColorType into SkImage_Gpu ctor."" by Greg Daniel · 4 years, 8 months ago
  31. 9ed88b3 Revert "Reland "Pass in a SkColorType into SkImage_Gpu ctor."" by Ben Wagner aka dogben · 4 years, 8 months ago
  32. 938106d Reland "Pass in a SkColorType into SkImage_Gpu ctor." by Greg Daniel · 4 years, 8 months ago
  33. 3155f7f Pass in a GrColorType into our Copy call. by Greg Daniel · 4 years, 8 months ago
  34. 42032cb Revert "Pass in a SkColorType into SkImage_Gpu ctor." by Mike Klein · 4 years, 8 months ago
  35. 1d17543 Pass in a SkColorType into SkImage_Gpu ctor. by Greg Daniel · 4 years, 8 months ago
  36. 3912a4b Update GrSurface/RenderTargetContexts to take and store GrSurfaceProxyViews. by Greg Daniel · 4 years, 8 months ago
  37. bfa19c4 Add factories to GrSurfaceContext and clean up creation flow. by Greg Daniel · 4 years, 9 months ago
  38. 5c60b75 Simplify proxy functionally exact check. by Brian Salomon · 4 years, 9 months ago
  39. 81b9897 Store GrSurfaceProxyView on SkImage. by Greg Daniel · 4 years, 9 months ago
  40. fc11844 Reland "Revert "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType""" by Brian Salomon · 4 years, 10 months ago
  41. 50299de Reland "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType"" by Robert Phillips · 4 years, 10 months ago
  42. 997b37f Revert "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType"" by Brian Salomon · 4 years, 10 months ago
  43. 078e8fa Revert "Make FP optimizations helpers use SkAlphaType not GrColorType" by Brian Salomon · 4 years, 10 months ago
  44. 7a538b1 Make FP optimizations helpers use SkAlphaType not GrColorType by Brian Salomon · 4 years, 10 months ago
  45. 9f2b86c More SkISizification in GPU code. by Brian Salomon · 4 years, 11 months ago
  46. c594e62 Plumb GrColorType through all ops/processors that sample textures. by Greg Daniel · 5 years ago
  47. 7fd7a8a Remove uses of GrPixelConfig version of GrBytesPerPixel. by Greg Daniel · 5 years ago
  48. 9bd947d SkIRect::makeOffset(SkVector) by Brian Salomon · 5 years ago
  49. 9241a6d Reland "Reland "SkSurface asynchronous read APIs allow client to extend pixel lifetime"" by Brian Salomon · 5 years ago
  50. cb55010 Revert "Reland "SkSurface asynchronous read APIs allow client to extend pixel lifetime"" by Ravi Mistry · 5 years ago
  51. 6fc04f8 Reland "SkSurface asynchronous read APIs allow client to extend pixel lifetime" by Brian Salomon · 5 years ago
  52. 9c21978 Revert "SkSurface asynchronous read APIs allow client to extend pixel lifetime" by Brian Salomon · 5 years ago
  53. ce240cc SkSurface asynchronous read APIs allow client to extend pixel lifetime by Brian Salomon · 5 years ago
  54. 4bc0c1f Rename GrColorSpaceInfo -> GrColorInfo by Brian Salomon · 5 years ago
  55. f2ebdd9 Rename GrPixelInfo to GrImageInfo. by Brian Salomon · 5 years ago
  56. 729fc0c Revert "Construct GPU SkImages with SkColorType, don't infer from GrPixelConfig" by Brian Salomon · 5 years ago
  57. 384f6e3 Construct GPU SkImages with SkColorType, don't infer from GrPixelConfig by Brian Salomon · 5 years ago
  58. e4bce01 Remove a few GrSurfaceProxy::config() usages by Brian Salomon · 5 years ago
  59. 40b05c3 Remove a usage of GrPixelConfig in SkGpuBlurUtils::GaussianBlur (take 2) by Robert Phillips · 5 years ago
  60. c766d7f Revert "Remove a usage of GrPixelConfig in SkGpuBlurUtils::GaussianBlur" by Robert Phillips · 5 years ago
  61. f580721 Remove a usage of GrPixelConfig in SkGpuBlurUtils::GaussianBlur by Robert Phillips · 5 years ago
  62. e2cbd94 Fix long line by Michael Ludwig · 5 years ago
  63. ea07123 Define Usage and image+origin wrapper for image filters by Michael Ludwig · 5 years ago
  64. bf6b979 GrSurfaceContext not ref counted. by Brian Salomon · 5 years ago
  65. 03f9ca3 Remove SkImageFilter_Base::OutputProperties by Michael Ludwig · 5 years ago
  66. e897684 Fix exactify for explicit resource allocation (take 2) by Robert Phillips · 5 years ago
  67. 4d557e3 Revert "Fix exactify for explicit resource allocation" by Robert Phillips · 5 years ago
  68. 32ff145 Fix exactify for explicit resource allocation by Robert Phillips · 5 years ago
  69. 8ee6cf3 Move SkImageFilter functionality into private SkImageFilter_Base by Michael Ludwig · 5 years ago
  70. ba88ab6 Reland "Move ExternalFormat and Type to FormatInfo." by Greg Daniel · 5 years ago
  71. 27ae52c Make deferred render target context without config or format by Brian Salomon · 5 years ago
  72. 1d43530 Pass alpha type to GrSurfaceContext::read/writePixels and remove flags. by Brian Salomon · 5 years ago
  73. d628747 Make GrColorSpaceInfo store GrColorType. by Brian Salomon · 5 years ago
  74. e7499c7 GrColorSpaceInfo stores SkAlphaType. by Brian Salomon · 5 years ago
  75. b458035 Fix subset behavior in makeWithFilter. by Michael Ludwig · 5 years ago
  76. f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 5 years ago
  77. 63af31a Force snapBackImage() to N32 for image filters by Michael Ludwig · 5 years ago
  78. 08b260c Refactor complex CTM management for image filters by Michael Ludwig · 5 years ago
  79. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  80. 5ad6fd3 Put SkImageInfo on SkImage to avoid cost of reconstructing for queries. by Brian Salomon · 5 years ago
  81. bf66ed3 remove dead SK_SUPPORT_LEGACY_RASTERLAYERCOLORSPACE code by Mike Reed · 5 years ago
  82. 2539429 undo old colorspace hacks related to savelayers by Mike Reed · 6 years ago
  83. 6603a17 Make SkImage_Base::asTextureProxyRef take a GrRecordingContext parameter by Robert Phillips · 6 years ago
  84. bc42944 Switch image filters over to GrRecordingContext by Robert Phillips · 6 years ago
  85. fe0963c Move "matches" from GrContextThreadSafeProxy to GrContext_Base by Robert Phillips · 6 years ago
  86. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 6 years ago
  87. fd0d970 Rename GrContext::uniqueID to contextID and hide it by Robert Phillips · 6 years ago
  88. 2746765 Reduce reliance on the SkImage_Gpu's GrContext pointer by Robert Phillips · 6 years ago
  89. f05e6d3 Remove superfluous budgeted params and member related to SkImage_GpuBase by Brian Salomon · 6 years ago
  90. fee3f9b Make GrSurfaceProxy::Copy take SkBackingFit. by Brian Salomon · 6 years ago
  91. 148b7fd add saveBehind to canvas by Mike Reed · 6 years ago
  92. 4065d45 Reland "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  93. d7157b2 Revert "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  94. 2f9a5ea Reland "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  95. 919c9e7 Revert "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  96. 51b1c12 Have a GrBackendFormat be stored on gpu proxies. by Greg Daniel · 6 years ago
  97. b70fd91 Remove colorType and colorSpace from bitmap cache key, and IWYU by Brian Osman · 6 years ago
  98. 41ba826 (Almost) no one needs to know about SkPixelRef by Brian Osman · 6 years ago
  99. e50cdf0 Remove unused dstColorSpace from getROPixels by Brian Osman · 6 years ago
  100. 21bd60d Connect up YUVA images for testing. by Jim Van Verth · 6 years ago