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