1. 6d7c94c remove pointer tagging hack in SkRecord by Mike Klein · 5 years ago
  2. 5540432 Reland "Add small offset to t in GrLinearGradientLayout." by Tyler Denniston · 4 years, 3 months ago
  3. 885be03 Fix compatible format check for vkCmdCopyImage. by Greg Daniel · 5 years ago
  4. b45f47d Add isTextureable parameter to GrContextThreadSafeProxy::createCharacterization (take 2) by Robert Phillips · 5 years ago
  5. 9c7a006 Remove NoPendingIO flags from buffer creations. by Brian Salomon · 5 years ago
  6. 0d84e80 move experimental header out of public includes by Mike Reed · 5 years ago
  7. 5b1813a Revert "Add isTextureable parameter to GrContextThreadSafeProxy::createCharacterization" by Robert Phillips · 5 years ago
  8. 8f5aeeb Revert "Narrow clear-as-draw workaround on D3D11 ANGLE" by Michael Ludwig · 5 years ago
  9. 87685ba Add isTextureable parameter to GrContextThreadSafeProxy::createCharacterization by Robert Phillips · 5 years ago
  10. a69c501 Remove SkColorSpaceTransferFn by Brian Osman · 5 years ago
  11. 26ccfcc Remove SkICC::WriteToICC by Brian Osman · 5 years ago
  12. 924a10e Make GrMesh hold regular ref on GrBuffers. by Brian Salomon · 5 years ago
  13. ec7278e remove unneeded friends/includes in SkPaint.h by Mike Reed · 5 years ago
  14. fd0d970 Rename GrContext::uniqueID to contextID and hide it by Robert Phillips · 5 years ago
  15. fdb876d remove breakText, and all utf cache accessors by Mike Reed · 5 years ago
  16. d0fe875 Remove destination GrRenderTargetProxy from GrPipeline by Robert Phillips · 5 years ago
  17. 3dc9389 Narrow clear-as-draw workaround on D3D11 ANGLE by Michael Ludwig · 5 years ago
  18. 569dda7 hide SkFont::containsText by Mike Reed · 5 years ago
  19. 88c6eb5 remove (dead) legacy measuretext by Mike Reed · 5 years ago
  20. 1c20523 fix tiler to handle large float rects by Mike Reed · 5 years ago
  21. 5b257ab change measureText impl to first convert to glyphs by Mike Reed · 5 years ago
  22. f55e8d5 Add option to skip intermediate release/fulfill calls for promise images. by Brian Salomon · 5 years ago
  23. 95d0c8d Fix bug in sampling rotated decodes by Leon Scroggins III · 5 years ago
  24. 541cbd4 remove shadeSpan4f() by Mike Klein · 5 years ago
  25. ac262a0 remove Sk4x4f.h -- dead code by Mike Klein · 5 years ago
  26. 4217ea7 Add outline of new GrContext hierarchy by Robert Phillips · 5 years ago
  27. 85b856f remove burst mode in SkRPBlitter by Mike Klein · 5 years ago
  28. 59ef8c3 Remove legacy texture-backed promise image interface. by Brian Salomon · 5 years ago
  29. 673a048 hide deprecated breaktext by Mike Reed · 5 years ago
  30. d76a0f4 remove unused paintpriv methods by Mike Reed · 5 years ago
  31. 12d2264 Convert GrBuffer owners to sk_sp by Brian Salomon · 5 years ago
  32. 8bbdfda Limit PowerVR Rougue clear texture support disable to x86 by Brian Salomon · 5 years ago
  33. a0bc39d Split GrContextThreadSafeProxy into its own files (take 2) by Robert Phillips · 5 years ago
  34. d3bde0b remove legacy SkPaint getTextBlobIntercepts by Mike Reed · 5 years ago
  35. a66be38 Limit Analytic Clip FP workaround to powervr rogue on x86 by Brian Salomon · 5 years ago
  36. ea8b4fc Revert "Split GrContextThreadSafeProxy into its own files" by Robert Phillips · 5 years ago
  37. f8397f2 Split GrContextThreadSafeProxy into its own files by Robert Phillips · 5 years ago
  38. d8a90f9 Converting more debug code to SkJSONWriter by Brian Osman · 5 years ago
  39. 41f0e28 Add MaxAPIVersion to GrVkBackendContext. by Greg Daniel · 5 years ago
  40. 5f528e5 Revert "Reland "Revert "remove legacy code for text attributes on paint""" by Mike Reed · 5 years ago
  41. eceb19f Remove GrBuffer::mapPtr() by Brian Salomon · 5 years ago
  42. ede88ab Remove some unused GrGLGpu member fields and functions. by Brian Salomon · 5 years ago
  43. 805cc7a Avoid setting the GL color mask and clear color redundantly before glClear. by Brian Salomon · 5 years ago
  44. 3c03c85 Reland "Revert "remove legacy code for text attributes on paint"" by Mike Reed · 5 years ago
  45. 22e8624 Let SkWuffsCodec allow workbuf_len == 0 by Nigel Tao · 5 years ago
  46. 31a60db Remove GrGLGpu member vars related to already removed clear-as-draw program. by Brian Salomon · 5 years ago
  47. 8bc352c Revert "Revert "Avoid checking extension string in GrGLGpu::onResetContext."" by Brian Salomon · 5 years ago
  48. fd0bba8 Revert "Revert "remove legacy code for text attributes on paint"" by Mike Reed · 5 years ago
  49. 04c1ccc Revert "Avoid checking extension string in GrGLGpu::onResetContext." by Kevin Lubick · 5 years ago
  50. fb0e2aa Revert "remove legacy code for text attributes on paint" by Mike Reed · 5 years ago
  51. 80f4adf remove legacy code for text attributes on paint by Mike Reed · 5 years ago
  52. f6a2348 remove tricky asint by Mike Reed · 5 years ago
  53. a5bc812 Avoid checking extension string in GrGLGpu::onResetContext. by Brian Salomon · 5 years ago
  54. 842d31b fixed Metal matrix constructors by Ethan Nicholas · 5 years ago
  55. 0d60676 Actually reuse GrTexture if SkPromiseImageTexture used with multiple images. by Brian Salomon · 5 years ago
  56. 35ba614 Remove GrGpuResource::abandon from the public API. by Brian Salomon · 5 years ago
  57. 9bc76d9 Change the meaning of GrBudgetedType::kUnbudgetedUncacheable. by Brian Salomon · 5 years ago
  58. aa6ca0a Require explicit GrWrapCacheable specification in more places. by Brian Salomon · 5 years ago
  59. c0b2ba2 Invalidate Vulkan CB state after vending it out via drawable by Eric Karl · 5 years ago
  60. fa2ebea Replace bool purgeImmediately with enum GrWrapCacheable. by Brian Salomon · 5 years ago
  61. 5deadca Remove nearly all use of SkColorSpaceTransferFn by Brian Osman · 5 years ago
  62. 08c0629 Revert "Implement XP factory dumping" by Derek Sollenberger · 5 years ago
  63. 8d8224f Implement XP factory dumping by Chris Dalton · 5 years ago
  64. 94633de Increase tolerance in rectilinear quad detection by Michael Ludwig · 5 years ago
  65. 087fad7 Add getTypefaceOrDefault and refTypefaceOrDefault by Herb Derby · 5 years ago
  66. 945ee65 Enforce non-overlap constraint from GrRenderTargetOpList by Chris Dalton · 5 years ago
  67. 7545190 Add new experimental API for rectangles with per-edge AA control by Michael Ludwig · 5 years ago
  68. 302d5be Rename GrCaps::canUseAdvancedBlendEquation by Chris Dalton · 5 years ago
  69. 4f81bb7 remove all support for drawText by Mike Reed · 5 years ago
  70. ee21e6b Move Op chain bounds calculations into tryConcat by Chris Dalton · 5 years ago
  71. 77f94ea Move more utils into SkFontPriv, IWYU by Mike Reed · 5 years ago
  72. 6ac8d36 Revert "Reland "fixed VK geometry shaders"" by Ethan Nicholas · 5 years ago
  73. 347d365 Reland "fixed VK geometry shaders" by Ethan Nicholas · 5 years ago
  74. 0251880 Remove SkGammaNamed / gammaNamed() from SkColorSpace by Brian Osman · 5 years ago
  75. a3c45c7 Add non-srcover fallback for drawImageSet by Michael Ludwig · 5 years ago
  76. 483909c Revert "fixed VK geometry shaders" by Ethan Nicholas · 5 years ago
  77. eef1ed0 fixed VK geometry shaders by Ethan Nicholas · 5 years ago
  78. 6af1edc Update Wuffs version by Nigel Tao · 5 years ago
  79. 7423195 ccpr: Add explicit fmas to vertex placement code by Chris Dalton · 5 years ago
  80. 02738a8 Revert "hide hinting and flag enums with PAINT_FLAGS" by Hal Canary · 5 years ago
  81. 9c6ee01 SkColorSpace API cleanup by Brian Osman · 5 years ago
  82. 5d052da hide hinting and flag enums with PAINT_FLAGS by Mike Reed · 5 years ago
  83. 463c073 oops, forgot to set hinting on font by Mike Reed · 5 years ago
  84. 6f6ae6a Convert GrRenderTargetOpList::tryConcat to an OOP-style method by Chris Dalton · 5 years ago
  85. ee06b33 Reland "Add compressed data support for SkImage." by Jim Van Verth · 5 years ago
  86. 14235d1 Revert "Add compressed data support for SkImage." by Hal Canary · 5 years ago
  87. 57263c2 Add compressed data support for SkImage. by Jim Van Verth · 5 years ago
  88. 3026d4b SkDocument: use `auto` for MakeDocument(). by Hal Canary · 5 years ago
  89. f738d42 hide SkPaint::getFlags/setFlags, use bool acessors instead by Mike Reed · 5 years ago
  90. d7861d3 Remove findOrCreateGlyphCache by Herb Derby · 5 years ago
  91. 1bf0ed8 Make GrTexture caching for SkPromiseImageTexture work when same texture by Brian Salomon · 5 years ago
  92. 4b62aed Return GrProcessorSet::Analysis from GrDrawOp::finalize by Chris Dalton · 5 years ago
  93. 61a1651 Implement optimization to convert filled rects to scissored clears by Michael Ludwig · 5 years ago
  94. 081e6f3 Rename GrGlyphCache -> GrStrikeCache by Herb Derby · 5 years ago
  95. 5fd955e Rename SkGlyphCache -> SkStrike by Herb Derby · 5 years ago
  96. c39d0c8 Implement generic draw-as-clear fallback for color and stencil by Michael Ludwig · 5 years ago
  97. 47b7cd9 remove paint::glyphsToUnichars by Mike Reed · 5 years ago
  98. 9cfbf95 Switch to bulk api for GPU mask (BMP) drawing. by Herb Derby · 5 years ago
  99. 1676cb9 Restore ETC1 compressed texture support. by Jim Van Verth · 5 years ago
  100. 553610d Change how PromiseLazyInstantiationCallback calls Done proc. by Brian Salomon · 5 years ago