1. 108bb23 Reland "Remove setting/use of GrPixelConfig in GrBackendTex/RT ctors." by Greg Daniel · 6 years ago
  2. 34aa059 Revert "Remove setting/use of GrPixelConfig in GrBackendTex/RT ctors." by Ethan Nicholas · 6 years ago
  3. ff2181e Remove setting/use of GrPixelConfig in GrBackendTex/RT ctors. by Greg Daniel · 6 years ago
  4. 24289e0 GrTessellator: handle three consecutive collinear edges. by Stephen White · 6 years ago
  5. 9aa30c6 Remove sRGB config checks based on color space by Brian Osman · 6 years ago
  6. d818ebf Revert "Some scissor state cleanup." by Brian Salomon · 6 years ago
  7. a219419 Some scissor state cleanup. by Brian Salomon · 6 years ago
  8. a898f04 Revert "GrTessellator: handle three consecutive collinear edges." by Mike Klein · 6 years ago
  9. 26bb0e6 GrTessellator: handle three consecutive collinear edges. by Stephen White · 6 years ago
  10. 8664a1d Add ear-clipping code to triangulate simple polygons. by Jim Van Verth · 6 years ago
  11. 036fdfe implemented getting format from texture as virtual in gpu caps by Timothy Liang · 6 years ago
  12. 3de40f8 GrTessellator: handle collinear final vertex. by Stephen White · 6 years ago
  13. 3858045 Revert "Remove drawTextBlob from device use drawGlyphRunList" by Robert Phillips · 6 years ago
  14. e2e52e4 Remove drawTextBlob from device use drawGlyphRunList by Herb Derby · 6 years ago
  15. 3645bb0 Fix some shadow issues. by Jim Van Verth · 6 years ago
  16. 3785471 basic first pass at RGBA F32 support by Mike Klein · 6 years ago
  17. a57488a Expose public factories for platform decoders by Leon Scroggins III · 6 years ago
  18. 4934890 Refactor GrPipeline dynamic state. by Brian Salomon · 6 years ago
  19. 665949a Update libjpeg-turbo to pre-2.0.0 (from 1.5.3) by Leon Scroggins III · 6 years ago
  20. 536ad2c Implement onMakeClone function on all subclasses of SkTypeface except on mac. by Bruce Wang · 6 years ago
  21. ff168d9 Put GrPrimitiveProcessor/GrGeometryProcessor before GrPipeline in param lists. by Brian Salomon · 6 years ago
  22. ed55419 Use indices into the vectors shared by runs by Herb Derby · 6 years ago
  23. a2b5b64 ccpr: Enable ccpr by default by Chris Dalton · 6 years ago
  24. 73be50d flush to zero tiny radii by Mike Reed · 6 years ago
  25. 37a06c0 Reland "Implement onMakeClone(const SkFontArguments& args) in class SkTypeface_fontconfig." by Ben Wagner · 6 years ago
  26. cce82d2 Revert "Implement onMakeClone(const SkFontArguments& args) in class SkTypeface_fontconfig." by Kevin Lubick · 6 years ago
  27. a8429cf ccpr: Cache paths with >=50% visibility by Chris Dalton · 6 years ago
  28. 96b1ecc Implement onMakeClone(const SkFontArguments& args) in class SkTypeface_fontconfig. by Bruce Wang · 6 years ago
  29. 13f3d8d GrTessellator: avoid split with zero primary and out-of-range secondary. by Stephen White · 6 years ago
  30. b9177cf Add SkGlyphRunList - v2 by Herb Derby · 6 years ago
  31. 9457546 Alternative fix for stale MIP maps on texture export/import. by Brian Salomon · 6 years ago
  32. 149b541 Revert "Add SkGlyphRunList" by Herb Derby · 6 years ago
  33. 5c0c798 Use local strike caches to avoid flaky test behavior by Herb Derby · 6 years ago
  34. c113e9e Make SkStrikeCache::Validate call non global version by Herb Derby · 6 years ago
  35. f2e4a03 Add SkGlyphRunList by Herb Derby · 6 years ago
  36. 9ffe3dc add test for wacky conic edges (disabled for now) by Mike Reed · 6 years ago
  37. 37b6109 Implement onMakeClone(const SkFontArguments& args) in class SkTypeface_AndroidSystem. by Bruce Wang · 6 years ago
  38. 960d421 Revert "Make SkRemoteGlyphCache tests use private glyph cache" by Herb Derby · 6 years ago
  39. 930f939 Ensure that textures exported via SkImage::MakeBackendTextureFromSkImage by Brian Salomon · 6 years ago
  40. 3e36ce6 Make SkRemoteGlyphCache tests use private glyph cache by Herb Derby · 6 years ago
  41. 92be2f7 Revert "Revert "Change how vertex/instance attributes are handled in geometry processors."" by Brian Salomon · 6 years ago
  42. c994a93 Move op memory storage to GrContext (take 2) by Robert Phillips · 6 years ago
  43. 80452be Fold SkJSON into Skia/utils by Florin Malita · 6 years ago
  44. f203078 Revert "added GrSkSLFP and converted DitherEffect to use it" by Kevin Lubick · 6 years ago
  45. f08d1d0 Stop using SkTSwap. by Ben Wagner · 6 years ago
  46. 5045e50 Revert "Change how vertex/instance attributes are handled in geometry processors." by Mike Klein · 6 years ago
  47. dfbfc73 added GrSkSLFP and converted DitherEffect to use it by Ethan Nicholas · 6 years ago
  48. e72e773 remove SkTCast by Mike Klein · 6 years ago
  49. 19c1233 Change how vertex/instance attributes are handled in geometry processors. by Brian Salomon · 6 years ago
  50. 4da7019 ccpr: Implement path mask caching by Chris Dalton · 6 years ago
  51. e475d01 remove stray SkTLList includes by Mike Klein · 6 years ago
  52. 4c458b1 ccpr: Use lazy proxies with GrCCAtlas by Chris Dalton · 6 years ago
  53. 1bb47df fast path for pathops by Cary Clark · 6 years ago
  54. b089765 Reland "Remove SK_MaxSizeT, SK_M{in|ax}U{16|32}, #defines." by Ben Wagner · 6 years ago
  55. 4f6ba2e Revert "Move op memory storage to GrContext" by Robert Phillips · 6 years ago
  56. c8cee44 Move op memory storage to GrContext by Robert Phillips · 6 years ago
  57. ab17347 Revert "Remove SK_MaxSizeT, SK_M{in|ax}U{16|32}, #defines." by Hal Canary · 6 years ago
  58. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
  59. e1bc7de Remove SK_MaxSizeT, SK_M{in|ax}U{16|32}, #defines. by Hal Canary · 6 years ago
  60. b6b5b7a Reland "simplify SkTFitsIn, try 2" by Mike Klein · 6 years ago
  61. f018b7d SkColorSpaceXformSteps improvements and tests by Brian Osman · 6 years ago
  62. e4b900b Revert "simplify SkTFitsIn, try 2" by Mike Klein · 6 years ago
  63. da86e28 Remove unused code that was used for late mip allocations. by Greg Daniel · 6 years ago
  64. e141548 Fix ImageTest to check if gpu mip maps are supported. by Greg Daniel · 6 years ago
  65. 4010c79 fonts: Ignore re-initialization of fallback glyphs from the server. by Khushal · 6 years ago
  66. 5f4b09d Allow caller to specify if the want mip maps in makeTextureImage call. by Greg Daniel · 6 years ago
  67. 009f51e simplify SkTFitsIn, try 2 by Mike Klein · 6 years ago
  68. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago
  69. 75e6490 Implement DWriteFontTypeface::onGetVariationDesignPosition on win10. by Bruce Wang · 6 years ago
  70. 2652223 Revert "simplify SkTFitsIn" by Mike Klein · 6 years ago
  71. 8523b6b fonts: Fix memory allocation for fallback glyphs. by Khushal · 6 years ago
  72. 50dbc09 SkTypes: more into SkMacros by Hal Canary · 6 years ago
  73. b82c3d6 simplify SkTFitsIn by Mike Klein · 6 years ago
  74. 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago
  75. 7c525e6 Plumb GrContext everywhere by Robert Phillips · 6 years ago
  76. efd99cc clean up SkPicture include by Cary Clark · 6 years ago
  77. 79aea6a trim #include <new> from SkPostConfig.h by Mike Klein · 6 years ago
  78. 692e29e remove unused parts of SkTypes.h by Mike Klein · 6 years ago
  79. 09c9400 Reland "Reland "Require mips to be allocated at texture creation time and disable late allocations."" by Greg Daniel · 6 years ago
  80. 802cb31 Stop passing GrPrimitiveProcessor to GrMesh::sendToGpu. by Brian Salomon · 6 years ago
  81. 65b7bfc Glyph search of desperation by Herb Derby · 6 years ago
  82. 01422bc Revert "Reland "Require mips to be allocated at texture creation time and disable late allocations."" by Greg Daniel · 6 years ago
  83. 27dddae rebase by Cary Clark · 6 years ago
  84. afa1158 Make the SkPathRef GenIDChangeListener ref counted by Chris Dalton · 6 years ago
  85. 59d997a New more efficient run builder by Herb Derby · 6 years ago
  86. 89c5e88 Implement Sk2f::floor by Chris Dalton · 6 years ago
  87. 89042d5 GrTessellator: catch missing intersections. by Stephen White · 6 years ago
  88. 9eb36b9 Reland "Require mips to be allocated at texture creation time and disable late allocations." by Greg Daniel · 6 years ago
  89. 88a32ef Add a factory to any GrOp-derived class that lacked one by Robert Phillips · 6 years ago
  90. 0c78238 Revert "Require mips to be allocated at texture creation time and disable late allocations." by Greg Daniel · 6 years ago
  91. cd2c3f9 Require mips to be allocated at texture creation time and disable late allocations. by Greg Daniel · 6 years ago
  92. fa8ff09 fonts: Hook up FallbackTextHelper to font remoting. by Khushal · 6 years ago
  93. 9519d4f Remove unused GrObjectMemoryPool by Robert Phillips · 6 years ago
  94. d07dc36 clean up some unused parts of SkArenaAlloc by Mike Klein · 6 years ago
  95. 6f02af9 remove linear-blended sRGB dst support in software by Mike Klein · 6 years ago
  96. 3a4a321 fix ops for very close rects by Cary Clark · 6 years ago
  97. 4ffa027 Smarter use of glyph cache by Herb Derby · 6 years ago
  98. 41f4f31 Reland "Have draw(Text|PosText|PosTextH) use a single entry on the device" by Herb Derby · 6 years ago
  99. f454bd3 rm TestConfigParsing by Mike Klein · 6 years ago
  100. e62999f GrTessellator: yet another out-of-range splitting fix. by Stephen White · 6 years ago