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