1. 302e8fb Downgrade SkImage to GrImageContext by Adlai Holler · 4 years, 1 month ago
  2. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years, 1 month ago
  3. bcfc554 Add GrDirectContext arg to SkImage::readPixels by Adlai Holler · 4 years, 2 months ago
  4. f8237cb Re-org image-cacherator-from-* GMs by Robert Phillips · 4 years, 3 months ago
  5. 8c7ecc1 Revert "Revert "Never share pixels when we make a subset image"" by Mike Reed · 4 years, 3 months ago
  6. 39d1c1e Revert "Never share pixels when we make a subset image" by Mike Reed · 4 years, 3 months ago
  7. 3eff245 Never share pixels when we make a subset image by Mike Reed · 4 years, 3 months ago
  8. cdfdb39 Fix up image-cacherator-from-* GMs for direct context by Robert Phillips · 4 years, 3 months ago
  9. 564d49e Remove subset parameter from making encoded/generator images by Mike Reed · 4 years, 3 months ago
  10. 7e67dca Rename GrMipMapped GrMipmapped by Brian Salomon · 4 years, 3 months ago
  11. 2940538 Reland "Remove more GrContext imports & usage" by Adlai Holler · 4 years, 3 months ago
  12. 75c5168 Revert "Remove more GrContext imports & usage" by Adlai Holler · 4 years, 3 months ago
  13. dd13955 Remove more GrContext imports & usage by Adlai Holler · 4 years, 3 months ago
  14. 057c33f Clean up some GrContext uses in the GMs by Robert Phillips · 4 years, 3 months ago
  15. b27b38b Miscellaneous removal of GrContext usages by Robert Phillips · 4 years, 3 months ago
  16. 1f60733 Revert "Revert "move onto new factories for SkMatrix"" by Mike Reed · 4 years, 5 months ago
  17. c80ee45 Revert "move onto new factories for SkMatrix" by Mike Reed · 4 years, 5 months ago
  18. 046c2b7 move onto new factories for SkMatrix by Mike Reed · 4 years, 5 months ago
  19. 3027571 Make copy proxy in GM budgeted when texgen policy is kDraw. by Brian Salomon · 4 years, 6 months ago
  20. c524378 Don't require color type to make proxy copies. by Brian Salomon · 4 years, 7 months ago
  21. bc074a6 Add SkBudgeted parameter to SkImage::makeTextureImage(). by Brian Salomon · 4 years, 7 months ago
  22. ecbb0fb Simplify view getters on GrTextureProducer. by Brian Salomon · 4 years, 8 months ago
  23. c8d092a Revert "Revert "Remove copies for wrap modes in GrTextureProducer."" by Brian Salomon · 4 years, 8 months ago
  24. bf5cb0f Revert "Remove copies for wrap modes in GrTextureProducer." by Robert Phillips · 4 years, 8 months ago
  25. 7fba244 Remove copies for wrap modes in GrTextureProducer. by Brian Salomon · 4 years, 8 months ago
  26. febdedf Switch SkImage_Base asTextureProxyRef to return view instead. by Greg Daniel · 4 years, 8 months ago
  27. 37c127f Rename view getters in various image subclasses. by Greg Daniel · 4 years, 8 months ago
  28. cc104db Have GrTextureProducer return views instead of proxies. by Greg Daniel · 4 years, 8 months ago
  29. 40903af Update GrSurfaceProxy::Copy to return a view. by Greg Daniel · 4 years, 9 months ago
  30. 7c165a4 Reland "Reland "Pass in a SkColorType into SkImage_Gpu ctor."" by Greg Daniel · 4 years, 9 months ago
  31. 9ed88b3 Revert "Reland "Pass in a SkColorType into SkImage_Gpu ctor."" by Ben Wagner aka dogben · 4 years, 9 months ago
  32. 938106d Reland "Pass in a SkColorType into SkImage_Gpu ctor." by Greg Daniel · 4 years, 9 months ago
  33. 3155f7f Pass in a GrColorType into our Copy call. by Greg Daniel · 4 years, 9 months ago
  34. 42032cb Revert "Pass in a SkColorType into SkImage_Gpu ctor." by Mike Klein · 4 years, 9 months ago
  35. 1d17543 Pass in a SkColorType into SkImage_Gpu ctor. by Greg Daniel · 4 years, 9 months ago
  36. ccb6142 Allow implicit conversion from GrSamplerState::Filter to GrSamplerState by Brian Salomon · 4 years, 9 months ago
  37. 81b9897 Store GrSurfaceProxyView on SkImage. by Greg Daniel · 4 years, 10 months ago
  38. f46d5ca use std::make_unique by Mike Klein · 4 years, 10 months ago
  39. fc11844 Reland "Revert "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType""" by Brian Salomon · 5 years ago
  40. 50299de Reland "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType"" by Robert Phillips · 5 years ago
  41. 997b37f Revert "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType"" by Brian Salomon · 5 years ago
  42. 078e8fa Revert "Make FP optimizations helpers use SkAlphaType not GrColorType" by Brian Salomon · 5 years ago
  43. 7a538b1 Make FP optimizations helpers use SkAlphaType not GrColorType by Brian Salomon · 5 years ago
  44. 9f2b86c More SkISizification in GPU code. by Brian Salomon · 5 years ago
  45. c594e62 Plumb GrColorType through all ops/processors that sample textures. by Greg Daniel · 5 years ago
  46. 729fc0c Revert "Construct GPU SkImages with SkColorType, don't infer from GrPixelConfig" by Brian Salomon · 5 years ago
  47. 384f6e3 Construct GPU SkImages with SkColorType, don't infer from GrPixelConfig by Brian Salomon · 5 years ago
  48. 201cdbb Make GrSamplerState.h and GrRenderTarget.h private by Brian Salomon · 5 years ago
  49. f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 5 years ago
  50. 46cfbc6 Reland "Reland "Remove support for copyAsDraw in gpu copySurface."" by Greg Daniel · 5 years ago
  51. 4c6f9b7 Revert "Reland "Remove support for copyAsDraw in gpu copySurface."" by Greg Daniel · 5 years ago
  52. 84ea049 Reland "Remove support for copyAsDraw in gpu copySurface." by Greg Daniel · 5 years ago
  53. c5167c0 Revert "Remove support for copyAsDraw in gpu copySurface." by Greg Daniel · 5 years ago
  54. 6565506 Remove support for copyAsDraw in gpu copySurface. by Greg Daniel · 5 years ago
  55. 7fde8e1 IWYU for gms. by Ben Wagner · 5 years ago
  56. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  57. 6603a17 Make SkImage_Base::asTextureProxyRef take a GrRecordingContext parameter by Robert Phillips · 6 years ago
  58. 9338c60 Switch FP creation over to GrRecordingContext by Robert Phillips · 6 years ago
  59. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 6 years ago
  60. f05e6d3 Remove superfluous budgeted params and member related to SkImage_GpuBase by Brian Salomon · 6 years ago
  61. 4065d45 Reland "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  62. d7157b2 Revert "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  63. 2f9a5ea Reland "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  64. 919c9e7 Revert "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  65. 51b1c12 Have a GrBackendFormat be stored on gpu proxies. by Greg Daniel · 6 years ago
  66. 6064e1c Remove texColorSpace output param from various producer APIs by Brian Osman · 6 years ago
  67. e7fd8c3 Un-plumb dstColorSpace through GrTextureProducer by Brian Osman · 6 years ago
  68. e50cdf0 Remove unused dstColorSpace from getROPixels by Brian Osman · 6 years ago
  69. c87cfb6 Remove old lazy image decoding heuristic logic by Brian Osman · 6 years ago
  70. c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 6 years ago
  71. 8a8dd33 Make SkImage own its GrContext. by Brian Salomon · 6 years ago
  72. 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 7 years ago
  73. 65c7f66 Add mip support to GrAHardwareBufferImageGenerator by Greg Daniel · 7 years ago
  74. f88c12e Add api for passing mipped hint into ImageGenerator onGenerateTexture by Greg Daniel · 7 years ago
  75. ae7d3f3 Add native caching of uniquely keyed GrTextureProxies (take 2) by Robert Phillips · 7 years ago
  76. 76d640d Revert "Add native caching of uniquely keyed GrTextureProxies" by Robert Phillips · 7 years ago
  77. d4f100d Add native caching of uniquely keyed GrTextureProxies by Robert Phillips · 7 years ago
  78. 2bbdcc4 Rework GrSamplerParams to be more compact and use its own wrap mode enum. by Brian Salomon · 7 years ago
  79. 16d8ec6 Pull non-substantive changes out of omnibus GrSurface CL by Robert Phillips · 7 years ago
  80. e44ef10 Second small fragment from "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
  81. 96be9df Revert "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
  82. 467022b Reduce dependence on GrSurface's origin field by Robert Phillips · 7 years ago
  83. 77e9666 Make SkImage_Lazy::onMakeColorSpace return a SkImage_Lazy by Christopher Cameron · 7 years ago
  84. d9d8485 Retract GrTexture.h a bit by Robert Phillips · 7 years ago
  85. 63e7973 Remove GrSurfaceProxy::desc() by Brian Salomon · 7 years ago
  86. ebb1b5c Add new SkImageGenerator::getPixels() API, deprecate the old by Matt Sarett · 7 years ago
  87. df7e075 Fold SkImageCacherator into SkImage_Lazy by Brian Osman · 7 years ago
  88. a28e2b0 Simplify SkImageCacherator slightly by Brian Osman · 7 years ago
  89. 4edb5d2 hide lockpixels api behind flag by Mike Reed · 7 years ago
  90. 6b3155c Revert[4] "clean up (partially) colortable api"""" by Mike Reed · 8 years ago
  91. b14131c Revert "Revert[2] "clean up (partially) colortable api""" by Mike Reed · 8 years ago
  92. 9920b10 Revert[2] "clean up (partially) colortable api"" by Mike Reed · 8 years ago
  93. 1d1165c Revert "clean up (partially) colortable api" by Mike Klein · 8 years ago
  94. 2e491a6 clean up (partially) colortable api by Mike Reed · 8 years ago
  95. 4f358be Make SkImageCacherator be deferred (take 2) by Robert Phillips · 8 years ago
  96. e3060ba Revert "Make SkImageCacherator be deferred" by Robert Phillips · 8 years ago
  97. 801f8b8 Make SkImageCacherator be deferred by Robert Phillips · 8 years ago
  98. 0ae6faa Make SkImage_Gpu be deferred (take 2) by Robert Phillips · 8 years ago
  99. eaa78c4 Revert "Make SkImage_Gpu be deferred" by Robert Phillips · 8 years ago
  100. 0db235b Make SkImage_Gpu be deferred by Robert Phillips · 8 years ago