1. d4f100d Add native caching of uniquely keyed GrTextureProxies by Robert Phillips · 7 years ago
  2. 6492afa Disable SkJumper assembly in cross builds for now. by Nico Weber · 7 years ago
  3. 9b2f69b grand unifried lowp stages by Mike Klein · 7 years ago
  4. b433c56 Adjust GPU YUV -> RGB (JPG) conversion by Brian Osman · 7 years ago
  5. 5b5f096 Revert "Revert "Switch to the new SkSL lexer."" by Ethan Nicholas · 7 years ago
  6. 5d03474 Do software clip mask generation with worker threads by Brian Osman · 7 years ago
  7. 3585154 Revert "Switch to the new SkSL lexer." by Ethan Nicholas · 7 years ago
  8. c576e93 Switch to the new SkSL lexer. by Ethan Nicholas · 7 years ago
  9. bc7b1ea update clang_linux package to Clang 5 by Mike Klein · 7 years ago
  10. 2bbdcc4 Rework GrSamplerParams to be more compact and use its own wrap mode enum. by Brian Salomon · 7 years ago
  11. c1e5963 CCPR: Rewrite path parsing by Chris Dalton · 7 years ago
  12. a6d2d70 Add gn plumbing for mdbviz tool by Robert Phillips · 7 years ago
  13. dbb24ef Get viewer running on iOS by Jim Van Verth · 7 years ago
  14. cb2e235 Reduce stencil buffer clearing by Robert Phillips · 7 years ago
  15. ad8a43f DeferredDisplayList API proposal by Robert Phillips · 7 years ago
  16. ecfed2b Add iOS support for SkiaSDLExample. by Jim Van Verth · 7 years ago
  17. 1b4602b ok, backtrace support on Android by Mike Klein · 7 years ago
  18. 9d7e57d Revert "Revert "8-bit jumper on armv8"" by Mike Klein · 7 years ago
  19. 6d13575 Revert "8-bit jumper on armv8" by Derek Sollenberger · 7 years ago
  20. 6b47c7d Store discard request on the opList and remove GrDiscardOp (take 3) by Robert Phillips · 7 years ago
  21. 0813358 8-bit jumper on armv8 by Mike Klein · 7 years ago
  22. 3416969 Revert "Revert "Revert "Revert "Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible"""" by Brian Salomon · 7 years ago
  23. 419a94d Add a GrCCPRGeometry file by Chris Dalton · 7 years ago
  24. 445b557 Revert "Store discard request on the opList and remove GrDiscardOp (take 2)" by Robert Phillips · 7 years ago
  25. 9b0b32f Store discard request on the opList and remove GrDiscardOp (take 2) by Robert Phillips · 7 years ago
  26. a184ac7 Revert "Revert "Revert "Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible""" by Brian Salomon · 7 years ago
  27. 4189d1b Add SK_API to SkOverdrawCanvas and SkOverdrawColorFilter. by Sadrul Habib Chowdhury · 7 years ago
  28. 04be2b5 Reland "skia: add heif decoding support" by Leon Scroggins III · 7 years ago
  29. 20af6d1 Revert "Revert "Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible"" by Brian Salomon · 7 years ago
  30. 51fd6d8 Add GrMtlRenderTarget class by Greg Daniel · 7 years ago
  31. ceef4fb Revert "Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible" by Brian Salomon · 7 years ago
  32. 3fd2955 Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible by Brian Salomon · 7 years ago
  33. db68a42 Revert "skia: add heif decoding support" by Mike Klein · 7 years ago
  34. a26d219 Revert "turn exceptions on in test tools on Android" by Mike Klein · 7 years ago
  35. c2a9542 skia: add heif decoding support by Chong Zhang · 7 years ago
  36. c902ff8 turn exceptions on in test tools on Android by Mike Klein · 7 years ago
  37. 4c72b26 Add Chinese fling sample by Robert Phillips · 7 years ago
  38. 228276d Revert "Turn on exceptions in test tools." by Mike Klein · 7 years ago
  39. c667dff Turn on exceptions in test tools. by Mike Klein · 7 years ago
  40. df33fef Test blur small radii and text. by Herb Derby · 7 years ago
  41. 35ae65d SkSafeMath for tracking size_t overflow by Herb Derby · 7 years ago
  42. f7332d3 Build support for 32-bit armv8-a by Leon Scroggins III · 7 years ago
  43. 71a1889 Revert "Revert "GrContext::dump that produces JSON formatted output"" by Brian Osman · 7 years ago
  44. 0f450ac Revert "GrContext::dump that produces JSON formatted output" by Brian Osman · 7 years ago
  45. 54190c4 Revert "Store discard request on the opList and remove GrDiscardOp" by Robert Phillips · 7 years ago
  46. dd3feee Move gFDot6INVERSE definition to cpp file by Yuqian Li · 7 years ago
  47. 175af0d GrContext::dump that produces JSON formatted output by Brian Osman · 7 years ago
  48. b681a0f Store discard request on the opList and remove GrDiscardOp by Robert Phillips · 7 years ago
  49. 69fd008 Added SkJSONWriter by Brian Osman · 7 years ago
  50. 65a88fa Add GrDebugMarkerOp by Robert Phillips · 7 years ago
  51. bdc3afa simplify gm matrices by Mike Reed · 7 years ago
  52. 6dd8cf1 Remove SkLightingShader and associated classes by Robert Phillips · 7 years ago
  53. 4a081e2 Add GrMtlTexture classes by Greg Daniel · 7 years ago
  54. b6705c2 Add support for object creation/snapshot/deletion events by Brian Osman · 7 years ago
  55. a91ec58 Tell clang/win to emulate MSVC 2015 by Mike Klein · 7 years ago
  56. 0576a45 Add GrMtlUtil class by Greg Daniel · 7 years ago
  57. 98adfa8 use -imsvc (~= -isystem) with win/clang by Mike Klein · 7 years ago
  58. c722f79 clang on windows support by Mike Klein · 7 years ago
  59. cebcb84 Add caps files for metal by Greg Daniel · 7 years ago
  60. 1af03d4 Compute correct bounds for DrawShadowRec. by Jim Van Verth · 7 years ago
  61. eee5183 Add placeholder GrMtlTypes in include/gpu/mtl by Greg Daniel · 7 years ago
  62. 71603cc Remove the now unused GR_PROXY_MOVE macro by Brian Salomon · 7 years ago
  63. b9f6afb switched to infra version of clang-format for skslc by Ethan Nicholas · 7 years ago
  64. b4d1873 Remove GrTraceMarker and friends by Brian Osman · 7 years ago
  65. b133ffe Remove Gr1DKernelEffect "helper" class. by Brian Salomon · 7 years ago
  66. 6cd51b5 Remove GrSingleTextureEffect by Brian Salomon · 7 years ago
  67. a9340ba Tracing macro cleanup continued by Brian Osman · 7 years ago
  68. 7a0ba1c guard SkTableColorFilter against out-of-range inputs by Mike Klein · 7 years ago
  69. df60e36 New analytic AA scan converter using delta (I call it DAA for now) by Yuqian Li · 7 years ago
  70. c47f223 rename new GM by Mike Klein · 7 years ago
  71. fa78ece Revert "Revert "Add GM to test SkToSRGBColorFilter"" by Mike Reed · 7 years ago
  72. a1fc471 Revert "Add GM to test SkToSRGBColorFilter" by Kevin Lubick · 7 years ago
  73. fa3ed03 Add GM to test SkToSRGBColorFilter by Brian Osman · 7 years ago
  74. 10b6ad1 sRGB color filter by Brian Osman · 7 years ago
  75. 56e2d94 remove orphaned file by Mike Reed · 7 years ago
  76. b7506c3 Remove unused function GrDrawOp::DumpPipelineInfo by Brian Salomon · 7 years ago
  77. 40e7e65 remove (unused?) arcto patheffect by Mike Reed · 7 years ago
  78. 0fddb2d Retry cleaning up SkLinearBitmapPipeline. by Mike Klein · 7 years ago
  79. e32500f Assume HQ is handled by pipeline, delete legacy code-path by Mike Reed · 7 years ago
  80. f828c1d Add Alpha Image GM by Hal Canary · 7 years ago
  81. b7e8c3b run skslc output through clang-format by Ethan Nicholas · 7 years ago
  82. e5b399e Remove GrLegacyMeshDrawOp and GrPipelineBuilder by Brian Salomon · 7 years ago
  83. c588603 Move GrTypesPriv.h to include/private by Brian Salomon · 7 years ago
  84. fc26f3c Remove GrAnalyticRectOp, the last legacy GrMeshDrawOp by Brian Salomon · 7 years ago
  85. 5af44de Add GrResourceAllocator class + unit test by Robert Phillips · 7 years ago
  86. 263cef7 quote $windk to make copy-and-paste easy by Mike Klein · 7 years ago
  87. 1a325d2 Coverage counting path renderer by Chris Dalton · 7 years ago
  88. 0274b30 converted GrBlurredEdgeFragmentProcessor to sksl by Ethan Nicholas · 7 years ago
  89. 420f156 converted EllipseEffect to sksl by Ethan Nicholas · 7 years ago
  90. f2c9014 Add GN arg to allow Flutter-specific API guards by Brian Osman · 7 years ago
  91. 8abb9f4 Remove GrTestMeshDrawOp by Brian Salomon · 7 years ago
  92. 83d1185 converted CircleEffect to SkSL by Ethan Nicholas · 7 years ago
  93. 771ae96 Revert "Revert "Experimental blur code with 32 bit fix."" by Mike Reed · 7 years ago
  94. b4d6106 Give GrSimpleMeshDrawOpHelper a cpp file by Brian Salomon · 7 years ago
  95. 68990be Re-land of "converted GrSimpleTextureEffect to sksl" by Ethan Nicholas · 7 years ago
  96. 27b3d27 Revert "Experimental blur code with 32 bit fix." by Mike Reed · 7 years ago
  97. 6b7e0e2 Add arc support to gpu Obj c++ code by Greg Daniel · 7 years ago
  98. 7cbf5e3 SkPDF: simplify drawImage/Bitmap/Sprite code. by Hal Canary · 7 years ago
  99. d4b2c53 Experimental blur code with 32 bit fix. by Herb Derby · 7 years ago
  100. baf981f Revert "converted GrSimpleTextureEffect to sksl" by Ethan Nicholas · 7 years ago