1. 9a725dd Use shader based blending to clamp kPlus mode w/F16 by Brian Osman · 7 years ago
  2. 2ad0908 Revert "Reland "Fix SkImageSource::filterBounds()"" by Florin Malita · 7 years ago
  3. c5e4e74 skipRect should only work for lines (not quads or cubics) by Yuqian Li · 7 years ago
  4. f7b8820 re-land of new SkSL precisions by Ethan Nicholas · 7 years ago
  5. 205a126 Revert "Revert "Don't ignore degenerates when deciding if a path is convex"" by Brian Osman · 7 years ago
  6. 27185a9 Revert "Revert "Revert "Switched highp float to highfloat and mediump float to half.""" by Ethan Nicholas · 7 years ago
  7. 56fbbd6 Revert "Minor fixes to SkSL precisions" by Ethan Nicholas · 7 years ago
  8. bf12c07 Reland "Fix SkImageSource::filterBounds()" by Xianzhu Wang · 7 years ago
  9. f757ae6 Retry, Bump stored lowp uniform color to 16-bit storage. by Mike Klein · 7 years ago
  10. 98c5d92 Revert "Revert "use unique_ptr for stream api"" by Mike Reed · 7 years ago
  11. 7e4e993 Implement some easy _lowp stages. by Mike Klein · 7 years ago
  12. 9752c3c Minor fixes to SkSL precisions by Ethan Nicholas · 7 years ago
  13. 7031b24 Revert "use unique_ptr for stream api" by Mike Reed · 7 years ago
  14. f953523 Revert "Don't ignore degenerates when deciding if a path is convex" by Brian Osman · 7 years ago
  15. b6d2be1 Revert "Fix SkImageSource::filterBounds()" by Mike Reed · 7 years ago
  16. 53cd6c4 Don't ignore degenerates when deciding if a path is convex by Brian Osman · 7 years ago
  17. 05d5a13 Revert "Revert "Switched highp float to highfloat and mediump float to half."" by Ethan Nicholas · 7 years ago
  18. 49f1f34 use unique_ptr for stream api by Mike Reed · 7 years ago
  19. cb4d587 Fix SkImageSource::filterBounds() by Xianzhu Wang · 7 years ago
  20. a4083c9 make most of SkColorPriv.h private by Cary Clark · 7 years ago
  21. f13beef Add a utility function to save path test code size by Yuqian Li · 7 years ago
  22. f1748f5 Change visitProxies signature by Robert Phillips · 7 years ago
  23. 5f567c7 Finish restoring GrOpList DAG by Robert Phillips · 7 years ago
  24. 09dfc47 Pull non-substantive changes out of explicit GPU resource allocation CL by Robert Phillips · 7 years ago
  25. b493eeb Add method to iterate over a GrOp's GrSurfaceProxies by Robert Phillips · 7 years ago
  26. db91c6e Improve heuristics for when to use ccpr by Chris Dalton · 7 years ago
  27. 0fa353c Optimize filterBounds() of SkArithmeticImageFilter/SkXfermodeImageFilter by Xianzhu Wang · 7 years ago
  28. 5b5f096 Revert "Revert "Switch to the new SkSL lexer."" by Ethan Nicholas · 7 years ago
  29. 5d03474 Do software clip mask generation with worker threads by Brian Osman · 7 years ago
  30. 3585154 Revert "Switch to the new SkSL lexer." by Ethan Nicholas · 7 years ago
  31. c576e93 Switch to the new SkSL lexer. by Ethan Nicholas · 7 years ago
  32. 2191823 Revert "Remove isMipMapped from GrSurfaceDesc" and follow up find exact scratch CL by Greg Daniel · 7 years ago
  33. 1170a55 Don't allow iteration through non-finite points. by Mike Klein · 7 years ago
  34. 2bbdcc4 Rework GrSamplerParams to be more compact and use its own wrap mode enum. by Brian Salomon · 7 years ago
  35. 4df0092 Revert "Remove "content" rect from GrTextureAdjuster." by Brian Salomon · 7 years ago
  36. 6e4bbbe Remove "content" rect from GrTextureAdjuster. by Brian Salomon · 7 years ago
  37. a81b626 Fix SkASSERT for convex paths with DAA by Yuqian Li · 7 years ago
  38. 3154a53 Convert Windows CRLF newlines back to unix ones by Yuqian Li · 7 years ago
  39. 52cb5fe Remove isMipMapped from GrSurfaceDesc by Greg Daniel · 7 years ago
  40. 38702ab possible fix for pathops timeout by Cary Clark · 7 years ago
  41. 022cfa2 Add FIFO thread pool, use it for most things. by Mike Klein · 7 years ago
  42. 4f40caf Add methods for converting GrShape to filled style by Brian Salomon · 7 years ago
  43. 085c086 Revert "Revert "Add a GrShape::Type value for an inverted empty path"" by Brian Salomon · 7 years ago
  44. 07f5b71 Revert "Add a GrShape::Type value for an inverted empty path" by Brian Salomon · 7 years ago
  45. d5a3f7f Add a GrShape::Type value for an inverted empty path by Brian Salomon · 7 years ago
  46. f95b175 Retract Gr*Priv.h includes a bit by Robert Phillips · 7 years ago
  47. f3b46e5 Rename methods and enum on SkClipStack::Element to indicate "device space" by Brian Salomon · 7 years ago
  48. f981066 Threaded generation of software paths by Brian Osman · 7 years ago
  49. fb4a20c Remove kDefault_GrSurfaceOrigin by Robert Phillips · 7 years ago
  50. b0e93a2 Remove origin field from GrSurface (take 2) by Robert Phillips · 7 years ago
  51. 7732f4f Add missing methods to neon/sse SkNx implementations by Chris Dalton · 7 years ago
  52. 3c2d09f change SkRect::growToInclude to take a point instead of x,y by Mike Reed · 7 years ago
  53. a93a14a Convert NULL and 0 to nullptr. by Ben Wagner · 7 years ago
  54. 6888c0d Add support for vkCmdCopyBuffer by Greg Daniel · 7 years ago
  55. c8323aa tiny concave path point fix by Cary Clark · 7 years ago
  56. 87ae989 Revert "Threaded generation of software paths" by Brian Salomon · 7 years ago
  57. 500d58b Make Copy Ops to go through GpuCommandBuffer instead of straigt to GPU. by Greg Daniel · 7 years ago
  58. 76323bc Threaded generation of software paths by Brian Osman · 7 years ago
  59. 73e7f80 GrTessellator: when sanitizing contours, remove non-finite points. by Stephen White · 7 years ago
  60. 5127998 Add an (optional) SkTaskGroup to GrContext by Brian Osman · 7 years ago
  61. 9d90224 Revert "GrTessellator: when sanitizing contours, remove non-finite points." by Robert Phillips · 7 years ago
  62. 620cc24 GrTessellator: when sanitizing contours, remove non-finite points. by Stephen White · 7 years ago
  63. ae79f32 Call initializeColorXform inside SkCodec by Leon Scroggins III · 7 years ago
  64. 04be2b5 Reland "skia: add heif decoding support" by Leon Scroggins III · 7 years ago
  65. 0741818 Move calls to conversion_possible to SkCodec by Leon Scroggins III · 7 years ago
  66. 1d816b9 Revert "Switched highp float to highfloat and mediump float to half." by Brian Salomon · 7 years ago
  67. 23f9227 Revert "fixed constant vector swizzling" by Brian Salomon · 7 years ago
  68. db68a42 Revert "skia: add heif decoding support" by Mike Klein · 7 years ago
  69. 8ac36a5 fixed constant vector swizzling by Ethan Nicholas · 7 years ago
  70. 88d99c6 Switched highp float to highfloat and mediump float to half. by Ethan Nicholas · 7 years ago
  71. c2a9542 skia: add heif decoding support by Chong Zhang · 7 years ago
  72. 4334428 cut down GrShapeTest stack usage by Mike Klein · 7 years ago
  73. b4aab9a Replace SkFAIL with SK_ABORT. by Ben Wagner · 7 years ago
  74. 7f23543 Minor geometry processor clarification. by Brian Salomon · 7 years ago
  75. 3f5301b GrTessellator: fix for collinear out-of-range intersections. by Stephen White · 7 years ago
  76. 228276d Revert "Turn on exceptions in test tools." by Mike Klein · 7 years ago
  77. c667dff Turn on exceptions in test tools. by Mike Klein · 7 years ago
  78. 3249156 Revert "Fix bogus math in object allocation." by Florin Malita · 7 years ago
  79. 0bc4d60 Fix bogus math in object allocation. by Herb Derby · 7 years ago
  80. 72a37be Fix string typing in generated code by Brian Osman · 7 years ago
  81. 93ba0a4 Switch SkSL to std::string by Brian Osman · 7 years ago
  82. aee878d Move lang to list in Android font manager. by Ben Wagner · 7 years ago
  83. 7cc49d6 Record SkCanvas::flush(). by Mike Klein · 7 years ago
  84. 6ad3ffe Guard AA change to wait for rebaselines by Yuqian Li · 7 years ago
  85. 35ae65d SkSafeMath for tracking size_t overflow by Herb Derby · 7 years ago
  86. 4a31c46 Don't store clipped x which could break edge order by Yuqian Li · 7 years ago
  87. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
  88. b74ef03 Hide GrPaint copy constructor and add GrPaint::Clone and remove MoveOrNew and MoveOrCopy. by Brian Salomon · 7 years ago
  89. 71a1889 Revert "Revert "GrContext::dump that produces JSON formatted output"" by Brian Osman · 7 years ago
  90. bfd18cd Move GrAppliedClip into GrPipeline by Brian Salomon · 7 years ago
  91. 0f450ac Revert "GrContext::dump that produces JSON formatted output" by Brian Osman · 7 years ago
  92. 91326c3 Move GrProcessorSet into GrPipeline by Brian Salomon · 7 years ago
  93. 175af0d GrContext::dump that produces JSON formatted output by Brian Osman · 7 years ago
  94. 828f1d5 handle overflows in float->int by Mike Reed · 7 years ago
  95. 3404207 use rasterpipeline for images if matrix is >= scale+translate by Mike Reed · 7 years ago
  96. 3b30c4f Relocate gradient negative fract() workaround to GLSLCodeGenerator by Florin Malita · 7 years ago
  97. 5a625e0 add tool_util to compare images by Mike Reed · 7 years ago
  98. e9bf6dc Don't compare against uninit edge in SkPath::conservativelyContainsRect by Brian Salomon · 7 years ago
  99. 6dd8cf1 Remove SkLightingShader and associated classes by Robert Phillips · 7 years ago
  100. 8addae8 just use math.h for converting from float to int by Mike Reed · 7 years ago