1. 7f36798 Add mipmap support to SkPixmap flavor of createBackendTexture by Robert Phillips · 5 years ago
  2. c248659 Use makeRenderTargetContextWithFallback when creating devices for layers by Brian Osman · 5 years ago
  3. bf6b979 GrSurfaceContext not ref counted. by Brian Salomon · 5 years ago
  4. ec22b1a Expose GrContext::dump() when SK_ENABLE_DUMP_GPU is defined. by Brian Salomon · 5 years ago
  5. 6b49810 Extract a GrRenderTask base class from GrOpList by Chris Dalton · 5 years ago
  6. 947efe2 makeDeferredSurfaceContext -> makeDeferredTextureContext and makeDeferredRenderTargetContext. by Brian Salomon · 5 years ago
  7. 27ae52c Make deferred render target context without config or format by Brian Salomon · 5 years ago
  8. da2e67a Add GrProtected parameter to all createBackendTexture variants by Robert Phillips · 5 years ago
  9. d628747 Make GrColorSpaceInfo store GrColorType. by Brian Salomon · 5 years ago
  10. e7499c7 GrColorSpaceInfo stores SkAlphaType. by Brian Salomon · 5 years ago
  11. 23ca4e7 Enable creating protected vulkan backend by Emircan Uysaler · 5 years ago
  12. cb1adb4 Add srcData version of createBackendTexture API by Robert Phillips · 5 years ago
  13. 6eb8c24 Move readSurfacePixels and writePixelSurface into GrSurfaceContext. by Greg Daniel · 5 years ago
  14. 4bdd36f Make color initialization version of createBackendTexture public by Robert Phillips · 5 years ago
  15. 459b295 Expand backend allocation API to allow an initialization color (only for GL to start) by Robert Phillips · 5 years ago
  16. 5c7a25b Move explicit backend object allocation API to GrContext by Robert Phillips · 5 years ago
  17. 0c6daf0 Direct backend object allocation API by Robert Phillips · 5 years ago
  18. f9a1fdf Reland "Add flush() to SkImage." by Brian Salomon · 5 years ago
  19. 693bc2b Revert "Add flush() to SkImage." by Brian Salomon · 5 years ago
  20. d0503a7 Add flush() to SkImage. by Brian Salomon · 5 years ago
  21. 5e7fbfd Add ShaderErrorHandler to GrContextOptions by Brian Osman · 5 years ago
  22. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  23. 12c4629 Remove the option of disabling explicit resource allocation by Robert Phillips · 5 years ago
  24. 4aa13e7 Remove deprecated SkSurface::prepareForExternalIO and related uses of the name. by Greg Daniel · 5 years ago
  25. 602df41 Reduce the number of flush entry points by Robert Phillips · 5 years ago
  26. ba4178e Remove unused PixelOpsFlags values by Robert Phillips · 5 years ago
  27. a00da61 Pointer to GrStrikeCache on GrTextBlob by Herb Derby · 6 years ago
  28. 6989370 Move DrawingManager to RecordingContext by Robert Phillips · 6 years ago
  29. 2184fb7 Move StrikeCache and TextBlobCache to RecordingContext by Robert Phillips · 6 years ago
  30. bc42944 Switch image filters over to GrRecordingContext by Robert Phillips · 6 years ago
  31. 6a6de56 Begin switching GrRecordingContext over to having the GrDrawingManager by Robert Phillips · 6 years ago
  32. c5058a6 Add addOnFlushCallbackObject at GrRecordingContext level by Robert Phillips · 6 years ago
  33. 7e90be9 Stop using resourceProvider in GrRenderTargetContext's ctor by Robert Phillips · 6 years ago
  34. 292a6b2 Allow GrRecordingContext to create surfaceContexts by Robert Phillips · 6 years ago
  35. 6f0e02f Switch path renderers over to using GrRecordingContext by Robert Phillips · 6 years ago
  36. b97da53 Switch Ops over to using GrRecordingContext by Robert Phillips · 6 years ago
  37. d684148 Move auditTrail and opMemoryPool from GrContext to GrRecordingContext by Robert Phillips · 6 years ago
  38. a41c685 Move proxyProvider and singleOwner to GrImageContext by Robert Phillips · 6 years ago
  39. fe0963c Move "matches" from GrContextThreadSafeProxy to GrContext_Base by Robert Phillips · 6 years ago
  40. dbaf317 Move GrContextPriv methods to their own .cpp file by Robert Phillips · 6 years ago
  41. 8ce7991 Add release proc apis to SkSurface::MakeFromBackend* calls. by Greg Daniel · 6 years ago
  42. bb60677 Move caps and FP factory cache to GrContext_Base by Robert Phillips · 6 years ago
  43. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 6 years ago
  44. c1541ae Move GrContextOptions to GrContext_Base and make GrContextThreadSafeProxy be derived from GrContext_Base by Robert Phillips · 6 years ago
  45. fd0d970 Rename GrContext::uniqueID to contextID and hide it by Robert Phillips · 6 years ago
  46. 4217ea7 Add outline of new GrContext hierarchy by Robert Phillips · 6 years ago
  47. a0bc39d Split GrContextThreadSafeProxy into its own files (take 2) by Robert Phillips · 6 years ago
  48. ea8b4fc Revert "Split GrContextThreadSafeProxy into its own files" by Robert Phillips · 6 years ago
  49. f8397f2 Split GrContextThreadSafeProxy into its own files by Robert Phillips · 6 years ago
  50. 081e6f3 Rename GrGlyphCache -> GrStrikeCache by Herb Derby · 6 years ago
  51. b46add8 Add initial support for creating a vulkan secondary command buffer drawing context. by Greg Daniel · 6 years ago
  52. 4065d45 Reland "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  53. d7157b2 Revert "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  54. 2f9a5ea Reland "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  55. 919c9e7 Revert "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  56. 51b1c12 Have a GrBackendFormat be stored on gpu proxies. by Greg Daniel · 6 years ago
  57. bdf12ad Move GrBackend enum to enum class. by Greg Daniel · 6 years ago
  58. 3c4d533 Simplify plots to always be 512x512 and simplify GrDrawOpAtlasConfig by Herb Derby · 6 years ago
  59. aa5f38f Revert "Simplify plots to always be 512x512 and simplify GrDrawOpAtlasConfig" by Cary Clark · 6 years ago
  60. a2bc1ca Simplify plots to always be 512x512 and simplify GrDrawOpAtlasConfig by Herb Derby · 6 years ago
  61. 10c3776 Remove GrTextureStripAtlas, textured gradients use independent textures by Michael Ludwig · 6 years ago
  62. 0054311 Re-re-land "added GrSkSLFP and converted DitherEffect to use it" by Ethan Nicholas · 6 years ago
  63. 6c48e4d Reland "Revert "added GrSkSLFP and converted DitherEffect to use it"" by Ethan Nicholas · 6 years ago
  64. 97ae0c8 Revert "Revert "added GrSkSLFP and converted DitherEffect to use it"" by Ethan Nicholas · 6 years ago
  65. c421ca1 gpu: Expose GrContextPriv::abandoned in the public API. by Khushal · 6 years ago
  66. c994a93 Move op memory storage to GrContext (take 2) by Robert Phillips · 6 years ago
  67. f203078 Revert "added GrSkSLFP and converted DitherEffect to use it" by Kevin Lubick · 6 years ago
  68. dfbfc73 added GrSkSLFP and converted DitherEffect to use it by Ethan Nicholas · 6 years ago
  69. 4f6ba2e Revert "Move op memory storage to GrContext" by Robert Phillips · 6 years ago
  70. c8cee44 Move op memory storage to GrContext by Robert Phillips · 6 years ago
  71. d494f6e Replace GrContextPriv::read/writeSurfacePixels with GrContextPriv::read/WritePixels2 by Brian Salomon · 6 years ago
  72. c7fe0f7 Make GrCaps and GrShaderCaps private. by Brian Salomon · 6 years ago
  73. 19eaf2d Revert "Revert "New read pixels implementation that is simpler but does all conversions on CPU."" by Brian Salomon · 6 years ago
  74. be5947c Revert "New read pixels implementation that is simpler but does all conversions on CPU." by Brian Salomon · 6 years ago
  75. c9a642e New read pixels implementation that is simpler but does all conversions on CPU. by Brian Salomon · 6 years ago
  76. b5502b2 Small cleanups suggested by ClangTidy by Kevin Lubick · 6 years ago
  77. 41a3b87 Make GrTextureStripAtlas DDL friendly by Robert Phillips · 6 years ago
  78. 5a66efb Remove GrRestrictedAtlasManager by Robert Phillips · 7 years ago
  79. 0c4b7b1 Move internal calls from GrContext to GrContextPriv by Robert Phillips · 7 years ago
  80. 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 7 years ago
  81. fde6fa0 Fix creation of extra GrContextThreadSafeProxies in DDL world by Robert Phillips · 7 years ago
  82. 1056eb8 Move atlas manager creation to GrContext derived classes (take 2) by Robert Phillips · 7 years ago
  83. c4039ea Fission GrAtlasGlyphCache in two (take 2) by Robert Phillips · 7 years ago
  84. 5c56af1 Revert "Fission GrAtlasGlyphCache in two" by Robert Phillips · 7 years ago
  85. 0551818 Revert "Move atlas manager creation to GrContext derived classes" by Robert Phillips · 7 years ago
  86. e5b7cee Move atlas manager creation to GrContext derived classes by Robert Phillips · 7 years ago
  87. acf1790 Fission GrAtlasGlyphCache in two by Robert Phillips · 7 years ago
  88. 5f33a8c Start on new GPU pixel ops implementation. by Brian Salomon · 7 years ago
  89. c320b15 Introduce GrColorType by Brian Salomon · 7 years ago
  90. 8a83ca4 Add "sharpen" option to SkSL, to LOD bias all textures by Brian Osman · 7 years ago
  91. 366093f Make it so that GrSurfaceContext with a sRGB GrPixelConfig must have a by Brian Salomon · 7 years ago
  92. 6200036 Implement GPU/OpList DDLs by Robert Phillips · 7 years ago
  93. d5f9cdd Add SkSurface_Gpu::MakeWrappedRenderTarget method by Robert Phillips · 7 years ago
  94. f35fd8d Move more internal methods from GrContext to GrContextPriv (take 3) by Robert Phillips · 7 years ago
  95. 2914555 Revert "Move more internal methods from GrContext to GrContextPriv (take 2)" by Leon Scroggins · 7 years ago
  96. c22e50b Move more internal methods from GrContext to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  97. 07320e4 Revert "Move more internal methods from GrContext to GrContextPriv" by Hal Canary · 7 years ago
  98. f440cec Move more internal methods from GrContext to GrContextPriv by Robert Phillips · 7 years ago
  99. 6be756b Move resourceProvider accessor to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  100. be46e24 Revert "Move resourceProvider accessor to GrContextPriv" by Hal Canary · 7 years ago