1. d2eb581 offset angle check edge in common by Cary Clark · 7 years ago
  2. f833215 Make it possible to query GrXPFactory for dst texture without GrPipelineAnalysis. by Brian Salomon · 7 years ago
  3. 77505da Remove GrTestTarget by Robert Phillips · 7 years ago
  4. 80a08dd Fix Vulkan crashes on nexus player by Greg Daniel · 7 years ago
  5. f61bc4d Streamline x86 u8 -> fixed15 math. by Mike Klein · 7 years ago
  6. c37e614 Rename GrContext::getFontAtlas to getFontAtlas_ForTesting by Robert Phillips · 7 years ago
  7. ba294d9 SkSplicer stage parity by Mike Klein · 7 years ago
  8. 48f770c Remove unused asACustomShader function from SkShader by Greg Daniel · 7 years ago
  9. c949ce9 Replace some GrSurface:read/writePixels with the GrSurfaceContext equivalent by Robert Phillips · 7 years ago
  10. 4c76c41 fix fuzz asserts triggered by old fuzzes by Cary Clark · 7 years ago
  11. eca0290 Marker for IntelIris540 driver change. by Ben Wagner · 7 years ago
  12. c86e470 SkRasterPipeline impl for 2-stop linear gradients by Florin Malita · 7 years ago
  13. c485907 Revert "explictly fail to draw unpremul, as this is buggy, incomplete, tricky, and unused" by Joe Gregorio · 7 years ago
  14. 5cdb01f Merge latest Skia into master (2 commits) by Skia_Android Canary Bot · 7 years ago
  15. 1e18aec remove unused device apis by Mike Reed · 7 years ago
  16. 34c69d6 Reland "Respect full precision for RGB16 PNGs" (part 3) by Matt Sarett · 7 years ago
  17. 369b2ca Merge latest Skia into master (7 commits) by Skia_Android Canary Bot · 7 years ago
  18. 1da27ef Add F16 support to SkPNGImageEncoder by Matt Sarett · 7 years ago
  19. 0d7d8de SkSplicer: always initialize fLowp by Mike Klein · 7 years ago
  20. de4d301 Replaced all calls to fragmentPosition() with sk_FragCoord by Ethan Nicholas · 7 years ago
  21. 5bee0b6 Reland "Respect full precision for RGB16 PNGs" (part 2) by Matt Sarett · 7 years ago
  22. f720098 SkSplicer: lowp hacking by Mike Klein · 7 years ago
  23. 0ee6f95 Make GL_RED workaround only be triggered by osmesa by Brian Salomon · 7 years ago
  24. 59b4f0f Merge latest Skia into master (2 commits) by Skia_Android Canary Bot · 7 years ago
  25. 1790f8e Revert "Revert "move device headers to core"" by Mike Reed · 7 years ago
  26. 593cb94 Fix reset and deleting behavior. by Herb Derby · 7 years ago
  27. d8ee67c Add -Release ASAN bots. by Mike Klein · 7 years ago
  28. 833e041 Merge latest Skia into master (7 commits) by Skia_Android Canary Bot · 7 years ago
  29. 86a4340 Added constant propagation and better variable liveness tracking to skslc. by Ethan Nicholas · 7 years ago
  30. 4f364fd remove clipstack from lua -- deprecated by Mike Reed · 7 years ago
  31. 1baaaca explictly fail to draw unpremul, as this is buggy, incomplete, tricky, and unused by Mike Reed · 7 years ago
  32. 43ae4b4 remove SK_SUPPORT_LEGACY_CANVAS_GETCLIPSTACK from public.bzl by Mike Reed · 7 years ago
  33. 3726a4a new hacky api to get cliprgn for android by Mike Reed · 7 years ago
  34. fbff329 Add hcm@ to public API owners by Ravi Mistry · 7 years ago
  35. f38e16f Reland "Respect full precision for RGB16 PNGs" (part 1) by Matt Sarett · 7 years ago
  36. 029d274 Merge latest Skia into master (6 commits) by Skia_Android Canary Bot · 7 years ago
  37. f87e2b9 Move srgb enable flags to GrProcessorSet from pipelinebuilder by Brian Salomon · 7 years ago
  38. 009d9d1 No need to fake makeArrayDefault() now that it exists. by Mike Klein · 7 years ago
  39. c5a37f6 Update Skia milestone to 58 by Heather Miller · 7 years ago
  40. 6415e0d Revert "Added constant propagation and better variable liveness tracking to" by Ethan Nicholas · 7 years ago
  41. f54b071 Added constant propagation and better variable liveness tracking to skslc. by Ethan Nicholas · 7 years ago
  42. 075de58 Merge latest Skia into master (3 commits) by Skia_Android Canary Bot · 7 years ago
  43. 189098e7 Don't require GrPipelineBuilder to build GrPipeline by Brian Salomon · 7 years ago
  44. 52b346e Make savelayer_* GM be 565 friendly by Robert Phillips · 7 years ago
  45. b3b2453 Use fixed size buffer for RLE bmps by Leon Scroggins III · 7 years ago
  46. 2a83603 remove metadata from device by Mike Reed · 7 years ago
  47. d471666 Merge latest Skia into master (1 commits) by Skia_Android Canary Bot · 7 years ago
  48. 4897fb8 Implement sk_tool_utils::copy_to_g8(), used by gms by Matt Sarett · 7 years ago
  49. f10dc53 Merge latest Skia into master (1 commits) by Skia_Android Canary Bot · 7 years ago
  50. 1517224 Revert "Fix reset and deleting behavior." by Herb Derby · 7 years ago
  51. 2ac940b Merge latest Skia into master (4 commits) by Skia_Android Canary Bot · 7 years ago
  52. 412a86d Fix reset and deleting behavior. by Herb Derby · 7 years ago
  53. 95acbad ensure path bounds after rounding contain path edges when using SK_RASTERIZE_EVEN_ROUNDING by Lee Salzman · 7 years ago
  54. ce7e18f Reject horizontal edges in FDot6 precision by Yuqian Li · 7 years ago
  55. 8461506 Revert "Disallow readPixels() conversions from untagged srcs to tagged dsts" by Matt Sarett · 7 years ago
  56. 081b463 Merge latest Skia into master (3 commits) by Skia_Android Canary Bot · 7 years ago
  57. 874a872 Revert concave AAA by Yuqian Li · 7 years ago
  58. 42f3094 saveLayer experiments by Robert Phillips · 7 years ago
  59. ccfd108 Disallow readPixels() conversions from untagged srcs to tagged dsts by Matt Sarett · 7 years ago
  60. 3c15a37 Merge latest Skia into master (2 commits) by Skia_Android Canary Bot · 7 years ago
  61. 0831f1b Rename GrProcOptInfo::addProcessors to analyzeProcessors by Brian Salomon · 7 years ago
  62. 92ce594 Add class GrProcessorSet which represents color and coverage FPs and a XPFactory. by Brian Salomon · 7 years ago
  63. 6f2c8d4 Merge latest Skia into master (7 commits) by Skia_Android Canary Bot · 7 years ago
  64. 70a309a Roll Recipe DEPS by Kevin Lubick · 7 years ago
  65. 2c86249 Move read/write-Pixels up to GrSurfaceContext by Robert Phillips · 7 years ago
  66. dfff166 Revert "Respect full precision for RGB16 PNGs" by Matt Sarett · 7 years ago
  67. 93a8a64 Revert "Revert "SkImageInfoValidConversion (part 2)"" by Matt Sarett · 7 years ago
  68. 7a090c4 Respect full precision for RGB16 PNGs by Matt Sarett · 7 years ago
  69. 98cf99b Turn on concave analytic AA by Yuqian Li · 7 years ago
  70. fc50dda Roll Recipe DEPS by Eric Boren · 7 years ago
  71. 827243c Merge latest Skia into master (1 commits) by Skia_Android Canary Bot · 7 years ago
  72. 9c7dcac Add Vulkan SDK for Linux asset by Kevin Lubick · 7 years ago
  73. 9854583 Merge latest Skia into master (1 commits) by Skia_Android Canary Bot · 7 years ago
  74. 8dadd9e Revert "SkImageInfoValidConversion (part 2)" by Matt Sarett · 7 years ago
  75. c12c047 Merge latest Skia into master (5 commits) by Skia_Android Canary Bot · 7 years ago
  76. d4bdee5 Revert "move device headers to core" by Mike Reed · 7 years ago
  77. 893c49e Add Tasks for Linux + Iris 540 by Kevin Lubick · 7 years ago
  78. 0d4ff6c Fix code that relied on readPixels not doing color space conversion by Brian Osman · 7 years ago
  79. 98420d0 move device headers to core by Mike Reed · 7 years ago
  80. ad29aee Roll skia-recipes by Eric Boren · 7 years ago
  81. 1488d52 Merge latest Skia into master (3 commits) by Skia_Android Canary Bot · 7 years ago
  82. a7d61a6 Revert "Continue making Ganesh use absolute texture coordinates" by Joe Gregorio · 7 years ago
  83. 94bd50c SkImageInfoValidConversion (part 2) by Matt Sarett · 7 years ago
  84. 2ba5573 Merge latest Skia into master (3 commits) by Skia_Android Canary Bot · 7 years ago
  85. 8446854 SkSplicer: no need for AI. Clang is good at this. by Mike Klein · 7 years ago
  86. 652ecb5 Pass GrAppliedClip to pipeline creation. by Brian Salomon · 7 years ago
  87. 4493a9d Continue making Ganesh use absolute texture coordinates by Robert Phillips · 7 years ago
  88. 4075ec8 Revert "Revert "Enforce our rules about valid images when making textures"" by Brian Osman · 7 years ago
  89. ca57f1d Merge latest Skia into master (8 commits) by Skia_Android Canary Bot · 7 years ago
  90. 3f142b6 Remove (most) usage of MakeTextureFromPixmap by Brian Osman · 7 years ago
  91. cb6266b Reland "Add SkImageInfoValidConversion() and SkImageInfoIsValid" by Matt Sarett · 7 years ago
  92. aab259e Simplify GrProcOptInfo initialization. by Brian Salomon · 7 years ago
  93. 46784be hide getClipStack by Mike Reed · 7 years ago
  94. d32b817 add and test SkFixed15::to_u8() by Mike Klein · 7 years ago
  95. eaf0079 GrTessellator: fix for disappearing thin path. by Stephen White · 7 years ago
  96. f768856 Add a bench to exercise legacy-mode SkRasterPipeline behavior. by Mike Klein · 7 years ago
  97. b5a1d41 SkSplicer: fix a typo in srcover stage. by Mike Klein · 7 years ago
  98. f9308a4 Merge latest Skia into master (2 commits) by Skia_Android Canary Bot · 7 years ago
  99. fd146aa do/while loops in SPIR-V no longer cause an assertion failure by Ethan Nicholas · 7 years ago
  100. 6d4d6cc Update Buildbot doc for Task Scheduler by Eric Boren · 7 years ago