1. f953523 Revert "Don't ignore degenerates when deciding if a path is convex" by Brian Osman · 7 years ago
  2. 53cd6c4 Don't ignore degenerates when deciding if a path is convex by Brian Osman · 7 years ago
  3. 05d5a13 Revert "Revert "Switched highp float to highfloat and mediump float to half."" by Ethan Nicholas · 7 years ago
  4. 49f1f34 use unique_ptr for stream api by Mike Reed · 7 years ago
  5. dbdc57c fix google3 colorpriv use by Cary Clark · 7 years ago
  6. 0372162 fix flutter and pdfium by Cary Clark · 7 years ago
  7. a4083c9 make most of SkColorPriv.h private by Cary Clark · 7 years ago
  8. b201544 make kPathRefGenIDBitCnt private by Cary Clark · 7 years ago
  9. 0f96bb3 Sk4i version of blur. by Herb Derby · 7 years ago
  10. a640c49 Minor cleanups for CCPR by Chris Dalton · 7 years ago
  11. 8b1360d Reland "Optimize SkColorSpaceXformCanvas for GPU-acceleration" by Justin Novosad · 7 years ago
  12. 8bc6917 Use enum value as the lower bound by Petr Hosek · 7 years ago
  13. 1170a55 Don't allow iteration through non-finite points. by Mike Klein · 7 years ago
  14. 7231c50 Revert "Optimize SkColorSpaceXformCanvas for GPU-acceleration" by Robert Phillips · 7 years ago
  15. 1d3df38 Optimize SkColorSpaceXformCanvas for GPU-acceleration by Justin Novosad · 7 years ago
  16. 2bbdcc4 Rework GrSamplerParams to be more compact and use its own wrap mode enum. by Brian Salomon · 7 years ago
  17. a81b626 Fix SkASSERT for convex paths with DAA by Yuqian Li · 7 years ago
  18. 643627e remove useless reset by Cary Clark · 7 years ago
  19. 2c75957 Clean up mask blur code. by Herb Derby · 7 years ago
  20. cc7f660 impl blitAntiV2 via mask for rasterpipeline by Mike Reed · 7 years ago
  21. 7f578bf CCPR: Remove cubic insets and MSAA borders by Chris Dalton · 7 years ago
  22. afb0bd4 Revert "Optimize SkColorSpaceXformCanvas for GPU-acceleration" by Robert Phillips · 7 years ago
  23. 07c07e2 fix analytic AA to work with even rounding by Lee Salzman · 7 years ago
  24. 19c8726 Optimize SkColorSpaceXformCanvas for GPU-acceleration by Justin Novosad · 7 years ago
  25. 63420d6 Upload the missing change in 42101 by Yuqian Li · 7 years ago
  26. b34b626 clean up some SkRasterPipelineBlitter TODOs by Mike Klein · 7 years ago
  27. bd40a5b Use SkSTArenaAlloc to manage SkCoverageDeltaMask's stack memory by Yuqian Li · 7 years ago
  28. 7b6d64a Remove unused drawPath by Yuqian Li · 7 years ago
  29. 022cfa2 Add FIFO thread pool, use it for most things. by Mike Klein · 7 years ago
  30. adbbfa6 pixmap erase fast-path by Mike Klein · 7 years ago
  31. 867017d Use SkSTArenaAlloc to handle the stack memory of the delta list by Yuqian Li · 7 years ago
  32. 56ffafe Use interpolating blur for sigma < 2 by Herb Derby · 7 years ago
  33. dff47af Fix whitespace in SkTextBlob. by Ben Wagner · 7 years ago
  34. 604a71a Allow providing SkExecutor to SkThreadedBMPDevice by Yuqian Li · 7 years ago
  35. ad8a43f DeferredDisplayList API proposal by Robert Phillips · 7 years ago
  36. f3b46e5 Rename methods and enum on SkClipStack::Element to indicate "device space" by Brian Salomon · 7 years ago
  37. 1d8c42e fold params into StageRec by Mike Reed · 7 years ago
  38. 856b3c3 no more need for a constants pointer by Mike Klein · 7 years ago
  39. 0461e9f simplify path validate by Cary Clark · 7 years ago
  40. a93a14a Convert NULL and 0 to nullptr. by Ben Wagner · 7 years ago
  41. 2e86634 Move transformation of clip elements to SkClipStack::Element by Brian Salomon · 7 years ago
  42. e6befa5 add 'a8' config for nanobench, specialize blitV for raster-pipeline by Mike Reed · 7 years ago
  43. 54ef7c0 Don't use uninitialized gamma data for adjusting SDF distance. by Jim Van Verth · 7 years ago
  44. c8323aa tiny concave path point fix by Cary Clark · 7 years ago
  45. fb126fa rework plus blend mode by Mike Klein · 7 years ago
  46. f3c99ee add SkTaskGroup::done() by Mike Klein · 7 years ago
  47. ba9741d Validate rrect type in SkRRect::isValid by Adrienne Walker · 7 years ago
  48. c3a863f Revert "Consolidate SkRasterPipelineBlitter blendmode construction" by Florin Malita · 7 years ago
  49. 19bf2b3 Consolidate SkRasterPipelineBlitter blendmode construction by Florin Malita · 7 years ago
  50. bb29f43 add compile-time not-supported checks to runtime CPU checks by Mike Klein · 7 years ago
  51. dc03dde remove code associated with legacy affine imageshaders by Mike Reed · 7 years ago
  52. 82e3145 Fix poor handling of nullptr for new blur code by Herb Derby · 7 years ago
  53. d6b28f7 Don't validate() in ~SkPathRef by Adrienne Walker · 7 years ago
  54. 5c72796 Deinline methods of SkClipStack::Element by Brian Salomon · 7 years ago
  55. a4c96cb Remove SK_SUPPORT_LEGACY_BILERP2 dead code by Florin Malita · 7 years ago
  56. eefe9f9 use rasterpipeline if localmatrix is rotated or skewed for images by Mike Reed · 7 years ago
  57. dd5ef78 Make texture created by SkColorSpaceXformImageGenerator be the right size by Brian Salomon · 7 years ago
  58. 4189d1b Add SK_API to SkOverdrawCanvas and SkOverdrawColorFilter. by Sadrul Habib Chowdhury · 7 years ago
  59. 7ca9a74 Remove uses of sk_throw. by Ben Wagner · 7 years ago
  60. e0e2075 If a conic contains any infinite points, abort chopping to quads. by Stephen White · 7 years ago
  61. 559f534 Add atrace events for bitmap uploads to Android framework builds. by Derek Sollenberger · 7 years ago
  62. 1d816b9 Revert "Switched highp float to highfloat and mediump float to half." by Brian Salomon · 7 years ago
  63. 88d99c6 Switched highp float to highfloat and mediump float to half. by Ethan Nicholas · 7 years ago
  64. b4aab9a Replace SkFAIL with SK_ABORT. by Ben Wagner · 7 years ago
  65. edf3dc0 Cleanup tracing macros for use by the Android framework by Derek Sollenberger · 7 years ago
  66. 683d84b Use SkSafeMath to calculate memory sizes. by Herb Derby · 7 years ago
  67. 8618338 Fix bogus math in object allocation. by Herb Derby · 7 years ago
  68. 3249156 Revert "Fix bogus math in object allocation." by Florin Malita · 7 years ago
  69. 0bc4d60 Fix bogus math in object allocation. by Herb Derby · 7 years ago
  70. 3ad19e5 Skip bilerp for integral-translate-only matrices (!clamp-clamp case) by Florin Malita · 7 years ago
  71. 15bb26e Add an average mode for sigma < 2 by Herb Derby · 7 years ago
  72. 4009668 Revert "Revert "Revert "Add an average mode for sigma < 2""" by Herb Derby · 7 years ago
  73. f6975ea Revert "Revert "Add an average mode for sigma < 2"" by Herb Derby · 7 years ago
  74. 8e75031 Revert "Add an average mode for sigma < 2" by Mike Klein · 7 years ago
  75. ba82751 Add an average mode for sigma < 2 by Herb Derby · 7 years ago
  76. 7cc49d6 Record SkCanvas::flush(). by Mike Klein · 7 years ago
  77. 0db0779 Fix tracing macros for framework builds by Brian Osman · 7 years ago
  78. 6ad3ffe Guard AA change to wait for rebaselines by Yuqian Li · 7 years ago
  79. 35ae65d SkSafeMath for tracking size_t overflow by Herb Derby · 7 years ago
  80. 4a31c46 Don't store clipped x which could break edge order by Yuqian Li · 7 years ago
  81. 26080be Much lower overhead Skia event tracing in the framework by Brian Osman · 7 years ago
  82. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
  83. ad8da8e Expose SkPath validation as boolean by Adrienne Walker · 7 years ago
  84. e4f846a Bypass libandroid dynamic linking for ATrace in framework builds by Brian Osman · 7 years ago
  85. 92e6cc6 Some performance tweaks for DAA by Yuqian Li · 7 years ago
  86. c2f876b Replace interp() with clut_{3,4}D stages. by Mike Klein · 7 years ago
  87. 5eb8fc5 No chop at y extrema for cubics by Yuqian Li · 7 years ago
  88. 6a14edc Remove SkColorLookUpTable::interp3D(). by Mike Klein · 7 years ago
  89. dd3feee Move gFDot6INVERSE definition to cpp file by Yuqian Li · 7 years ago
  90. a07e430 add gamma stage by Mike Klein · 7 years ago
  91. 3404207 use rasterpipeline for images if matrix is >= scale+translate by Mike Reed · 7 years ago
  92. b12e178 rewrite SkColorLookUpTable::interpDimension() by Mike Klein · 7 years ago
  93. 26308e1 Remove last uses of SkTypeface::style() in Skia. by Ben Wagner · 7 years ago
  94. 50d0d05 add an invert stage for inverse CMYK -> CMYK by Mike Klein · 7 years ago
  95. e9bf6dc Don't compare against uninit edge in SkPath::conservativelyContainsRect by Brian Salomon · 7 years ago
  96. 8aeec29 simplify shaderbase -- remove shaderproc -- no measurable speed diff by Mike Reed · 7 years ago
  97. 522101f Remove SK_NO_ANALYTIC_AA by Yuqian Li · 7 years ago
  98. 54043a0 Flush threaded device when reaching max queue size by Yuqian Li · 7 years ago
  99. 6dd8cf1 Remove SkLightingShader and associated classes by Robert Phillips · 7 years ago
  100. 121ad19 Update SkClipStack's bound computation by Robert Phillips · 7 years ago