1. d6c04d9 Simplify / fix SkBitmap::ReadRawPixels() by Mike Klein · 7 years ago
  2. ffbdd02 Make SkPath::readFromMemory failure silent by Adrienne Walker · 7 years ago
  3. f60c1a3 Reland blitFatAntiRect with guard to avoid overhead in MaskAdditiveBlitter by Yuqian Li · 7 years ago
  4. f3b4e16 Fold clamp_{x,y} into the gathers. by Mike Klein · 7 years ago
  5. 4935a01 Revert "Shrink GrDrawOpAtlases when no longer needed" by Jim Van Verth · 7 years ago
  6. 7cf5952 Shrink GrDrawOpAtlases when no longer needed by Jim Van Verth · 7 years ago
  7. b7d42e3 Don't deserialize pathref oval/rrect bits by Brian Salomon · 7 years ago
  8. 2917e07 Remove unsafe align4 call by Herb Derby · 7 years ago
  9. 1e3b79e Serialize rrect/oval paths as rrects rather than points and verbs. by Brian Salomon · 7 years ago
  10. 2fbf1bc Add SK_API to APIs used by the android framework. by Derek Sollenberger · 7 years ago
  11. 3b7658a Teach TSAN directly about semaphore_t. by Mike Klein · 7 years ago
  12. 0ca2146 remove dead code for STREAM_API by Mike Reed · 7 years ago
  13. fb6a789 Extra safety for SkRRect. by Brian Salomon · 7 years ago
  14. 6c4ea7e Fix 3 related races in SkColorSpace.cpp. by Mike Klein · 7 years ago
  15. 07cb2a2 Remove legacy code for box blur. by Herb Derby · 7 years ago
  16. e395bf2 Mac TSAN support: annotate Sk[Base]Mutex as a mutex. by Mike Klein · 7 years ago
  17. 00a2499 add back SkPacked16toX32 to SkColorPriv by Cary Clark · 7 years ago
  18. c5e4e74 skipRect should only work for lines (not quads or cubics) by Yuqian Li · 7 years ago
  19. ad04a4b Revert "Call blitFatAntiRect to avoid overhead in MaskAdditiveBlitter" by Mike Klein · 7 years ago
  20. 5f87742 Post-lerp -> pre-scale if blend mode supports it. by Mike Klein · 7 years ago
  21. f7b8820 re-land of new SkSL precisions by Ethan Nicholas · 7 years ago
  22. 6d1aaca Call blitFatAntiRect to avoid overhead in MaskAdditiveBlitter by Yuqian Li · 7 years ago
  23. a9712a5 Suppress float-cast-overflow for double-to-float in SkMatrix{,44} by Ben Wagner · 7 years ago
  24. 205a126 Revert "Revert "Don't ignore degenerates when deciding if a path is convex"" by Brian Osman · 7 years ago
  25. fb0fcb2 add back missing dependencies in SkColorPriv.h by Cary Clark · 7 years ago
  26. 27185a9 Revert "Revert "Revert "Switched highp float to highfloat and mediump float to half.""" by Ethan Nicholas · 7 years ago
  27. 05c474b Suppress float-cast-overflow in SkPoint::Length. by Ben Wagner · 7 years ago
  28. f757ae6 Retry, Bump stored lowp uniform color to 16-bit storage. by Mike Klein · 7 years ago
  29. 98c5d92 Revert "Revert "use unique_ptr for stream api"" by Mike Reed · 7 years ago
  30. 6e80aea Revert "Bump stored lowp uniform color to 16-bit storage." by Mike Klein · 7 years ago
  31. d286bfb Bump stored lowp uniform color to 16-bit storage. by Mike Klein · 7 years ago
  32. 7031b24 Revert "use unique_ptr for stream api" by Mike Reed · 7 years ago
  33. f953523 Revert "Don't ignore degenerates when deciding if a path is convex" by Brian Osman · 7 years ago
  34. 53cd6c4 Don't ignore degenerates when deciding if a path is convex by Brian Osman · 7 years ago
  35. 05d5a13 Revert "Revert "Switched highp float to highfloat and mediump float to half."" by Ethan Nicholas · 7 years ago
  36. 49f1f34 use unique_ptr for stream api by Mike Reed · 7 years ago
  37. dbdc57c fix google3 colorpriv use by Cary Clark · 7 years ago
  38. 0372162 fix flutter and pdfium by Cary Clark · 7 years ago
  39. a4083c9 make most of SkColorPriv.h private by Cary Clark · 7 years ago
  40. b201544 make kPathRefGenIDBitCnt private by Cary Clark · 7 years ago
  41. 0f96bb3 Sk4i version of blur. by Herb Derby · 7 years ago
  42. a640c49 Minor cleanups for CCPR by Chris Dalton · 7 years ago
  43. 8b1360d Reland "Optimize SkColorSpaceXformCanvas for GPU-acceleration" by Justin Novosad · 7 years ago
  44. 8bc6917 Use enum value as the lower bound by Petr Hosek · 7 years ago
  45. 1170a55 Don't allow iteration through non-finite points. by Mike Klein · 7 years ago
  46. 7231c50 Revert "Optimize SkColorSpaceXformCanvas for GPU-acceleration" by Robert Phillips · 7 years ago
  47. 1d3df38 Optimize SkColorSpaceXformCanvas for GPU-acceleration by Justin Novosad · 7 years ago
  48. 2bbdcc4 Rework GrSamplerParams to be more compact and use its own wrap mode enum. by Brian Salomon · 7 years ago
  49. a81b626 Fix SkASSERT for convex paths with DAA by Yuqian Li · 7 years ago
  50. 643627e remove useless reset by Cary Clark · 7 years ago
  51. 2c75957 Clean up mask blur code. by Herb Derby · 7 years ago
  52. cc7f660 impl blitAntiV2 via mask for rasterpipeline by Mike Reed · 7 years ago
  53. 7f578bf CCPR: Remove cubic insets and MSAA borders by Chris Dalton · 7 years ago
  54. afb0bd4 Revert "Optimize SkColorSpaceXformCanvas for GPU-acceleration" by Robert Phillips · 7 years ago
  55. 07c07e2 fix analytic AA to work with even rounding by Lee Salzman · 7 years ago
  56. 19c8726 Optimize SkColorSpaceXformCanvas for GPU-acceleration by Justin Novosad · 7 years ago
  57. 63420d6 Upload the missing change in 42101 by Yuqian Li · 7 years ago
  58. b34b626 clean up some SkRasterPipelineBlitter TODOs by Mike Klein · 7 years ago
  59. bd40a5b Use SkSTArenaAlloc to manage SkCoverageDeltaMask's stack memory by Yuqian Li · 7 years ago
  60. 7b6d64a Remove unused drawPath by Yuqian Li · 7 years ago
  61. 022cfa2 Add FIFO thread pool, use it for most things. by Mike Klein · 7 years ago
  62. adbbfa6 pixmap erase fast-path by Mike Klein · 7 years ago
  63. 867017d Use SkSTArenaAlloc to handle the stack memory of the delta list by Yuqian Li · 7 years ago
  64. 56ffafe Use interpolating blur for sigma < 2 by Herb Derby · 7 years ago
  65. dff47af Fix whitespace in SkTextBlob. by Ben Wagner · 7 years ago
  66. 604a71a Allow providing SkExecutor to SkThreadedBMPDevice by Yuqian Li · 7 years ago
  67. ad8a43f DeferredDisplayList API proposal by Robert Phillips · 7 years ago
  68. f3b46e5 Rename methods and enum on SkClipStack::Element to indicate "device space" by Brian Salomon · 7 years ago
  69. 1d8c42e fold params into StageRec by Mike Reed · 7 years ago
  70. 856b3c3 no more need for a constants pointer by Mike Klein · 7 years ago
  71. 0461e9f simplify path validate by Cary Clark · 7 years ago
  72. a93a14a Convert NULL and 0 to nullptr. by Ben Wagner · 7 years ago
  73. 2e86634 Move transformation of clip elements to SkClipStack::Element by Brian Salomon · 7 years ago
  74. e6befa5 add 'a8' config for nanobench, specialize blitV for raster-pipeline by Mike Reed · 7 years ago
  75. 54ef7c0 Don't use uninitialized gamma data for adjusting SDF distance. by Jim Van Verth · 7 years ago
  76. c8323aa tiny concave path point fix by Cary Clark · 7 years ago
  77. fb126fa rework plus blend mode by Mike Klein · 7 years ago
  78. f3c99ee add SkTaskGroup::done() by Mike Klein · 7 years ago
  79. ba9741d Validate rrect type in SkRRect::isValid by Adrienne Walker · 7 years ago
  80. c3a863f Revert "Consolidate SkRasterPipelineBlitter blendmode construction" by Florin Malita · 7 years ago
  81. 19bf2b3 Consolidate SkRasterPipelineBlitter blendmode construction by Florin Malita · 7 years ago
  82. bb29f43 add compile-time not-supported checks to runtime CPU checks by Mike Klein · 7 years ago
  83. dc03dde remove code associated with legacy affine imageshaders by Mike Reed · 7 years ago
  84. 82e3145 Fix poor handling of nullptr for new blur code by Herb Derby · 7 years ago
  85. d6b28f7 Don't validate() in ~SkPathRef by Adrienne Walker · 7 years ago
  86. 5c72796 Deinline methods of SkClipStack::Element by Brian Salomon · 7 years ago
  87. a4c96cb Remove SK_SUPPORT_LEGACY_BILERP2 dead code by Florin Malita · 7 years ago
  88. eefe9f9 use rasterpipeline if localmatrix is rotated or skewed for images by Mike Reed · 7 years ago
  89. dd5ef78 Make texture created by SkColorSpaceXformImageGenerator be the right size by Brian Salomon · 7 years ago
  90. 4189d1b Add SK_API to SkOverdrawCanvas and SkOverdrawColorFilter. by Sadrul Habib Chowdhury · 7 years ago
  91. 7ca9a74 Remove uses of sk_throw. by Ben Wagner · 7 years ago
  92. e0e2075 If a conic contains any infinite points, abort chopping to quads. by Stephen White · 7 years ago
  93. 559f534 Add atrace events for bitmap uploads to Android framework builds. by Derek Sollenberger · 7 years ago
  94. 1d816b9 Revert "Switched highp float to highfloat and mediump float to half." by Brian Salomon · 7 years ago
  95. 88d99c6 Switched highp float to highfloat and mediump float to half. by Ethan Nicholas · 7 years ago
  96. b4aab9a Replace SkFAIL with SK_ABORT. by Ben Wagner · 7 years ago
  97. edf3dc0 Cleanup tracing macros for use by the Android framework by Derek Sollenberger · 7 years ago
  98. 683d84b Use SkSafeMath to calculate memory sizes. by Herb Derby · 7 years ago
  99. 8618338 Fix bogus math in object allocation. by Herb Derby · 7 years ago
  100. 3249156 Revert "Fix bogus math in object allocation." by Florin Malita · 7 years ago