1. a870b46 Add ability to write out VkPipelineCache to gpu PersistentCache. by Greg Daniel · 6 years ago
  2. 351e80c Reland "ccpr: Rework the path cache to support sporadic flushing" by Chris Dalton · 6 years ago
  3. 2e825a3 Revert "ccpr: Rework the path cache to support sporadic flushing" by Chris Dalton · 6 years ago
  4. d6fa454 ccpr: Rework the path cache to support sporadic flushing by Chris Dalton · 6 years ago
  5. b46add8 Add initial support for creating a vulkan secondary command buffer drawing context. by Greg Daniel · 6 years ago
  6. 614c1a8 Add idle texture callback mechanism. by Brian Salomon · 6 years ago
  7. f391d0f Reduce the number of backend->pixelconfig GrCaps virtuals. by Brian Salomon · 6 years ago
  8. 69e5785 Add RG_88 texture format by Jim Van Verth · 6 years ago
  9. c67c31c Revert "Revert "Mark wrapped textures imported into SkImages as "read only"."" by Brian Salomon · 6 years ago
  10. ff4ccaa Revert "Mark wrapped textures imported into SkImages as "read only"." by Brian Salomon · 6 years ago
  11. 796693a Mark wrapped textures imported into SkImages as "read only". by Brian Salomon · 6 years ago
  12. 0ec1c57 remove sk_atomic_inc by Mike Klein · 6 years ago
  13. 4065d45 Reland "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  14. 8f8995a Add single thread assertions to GrResourceCache functions called by GrGpuResource by Brian Salomon · 6 years ago
  15. d7157b2 Revert "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  16. 2f9a5ea Reland "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  17. 919c9e7 Revert "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  18. 51b1c12 Have a GrBackendFormat be stored on gpu proxies. by Greg Daniel · 6 years ago
  19. 0bfdb4a remove SkUnpremultiplyRow() by Mike Klein · 6 years ago
  20. 6c3879d ccpr: Age out path cache entries by Chris Dalton · 6 years ago
  21. 71652e2 gpu: Dump GrTextBlobCache stats in memory dumps. by Khushal · 6 years ago
  22. 9c11135 Reland "Preserve pixel config in makeColorSpace of GPU backed images" by Brian Osman · 6 years ago
  23. bdf12ad Move GrBackend enum to enum class. by Greg Daniel · 6 years ago
  24. 2091fbb Fix some bugs around opaque color types and computeIsOpaque by Brian Osman · 6 years ago
  25. 9c37cd9 Revert "Fix image info checking for always-opaque color types" by Brian Osman · 6 years ago
  26. 9835dd5 Fix image info checking for always-opaque color types by Brian Osman · 6 years ago
  27. 46acf9d Add context option to reduce opList splitting by Robert Phillips · 6 years ago
  28. f4def34 Move dumpJSON behind the SK_ENABLE_DUMP_GPU flag by Kevin Lubick · 6 years ago
  29. 5ea96bf Remove unused premul/unpremul FP code by Brian Osman · 6 years ago
  30. 4374e96 Disable write pixels fast path on vulkan mali to workaround driver bug. by Greg Daniel · 6 years ago
  31. 10c3776 Remove GrTextureStripAtlas, textured gradients use independent textures by Michael Ludwig · 6 years ago
  32. fd98c2c Make some GrSurfaceProxy and GrTextureProxy methods easier to access by Brian Salomon · 6 years ago
  33. 0054311 Re-re-land "added GrSkSLFP and converted DitherEffect to use it" by Ethan Nicholas · 6 years ago
  34. 6c48e4d Reland "Revert "added GrSkSLFP and converted DitherEffect to use it"" by Ethan Nicholas · 6 years ago
  35. 97ae0c8 Revert "Revert "added GrSkSLFP and converted DitherEffect to use it"" by Ethan Nicholas · 6 years ago
  36. 6196fc1 In GrContext::readSurfacePixels fail gracefully if temp pixmap allocation fails. by Brian Salomon · 6 years ago
  37. 238069b Reland "Make GPU cache invalidation SkMessageBus messages go to one GrContext." by Brian Salomon · 6 years ago
  38. 143cf8e Revert "Make GPU cache invalidation SkMessageBus messages go to one GrContext." by Brian Salomon · 6 years ago
  39. f4c5bb9 Make GPU cache invalidation SkMessageBus messages go to one GrContext. by Brian Salomon · 6 years ago
  40. 5ffcb4d Disable NVPR path renderer in DDL mode by Robert Phillips · 6 years ago
  41. 34ec374 Replace isGammaCorrect with isLinearlyBlended by Brian Osman · 6 years ago
  42. c421ca1 gpu: Expose GrContextPriv::abandoned in the public API. by Khushal · 6 years ago
  43. ef12509 ccpr: Add a context option to disable ccpr by Chris Dalton · 6 years ago
  44. c994a93 Move op memory storage to GrContext (take 2) by Robert Phillips · 6 years ago
  45. f203078 Revert "added GrSkSLFP and converted DitherEffect to use it" by Kevin Lubick · 6 years ago
  46. dfbfc73 added GrSkSLFP and converted DitherEffect to use it by Ethan Nicholas · 6 years ago
  47. 5540528 Revert "Reland "added 565 to 8888 conversion for gpu LCD text rendering for macOS"" by Ben Wagner · 6 years ago
  48. 4f6ba2e Revert "Move op memory storage to GrContext" by Robert Phillips · 6 years ago
  49. 0513dd8 Reland "added 565 to 8888 conversion for gpu LCD text rendering for macOS" by Timothy Liang · 6 years ago
  50. c8cee44 Move op memory storage to GrContext by Robert Phillips · 6 years ago
  51. 9363ac4 Remove most of the remaining conflation of colorSpace and sRGB in Ganesh by Brian Osman · 6 years ago
  52. d494f6e Replace GrContextPriv::read/writeSurfacePixels with GrContextPriv::read/WritePixels2 by Brian Salomon · 6 years ago
  53. 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 6 years ago
  54. 22f673d Move SkColorTable to src/codec by Leon Scroggins III · 6 years ago
  55. 774168e Allow CCPR in DDL mode (take 2) by Robert Phillips · 6 years ago
  56. cf9086c Revert "Allow CCPR in DDL mode" by Robert Phillips · 6 years ago
  57. 93540dd Allow CCPR in DDL mode by Robert Phillips · 6 years ago
  58. 26cbe51 Rename GrAtlasTextContext -> GrTextContext by Herb Derby · 6 years ago
  59. b12175f Remove memory pool use from SkTextBlobCache by Herb Derby · 6 years ago
  60. 3e7548c Reland fonts: Add support for distance field text to font remoting. by Khushal · 6 years ago
  61. 7257e22 Revert "fonts: Add support for distance field text to font remoting." by Mike Klein · 6 years ago
  62. 35e0a1a fonts: Add support for distance field text to font remoting. by Khushal · 6 years ago
  63. 3d945e8 Clear temp buffer in GrContextPriv::readSurfacePixels2 by Brian Salomon · 6 years ago
  64. 103d6f6 Define ~GrContextThreadSafeProxy in GrContext.cpp by Brian Salomon · 6 years ago
  65. c7fe0f7 Make GrCaps and GrShaderCaps private. by Brian Salomon · 6 years ago
  66. 817847c Update canvas2D read/write pixels fast path to handle BGRA input/output by Brian Salomon · 6 years ago
  67. a070ed7 Add InternalSurfaceFlag so we know if RenderTargetProxys and RenderTargets use GL FBO 0. by Greg Daniel · 6 years ago
  68. 4231401 Fixes in ReadPixels2 and yuv_texture gm to fix Vulkan validation issues. by Greg Daniel · 6 years ago
  69. 93b4ddd Update our config fallback switch in GrContext. by Greg Daniel · 6 years ago
  70. f3c4e0c Add canvas2D fast paths to new read/write pixels code paths. by Brian Salomon · 6 years ago
  71. f932a63 Add maxTextureSize()/maxRenderTargetSize() to GrContext by Brian Salomon · 6 years ago
  72. be77a02 Hide GrPixelConfig in SkSurfaceCharacterization by Robert Phillips · 6 years ago
  73. 64ecdce Turn on rendertarget sorting by Robert Phillips · 6 years ago
  74. 6b6fcc7 Add SkSurface factory that takes an SkSurfaceCharacterization by Robert Phillips · 6 years ago
  75. 6eba063 Add new GrResourceCache::purgeUnlockedResources variant by Robert Phillips · 6 years ago
  76. 5fba7ad Support GL_RGB textures and render targets. by Brian Salomon · 6 years ago
  77. 19eaf2d Revert "Revert "New read pixels implementation that is simpler but does all conversions on CPU."" by Brian Salomon · 6 years ago
  78. be5947c Revert "New read pixels implementation that is simpler but does all conversions on CPU." by Brian Salomon · 6 years ago
  79. c9a642e New read pixels implementation that is simpler but does all conversions on CPU. by Brian Salomon · 6 years ago
  80. 55fa647 Correctly discard or load RT when doing copies as draws in Vulkan by Greg Daniel · 6 years ago
  81. f733a72 Disable CCPR path rendering in DDL mode by Robert Phillips · 6 years ago
  82. 41a3b87 Make GrTextureStripAtlas DDL friendly by Robert Phillips · 6 years ago
  83. a3457b8 Split GrDDL- & GrDirect- Contexts into their own files by Robert Phillips · 6 years ago
  84. 5a66efb Remove GrRestrictedAtlasManager by Robert Phillips · 6 years ago
  85. 7578f3e Rename wrap backend tex/rt methods on GrProxyProvider by Brian Salomon · 6 years ago
  86. af4adef Have GrGlyphCache and GrAtlasManager compute the atlas limits independently by Robert Phillips · 6 years ago
  87. 0c4b7b1 Move internal calls from GrContext to GrContextPriv by Robert Phillips · 6 years ago
  88. 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 6 years ago
  89. 10fc6fd Revert "Revert "Add 1010102 support to Ganesh"" by Brian Osman · 6 years ago
  90. fde6fa0 Fix creation of extra GrContextThreadSafeProxies in DDL world by Robert Phillips · 6 years ago
  91. ded47a5 Revert "Add 1010102 support to Ganesh" by Brian Osman · 6 years ago
  92. 1056eb8 Move atlas manager creation to GrContext derived classes (take 2) by Robert Phillips · 6 years ago
  93. c4039ea Fission GrAtlasGlyphCache in two (take 2) by Robert Phillips · 6 years ago
  94. 44b6120 Add 1010102 support to Ganesh by Brian Osman · 6 years ago
  95. 4bc7011 Separate creation time & flush time behavior in GrDrawOpAtlas (take 3) by Robert Phillips · 6 years ago
  96. ba7a165 Revert "Revert "Revert "Separate creation time & flush time behavior in GrDrawOpAtlas (take 2)""" by Robert Phillips · 6 years ago
  97. 5c56af1 Revert "Fission GrAtlasGlyphCache in two" by Robert Phillips · 6 years ago
  98. 0551818 Revert "Move atlas manager creation to GrContext derived classes" by Robert Phillips · 6 years ago
  99. 3d86a19 Refactor GrCaps::renderTargetWritePixelsSupported to support for some GL workarounds by Brian Salomon · 6 years ago
  100. e5b7cee Move atlas manager creation to GrContext derived classes by Robert Phillips · 6 years ago