1. a26d219 Revert "turn exceptions on in test tools on Android" by Mike Klein · 7 years ago
  2. c2a9542 skia: add heif decoding support by Chong Zhang · 7 years ago
  3. c902ff8 turn exceptions on in test tools on Android by Mike Klein · 7 years ago
  4. 4c72b26 Add Chinese fling sample by Robert Phillips · 7 years ago
  5. 228276d Revert "Turn on exceptions in test tools." by Mike Klein · 7 years ago
  6. c667dff Turn on exceptions in test tools. by Mike Klein · 7 years ago
  7. df33fef Test blur small radii and text. by Herb Derby · 7 years ago
  8. 35ae65d SkSafeMath for tracking size_t overflow by Herb Derby · 7 years ago
  9. f7332d3 Build support for 32-bit armv8-a by Leon Scroggins III · 7 years ago
  10. 71a1889 Revert "Revert "GrContext::dump that produces JSON formatted output"" by Brian Osman · 7 years ago
  11. 0f450ac Revert "GrContext::dump that produces JSON formatted output" by Brian Osman · 7 years ago
  12. 54190c4 Revert "Store discard request on the opList and remove GrDiscardOp" by Robert Phillips · 7 years ago
  13. dd3feee Move gFDot6INVERSE definition to cpp file by Yuqian Li · 7 years ago
  14. 175af0d GrContext::dump that produces JSON formatted output by Brian Osman · 7 years ago
  15. b681a0f Store discard request on the opList and remove GrDiscardOp by Robert Phillips · 7 years ago
  16. 69fd008 Added SkJSONWriter by Brian Osman · 7 years ago
  17. 65a88fa Add GrDebugMarkerOp by Robert Phillips · 7 years ago
  18. bdc3afa simplify gm matrices by Mike Reed · 7 years ago
  19. 6dd8cf1 Remove SkLightingShader and associated classes by Robert Phillips · 7 years ago
  20. 4a081e2 Add GrMtlTexture classes by Greg Daniel · 7 years ago
  21. b6705c2 Add support for object creation/snapshot/deletion events by Brian Osman · 7 years ago
  22. a91ec58 Tell clang/win to emulate MSVC 2015 by Mike Klein · 7 years ago
  23. 0576a45 Add GrMtlUtil class by Greg Daniel · 7 years ago
  24. 98adfa8 use -imsvc (~= -isystem) with win/clang by Mike Klein · 7 years ago
  25. c722f79 clang on windows support by Mike Klein · 7 years ago
  26. cebcb84 Add caps files for metal by Greg Daniel · 7 years ago
  27. 1af03d4 Compute correct bounds for DrawShadowRec. by Jim Van Verth · 7 years ago
  28. eee5183 Add placeholder GrMtlTypes in include/gpu/mtl by Greg Daniel · 7 years ago
  29. 71603cc Remove the now unused GR_PROXY_MOVE macro by Brian Salomon · 7 years ago
  30. b9f6afb switched to infra version of clang-format for skslc by Ethan Nicholas · 7 years ago
  31. b4d1873 Remove GrTraceMarker and friends by Brian Osman · 7 years ago
  32. b133ffe Remove Gr1DKernelEffect "helper" class. by Brian Salomon · 7 years ago
  33. 6cd51b5 Remove GrSingleTextureEffect by Brian Salomon · 7 years ago
  34. a9340ba Tracing macro cleanup continued by Brian Osman · 7 years ago
  35. 7a0ba1c guard SkTableColorFilter against out-of-range inputs by Mike Klein · 7 years ago
  36. df60e36 New analytic AA scan converter using delta (I call it DAA for now) by Yuqian Li · 7 years ago
  37. c47f223 rename new GM by Mike Klein · 7 years ago
  38. fa78ece Revert "Revert "Add GM to test SkToSRGBColorFilter"" by Mike Reed · 7 years ago
  39. a1fc471 Revert "Add GM to test SkToSRGBColorFilter" by Kevin Lubick · 7 years ago
  40. fa3ed03 Add GM to test SkToSRGBColorFilter by Brian Osman · 7 years ago
  41. 10b6ad1 sRGB color filter by Brian Osman · 7 years ago
  42. 56e2d94 remove orphaned file by Mike Reed · 7 years ago
  43. b7506c3 Remove unused function GrDrawOp::DumpPipelineInfo by Brian Salomon · 7 years ago
  44. 40e7e65 remove (unused?) arcto patheffect by Mike Reed · 7 years ago
  45. 0fddb2d Retry cleaning up SkLinearBitmapPipeline. by Mike Klein · 7 years ago
  46. e32500f Assume HQ is handled by pipeline, delete legacy code-path by Mike Reed · 7 years ago
  47. f828c1d Add Alpha Image GM by Hal Canary · 7 years ago
  48. b7e8c3b run skslc output through clang-format by Ethan Nicholas · 7 years ago
  49. e5b399e Remove GrLegacyMeshDrawOp and GrPipelineBuilder by Brian Salomon · 7 years ago
  50. c588603 Move GrTypesPriv.h to include/private by Brian Salomon · 7 years ago
  51. fc26f3c Remove GrAnalyticRectOp, the last legacy GrMeshDrawOp by Brian Salomon · 7 years ago
  52. 5af44de Add GrResourceAllocator class + unit test by Robert Phillips · 7 years ago
  53. 263cef7 quote $windk to make copy-and-paste easy by Mike Klein · 7 years ago
  54. 1a325d2 Coverage counting path renderer by Chris Dalton · 7 years ago
  55. 0274b30 converted GrBlurredEdgeFragmentProcessor to sksl by Ethan Nicholas · 7 years ago
  56. 420f156 converted EllipseEffect to sksl by Ethan Nicholas · 7 years ago
  57. f2c9014 Add GN arg to allow Flutter-specific API guards by Brian Osman · 7 years ago
  58. 8abb9f4 Remove GrTestMeshDrawOp by Brian Salomon · 7 years ago
  59. 83d1185 converted CircleEffect to SkSL by Ethan Nicholas · 7 years ago
  60. 771ae96 Revert "Revert "Experimental blur code with 32 bit fix."" by Mike Reed · 7 years ago
  61. b4d6106 Give GrSimpleMeshDrawOpHelper a cpp file by Brian Salomon · 7 years ago
  62. 68990be Re-land of "converted GrSimpleTextureEffect to sksl" by Ethan Nicholas · 7 years ago
  63. 27b3d27 Revert "Experimental blur code with 32 bit fix." by Mike Reed · 7 years ago
  64. 6b7e0e2 Add arc support to gpu Obj c++ code by Greg Daniel · 7 years ago
  65. 7cbf5e3 SkPDF: simplify drawImage/Bitmap/Sprite code. by Hal Canary · 7 years ago
  66. d4b2c53 Experimental blur code with 32 bit fix. by Herb Derby · 7 years ago
  67. baf981f Revert "converted GrSimpleTextureEffect to sksl" by Ethan Nicholas · 7 years ago
  68. 46b654d converted GrSimpleTextureEffect to sksl by Ethan Nicholas · 7 years ago
  69. 6ee2965 remove unreachable perspective code for imageshader by Mike Reed · 7 years ago
  70. a30d407 Revert "Experimental blur code." by Florin Malita · 7 years ago
  71. d96ed9d Experimental blur code. by Herb Derby · 7 years ago
  72. 51b2f1b Stop adding Android-specific defines to SkUserConfig by Leon Scroggins III · 7 years ago
  73. ceb4d48 Re-land "converted GrCircleBlurFragmentProcessor to sksl" by Ethan Nicholas · 7 years ago
  74. 7d9f953 Revert "remove flags for android" by Mike Reed · 7 years ago
  75. a48ae6e Blur gm. by Herb Derby · 7 years ago
  76. d8ddf1b remove flags for android by Mike Reed · 7 years ago
  77. 818ac5a Revert "converted GrCircleBlurFragmentProcessor to sksl" by Ethan Nicholas · 7 years ago
  78. 9b80ffc converted GrCircleBlurFragmentProcessor to sksl by Ethan Nicholas · 7 years ago
  79. aa6c777 add guard for android (needs rebaseline) by Mike Reed · 7 years ago
  80. cfe910d Revert "Revert "Make mock GrContext unit testable."" by Brian Salomon · 7 years ago
  81. cf54081 Potentially fix definition of GR_TEST_UTILS in gn_to_bp.py by Brian Salomon · 7 years ago
  82. c19ced1 Attempt to fix Android framework build by Brian Salomon · 7 years ago
  83. c867a89 Revert "Make mock GrContext unit testable." by Brian Salomon · 7 years ago
  84. 993e7e2 Make mock GrContext unit testable. by Brian Salomon · 7 years ago
  85. bdf6c62 srgb conversion needs to be in unpremul by Mike Reed · 7 years ago
  86. e5ddff5 Add basic metal build files for backend by Greg Daniel · 7 years ago
  87. 9fb036f rewrote GrAlphaThresholdFragmentProcessor in sksl by Ethan Nicholas · 7 years ago
  88. 94fd66c SkPDF: Refactor PDFShader to use ShTHashMap<> by Hal Canary · 7 years ago
  89. cb72722 Add a nanobench for drawing glyphs as paths by Chris Dalton · 7 years ago
  90. cdb9a6d Revert "enable new tiling for android" by Mike Reed · 7 years ago
  91. fe11e45 enable new tiling for android by Mike Reed · 7 years ago
  92. bfa23d7 update blendmode bench by Mike Reed · 7 years ago
  93. a920d36 remove unneeded code for index8 imagse by Mike Reed · 7 years ago
  94. 039a7c7 Added new edge handling mode (clamp and repeat) to Gaussian blur filter. by wutao · 7 years ago
  95. 981deec Delete non-raster-pipeline SkTwoPointConicalGradient impl by Florin Malita · 7 years ago
  96. 3d96f06 Always use raster pipeline for SkTwoPointConicalGradient by Florin Malita · 7 years ago
  97. 762466e Re-re-land sksl fragment processor support by Ethan Nicholas · 7 years ago
  98. e3ab061 Revert "remove SK_SUPPORT_LEGACY_TILED_BITMAPS flag for android" by Mike Reed · 7 years ago
  99. e5cb7c9 remove SK_SUPPORT_LEGACY_TILED_BITMAPS flag for android by Mike Reed · 7 years ago
  100. 5ce3972 Revert "Re-land sksl fragment processor support" by Mike Klein · 7 years ago