1. 6f4a9b2 restore bool version of clip-bounds by Mike Reed · 7 years ago
  2. eb5061b Reenable index8 dsts by Matt Sarett · 7 years ago
  3. bc7a4fb Make GrYUVEffect take GrTextureProxies by Robert Phillips · 7 years ago
  4. f887f8a Fix comparison that overflows for addresses near uint max. - Fix Assert by Herb Derby · 7 years ago
  5. a19f024 make SkPath::conservativelyContainsRect consume degenerate segments by Lee Salzman · 8 years ago
  6. 42e8c53 rename virtuals for clipbounds, and deprecate older bool/var-arg pattern by Mike Reed · 7 years ago
  7. 5f13fba Stop tracking whether GrFragmentProcessors read their input by Brian Salomon · 7 years ago
  8. 319ba3d Move shader register setup to SkRasterPipelineBlitter. by Mike Klein · 7 years ago
  9. 889176b Revert "Fix comparison that overflows for addresses near uint max." by Ethan Nicholas · 7 years ago
  10. a9e8ef0 SkRasterPipeline: implement support for SkTableColorFilter by Mike Klein · 7 years ago
  11. db8b837 Fix comparison that overflows for addresses near uint max. by Herb Derby · 7 years ago
  12. 2a0daee Update SkTDict to use SkArenaAlloc. by Herb Derby · 7 years ago
  13. 77a86f8 Track clear counts in vulkan render passes by Greg Daniel · 7 years ago
  14. 62bb280 Make SkWEBPImageEncoder use transform_scanline_procs by Matt Sarett · 7 years ago
  15. 03dd6d5 Reland "Refactor trimming logic for read/writePixels()" by Matt Sarett · 7 years ago
  16. a6725fc Support fCapHeight in SkScalerContext_DW by Koji Ishii · 7 years ago
  17. 918e144 change clip-bounds getters to always return the rect by Mike Reed · 7 years ago
  18. 9adfef8 Remove public APIs that use SkDataTable. by Herb Derby · 7 years ago
  19. 26ecfe0 Revert "Refactor trimming logic for read/writePixels()" by Matt Sarett · 7 years ago
  20. bfe8dca Allow conversion from non-opaque to opaque by Matt Sarett · 7 years ago
  21. 59d5a0e Revert "offset angle check edge in common" by Cary Clark · 7 years ago
  22. b07a01e Get rid of level of indirection, noticed by VC++ 2017 bug by Bruce Dawson · 7 years ago
  23. 977f64c Refactor trimming logic for read/writePixels() by Matt Sarett · 7 years ago
  24. 6987b00 Fix performance issue and compute intersections more often. by Yuqian Li · 7 years ago
  25. 85f58b5 Look for GenerateMipMapEXT by Brian Salomon · 7 years ago
  26. 8f297c9 SkSplicer: favor 1.0f as a constant. by Mike Klein · 7 years ago
  27. 4a84f0a SkSplicer: move armv7 ABI settings into build_stages.py. by Mike Klein · 7 years ago
  28. f167dfb mild tweaks to build_stages.py to run on my desktop by Mike Klein · 7 years ago
  29. efaad3c Remove SkColorCubeFilter. It is unused. by Mike Klein · 7 years ago
  30. 17b5e5c minor cleanups in newly privatized device headers by Mike Reed · 7 years ago
  31. 8ccbbb4 Remove SkImage::MakeTextureFromPixmap by Brian Osman · 7 years ago
  32. 5b2f579 Replace raster pipeline nextafter() calls with SkNu nudging by Florin Malita · 7 years ago
  33. 5be6c95 Revert "Revert "Make it possible to query GrXPFactory for dst texture without GrPipelineAnalysis."" by Brian Salomon · 7 years ago
  34. aaedae7 Force Index8 to N32 in deferred texture path. by Brian Osman · 7 years ago
  35. 3329cce Revert "Make it possible to query GrXPFactory for dst texture without GrPipelineAnalysis." by Brian Salomon · 7 years ago
  36. 67c18d6 Continue making Ganesh use absolute texture coordinates - take 2 by Robert Phillips · 7 years ago
  37. 41398f4 Remove unused struct. by Herb Derby · 7 years ago
  38. 7c5a806 Move from SkChunkAlloc to SkArenaAlloc for SkGlyphCache. by Herb Derby · 7 years ago
  39. abddea0 Just clamp to limit-epsilon. by Mike Klein · 7 years ago
  40. d2eb581 offset angle check edge in common by Cary Clark · 7 years ago
  41. f833215 Make it possible to query GrXPFactory for dst texture without GrPipelineAnalysis. by Brian Salomon · 7 years ago
  42. 80a08dd Fix Vulkan crashes on nexus player by Greg Daniel · 7 years ago
  43. f61bc4d Streamline x86 u8 -> fixed15 math. by Mike Klein · 7 years ago
  44. ba294d9 SkSplicer stage parity by Mike Klein · 7 years ago
  45. c949ce9 Replace some GrSurface:read/writePixels with the GrSurfaceContext equivalent by Robert Phillips · 7 years ago
  46. 4c76c41 fix fuzz asserts triggered by old fuzzes by Cary Clark · 7 years ago
  47. c86e470 SkRasterPipeline impl for 2-stop linear gradients by Florin Malita · 7 years ago
  48. c485907 Revert "explictly fail to draw unpremul, as this is buggy, incomplete, tricky, and unused" by Joe Gregorio · 7 years ago
  49. 1e18aec remove unused device apis by Mike Reed · 7 years ago
  50. 34c69d6 Reland "Respect full precision for RGB16 PNGs" (part 3) by Matt Sarett · 7 years ago
  51. 1da27ef Add F16 support to SkPNGImageEncoder by Matt Sarett · 7 years ago
  52. 0d7d8de SkSplicer: always initialize fLowp by Mike Klein · 7 years ago
  53. de4d301 Replaced all calls to fragmentPosition() with sk_FragCoord by Ethan Nicholas · 7 years ago
  54. 5bee0b6 Reland "Respect full precision for RGB16 PNGs" (part 2) by Matt Sarett · 7 years ago
  55. f720098 SkSplicer: lowp hacking by Mike Klein · 7 years ago
  56. 0ee6f95 Make GL_RED workaround only be triggered by osmesa by Brian Salomon · 7 years ago
  57. 1790f8e Revert "Revert "move device headers to core"" by Mike Reed · 7 years ago
  58. 593cb94 Fix reset and deleting behavior. by Herb Derby · 7 years ago
  59. 86a4340 Added constant propagation and better variable liveness tracking to skslc. by Ethan Nicholas · 7 years ago
  60. 4f364fd remove clipstack from lua -- deprecated by Mike Reed · 7 years ago
  61. 1baaaca explictly fail to draw unpremul, as this is buggy, incomplete, tricky, and unused by Mike Reed · 7 years ago
  62. 3726a4a new hacky api to get cliprgn for android by Mike Reed · 7 years ago
  63. f87e2b9 Move srgb enable flags to GrProcessorSet from pipelinebuilder by Brian Salomon · 7 years ago
  64. 009d9d1 No need to fake makeArrayDefault() now that it exists. by Mike Klein · 7 years ago
  65. 6415e0d Revert "Added constant propagation and better variable liveness tracking to" by Ethan Nicholas · 7 years ago
  66. f54b071 Added constant propagation and better variable liveness tracking to skslc. by Ethan Nicholas · 7 years ago
  67. 189098e7 Don't require GrPipelineBuilder to build GrPipeline by Brian Salomon · 7 years ago
  68. b3b2453 Use fixed size buffer for RLE bmps by Leon Scroggins III · 7 years ago
  69. 2a83603 remove metadata from device by Mike Reed · 7 years ago
  70. 1517224 Revert "Fix reset and deleting behavior." by Herb Derby · 7 years ago
  71. 412a86d Fix reset and deleting behavior. by Herb Derby · 7 years ago
  72. 95acbad ensure path bounds after rounding contain path edges when using SK_RASTERIZE_EVEN_ROUNDING by Lee Salzman · 8 years ago
  73. ce7e18f Reject horizontal edges in FDot6 precision by Yuqian Li · 7 years ago
  74. 8461506 Revert "Disallow readPixels() conversions from untagged srcs to tagged dsts" by Matt Sarett · 7 years ago
  75. 874a872 Revert concave AAA by Yuqian Li · 7 years ago
  76. ccfd108 Disallow readPixels() conversions from untagged srcs to tagged dsts by Matt Sarett · 7 years ago
  77. 0831f1b Rename GrProcOptInfo::addProcessors to analyzeProcessors by Brian Salomon · 7 years ago
  78. 92ce594 Add class GrProcessorSet which represents color and coverage FPs and a XPFactory. by Brian Salomon · 7 years ago
  79. 2c86249 Move read/write-Pixels up to GrSurfaceContext by Robert Phillips · 7 years ago
  80. dfff166 Revert "Respect full precision for RGB16 PNGs" by Matt Sarett · 7 years ago
  81. 93a8a64 Revert "Revert "SkImageInfoValidConversion (part 2)"" by Matt Sarett · 7 years ago
  82. 7a090c4 Respect full precision for RGB16 PNGs by Matt Sarett · 7 years ago
  83. 98cf99b Turn on concave analytic AA by Yuqian Li · 7 years ago
  84. 8dadd9e Revert "SkImageInfoValidConversion (part 2)" by Matt Sarett · 7 years ago
  85. d4bdee5 Revert "move device headers to core" by Mike Reed · 7 years ago
  86. 0d4ff6c Fix code that relied on readPixels not doing color space conversion by Brian Osman · 7 years ago
  87. 98420d0 move device headers to core by Mike Reed · 8 years ago
  88. a7d61a6 Revert "Continue making Ganesh use absolute texture coordinates" by Joe Gregorio · 7 years ago
  89. 94bd50c SkImageInfoValidConversion (part 2) by Matt Sarett · 7 years ago
  90. 8446854 SkSplicer: no need for AI. Clang is good at this. by Mike Klein · 7 years ago
  91. 652ecb5 Pass GrAppliedClip to pipeline creation. by Brian Salomon · 7 years ago
  92. 4493a9d Continue making Ganesh use absolute texture coordinates by Robert Phillips · 7 years ago
  93. 4075ec8 Revert "Revert "Enforce our rules about valid images when making textures"" by Brian Osman · 7 years ago
  94. cb6266b Reland "Add SkImageInfoValidConversion() and SkImageInfoIsValid" by Matt Sarett · 7 years ago
  95. aab259e Simplify GrProcOptInfo initialization. by Brian Salomon · 7 years ago
  96. d32b817 add and test SkFixed15::to_u8() by Mike Klein · 7 years ago
  97. eaf0079 GrTessellator: fix for disappearing thin path. by Stephen White · 7 years ago
  98. b5a1d41 SkSplicer: fix a typo in srcover stage. by Mike Klein · 7 years ago
  99. fd146aa do/while loops in SPIR-V no longer cause an assertion failure by Ethan Nicholas · 8 years ago
  100. 2103cf0 Split ShadowMaskFilter into separate ambient and spot mask filters by Jim Van Verth · 7 years ago