1. cc44feb Start using skgpu::v1 and skgpu::v2 namespaces by Robert Phillips · 3 years, 2 months ago
  2. 516405c Add option to switch between OGA and NGA SkGpuDevices by Robert Phillips · 3 years, 3 months ago
  3. 6dd1947 Make the SkGpuDevice factories return SkBaseGpuDevices by Robert Phillips · 3 years, 3 months ago
  4. 779125d Cleanup SkGpuDevice factory functions a bit by Robert Phillips · 3 years, 4 months ago
  5. 7dd9996 Remove last two uses of SkGpuDevice's GrSurfaceDrawContext-based factory by Robert Phillips · 3 years, 4 months ago
  6. 54c878e Retract GrSurfaceDrawContext when creating SkGpuDevices by Robert Phillips · 3 years, 4 months ago
  7. 4fd6d0c Don't pass GrRecordingContext and GrSurfaceDraw to SkGpuDevice by Brian Salomon · 3 years, 4 months ago
  8. f5b87f9 Make SkSurfaceProps non-optional for SDCs and SkSpecialImages by Chris Dalton · 3 years, 5 months ago
  9. 1aa1f5f whole-word replace renderTargetContext with surfaceDrawContext by Brian Salomon · 3 years, 9 months ago
  10. eebe735 GrRenderTargetContext->GrSurfaceDrawContext by Brian Salomon · 3 years, 9 months ago
  11. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years ago
  12. fbd050b Enable ClangTidy check modernize-make-unique. by John Stiles · 4 years, 1 month ago
  13. d007281 Fix clang 12 Wsuggest-override and Wsuggest-destructor-override by Brian Salomon · 4 years, 2 months ago
  14. 7e67dca Rename GrMipMapped GrMipmapped by Brian Salomon · 4 years, 2 months ago
  15. 16bf7d3 Make SkGpuDevice hold a GrRecordingContext (take 2) by Robert Phillips · 4 years, 2 months ago
  16. 05da783 Revert "Make SkGpuDevice hold a GrRecordingContext" by Chris Dalton · 4 years, 2 months ago
  17. c8b721b Make SkGpuDevice hold a GrRecordingContext by Robert Phillips · 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. c52db71 Store GrSurfaceProxyViews on SkSpecial*_Gpu. by Greg Daniel · 4 years, 8 months ago
  20. e20fcad Reland "Move makeDeferredRenderTargetContext calls to factory on RTC." by Greg Daniel · 4 years, 8 months ago
  21. a4f207e Revert "Move makeDeferredRenderTargetContext calls to factory on RTC." by Jim Van Verth · 4 years, 8 months ago
  22. 1c16b43 Move makeDeferredRenderTargetContext calls to factory on RTC. by Greg Daniel · 4 years, 8 months ago
  23. f46d5ca use std::make_unique by Mike Klein · 4 years, 9 months ago
  24. 40b05c3 Remove a usage of GrPixelConfig in SkGpuBlurUtils::GaussianBlur (take 2) by Robert Phillips · 5 years ago
  25. c766d7f Revert "Remove a usage of GrPixelConfig in SkGpuBlurUtils::GaussianBlur" by Robert Phillips · 5 years ago
  26. f580721 Remove a usage of GrPixelConfig in SkGpuBlurUtils::GaussianBlur by Robert Phillips · 5 years ago
  27. bf6b979 GrSurfaceContext not ref counted. by Brian Salomon · 5 years ago
  28. 27ae52c Make deferred render target context without config or format by Brian Salomon · 5 years ago
  29. d628747 Make GrColorSpaceInfo store GrColorType. by Brian Salomon · 5 years ago
  30. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  31. 930c295 always zero SkMallocPixelRefs by Mike Klein · 5 years ago
  32. bc42944 Switch image filters over to GrRecordingContext by Robert Phillips · 6 years ago
  33. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 6 years ago
  34. 4065d45 Reland "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  35. d7157b2 Revert "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  36. 2f9a5ea Reland "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  37. 919c9e7 Revert "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  38. 51b1c12 Have a GrBackendFormat be stored on gpu proxies. by Greg Daniel · 6 years ago
  39. e0e8393 Disable LCD text when drawing SkPictureImageFilter content by Robert Phillips · 6 years ago
  40. efe39bc Take sk_sp<SkDevice> instead of SkDevice* by Herb Derby · 6 years ago
  41. 0c4b7b1 Move internal calls from GrContext to GrContextPriv by Robert Phillips · 7 years ago
  42. f3569f0 Add GrColorSpaceInfo and use in place of GrRenderTargetContext in paint conversion. by Brian Salomon · 7 years ago
  43. 086a427 guard references to SkColorTable by Mike Reed · 7 years ago
  44. f40b249 Validate SkSpecialSurface raster info by Florin Malita · 7 years ago
  45. a6e976a Only store width and height on SkPixelRef (part 1) by Matt Sarett · 7 years ago
  46. 2fcd4a4 Revert "Only store width and height on SkPixelRef" by Ben Wagner · 7 years ago
  47. 2cbb666 Only store width and height on SkPixelRef by Matt Sarett · 7 years ago
  48. dd3b3f4 Rm makeRenderTargetContext in favor of deferred version (take 3) by Robert Phillips · 7 years ago
  49. 2af746c Revert "Rm makeRenderTargetContext in favor of deferred version (take 2)" by Robert Phillips · 7 years ago
  50. 02242e8 Rm makeRenderTargetContext in favor of deferred version (take 2) by Robert Phillips · 7 years ago
  51. 9342921 Revert "Rm makeRenderTargetContext in favor of deferred version" by Robert Phillips · 7 years ago
  52. d83ec04 Rm makeRenderTargetContext in favor of deferred version by Robert Phillips · 7 years ago
  53. 6b3155c Revert[4] "clean up (partially) colortable api"""" by Mike Reed · 7 years ago
  54. b14131c Revert "Revert[2] "clean up (partially) colortable api""" by Mike Reed · 7 years ago
  55. 9920b10 Revert[2] "clean up (partially) colortable api"" by Mike Reed · 7 years ago
  56. 1d1165c Revert "clean up (partially) colortable api" by Mike Klein · 7 years ago
  57. 2e491a6 clean up (partially) colortable api by Mike Reed · 7 years ago
  58. 301431d Miscellaneous GrSurfaceProxy-related cleanup by Robert Phillips · 7 years ago
  59. 2c6d2bf Remove SkSpecialImage's GrTexture-based ctors by Robert Phillips · 8 years ago
  60. 75a475c Try out refFoo pattern on GrRenderTargetContext by Robert Phillips · 8 years ago
  61. 1b3387b SkBitmap::setPixelRef(): less reference churn by Hal Canary · 8 years ago
  62. 833dcf4 Add handling for instantiate failure up the call stack by Robert Phillips · 8 years ago
  63. 9fab7e9 Remove accessRenderTarget call in SkGpuDevice ctor by Robert Phillips · 8 years ago
  64. 5df4934 Revert[2] "Change SkCanvas to *not* inherit from SkRefCnt" by Mike Reed · 8 years ago
  65. b613c26 Revert "Change SkCanvas to *not* inherit from SkRefCnt" by Heather Miller · 8 years ago
  66. 8240750 Change SkCanvas to *not* inherit from SkRefCnt by Mike Reed · 8 years ago
  67. 704cd32 src/core: s/SkAutoTUnref/sk_sp/g by Hal Canary · 8 years ago
  68. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  69. 3e6cf87 Cleanup some sRGB TODOs, mostly around setting GrPaint flags correctly by brianosman · 8 years ago
  70. 6738c70 Rename GrContext's newDrawContext & drawContext to makeDrawContext by robertphillips · 8 years ago
  71. dfe4f2e Add SkColorSpace to GrDrawContext by brianosman · 8 years ago
  72. afbf71d Adding color space to SkSpecialImage by brianosman · 8 years ago
  73. ca6eafc (Mostly) Retract GrRenderTarget from SkGpuDevice by robertphillips · 8 years ago
  74. 3806b8f Fix bug & add code to catch ImageFilter clearing bugs by robertphillips · 8 years ago
  75. 24e9128 Add sk_sp to SkSurface_Gpu and SkGpuDevice by robertphillips · 8 years ago
  76. 4df1656 Tighten up SkSpecialSurface factory functions by robertphillips · 8 years ago
  77. c91fd34 Add another dollop of sk_sp to SkSpecialImage and SkSpecialSurface by robertphillips · 8 years ago
  78. 3e30227 Begin removing deprecated (and now, unused) ImageFilter code paths by robertphillips · 8 years ago
  79. 4c13db2 Add explicit clip to SkSpecialSurface's SkCanvas by robertphillips · 8 years ago
  80. 0b7e5a1 Make SkSpecialSurfaces always use kUnknown for their pixel geometry by robertphillips · 8 years ago
  81. 898235c SkSurfaceProps now has a gamma-correct ("AllowSRGBInputs") flag. That's propagated in a few places so that the backend can do the right thing for L32 vs S32 mode. by brianosman · 8 years ago
  82. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  83. 37bd7c3 Switch SkSpecialImage & SkSpecialSurface classes over to smart pointers by robertphillips · 8 years ago
  84. 3b087f4 Update SkSpecialImage API by robertphillips · 9 years ago
  85. 16aad78 Fix memory leak in SkSpecialSurface by robertphillips · 9 years ago
  86. b6c65e9 Add SkSpecialImage & SkSpecialSurface classes by robertphillips · 9 years ago