1. 82e3145 Fix poor handling of nullptr for new blur code by Herb Derby · 7 years ago
  2. d6b28f7 Don't validate() in ~SkPathRef by Adrienne Walker · 7 years ago
  3. 5c72796 Deinline methods of SkClipStack::Element by Brian Salomon · 7 years ago
  4. a4c96cb Remove SK_SUPPORT_LEGACY_BILERP2 dead code by Florin Malita · 7 years ago
  5. eefe9f9 use rasterpipeline if localmatrix is rotated or skewed for images by Mike Reed · 7 years ago
  6. dd5ef78 Make texture created by SkColorSpaceXformImageGenerator be the right size by Brian Salomon · 7 years ago
  7. 4189d1b Add SK_API to SkOverdrawCanvas and SkOverdrawColorFilter. by Sadrul Habib Chowdhury · 7 years ago
  8. 7ca9a74 Remove uses of sk_throw. by Ben Wagner · 7 years ago
  9. e0e2075 If a conic contains any infinite points, abort chopping to quads. by Stephen White · 7 years ago
  10. 559f534 Add atrace events for bitmap uploads to Android framework builds. by Derek Sollenberger · 7 years ago
  11. 1d816b9 Revert "Switched highp float to highfloat and mediump float to half." by Brian Salomon · 7 years ago
  12. 88d99c6 Switched highp float to highfloat and mediump float to half. by Ethan Nicholas · 7 years ago
  13. b4aab9a Replace SkFAIL with SK_ABORT. by Ben Wagner · 7 years ago
  14. edf3dc0 Cleanup tracing macros for use by the Android framework by Derek Sollenberger · 7 years ago
  15. 683d84b Use SkSafeMath to calculate memory sizes. by Herb Derby · 7 years ago
  16. 8618338 Fix bogus math in object allocation. by Herb Derby · 7 years ago
  17. 3249156 Revert "Fix bogus math in object allocation." by Florin Malita · 7 years ago
  18. 0bc4d60 Fix bogus math in object allocation. by Herb Derby · 7 years ago
  19. 3ad19e5 Skip bilerp for integral-translate-only matrices (!clamp-clamp case) by Florin Malita · 7 years ago
  20. 15bb26e Add an average mode for sigma < 2 by Herb Derby · 7 years ago
  21. 4009668 Revert "Revert "Revert "Add an average mode for sigma < 2""" by Herb Derby · 7 years ago
  22. f6975ea Revert "Revert "Add an average mode for sigma < 2"" by Herb Derby · 7 years ago
  23. 8e75031 Revert "Add an average mode for sigma < 2" by Mike Klein · 7 years ago
  24. ba82751 Add an average mode for sigma < 2 by Herb Derby · 7 years ago
  25. 7cc49d6 Record SkCanvas::flush(). by Mike Klein · 7 years ago
  26. 0db0779 Fix tracing macros for framework builds by Brian Osman · 7 years ago
  27. 6ad3ffe Guard AA change to wait for rebaselines by Yuqian Li · 7 years ago
  28. 35ae65d SkSafeMath for tracking size_t overflow by Herb Derby · 7 years ago
  29. 4a31c46 Don't store clipped x which could break edge order by Yuqian Li · 7 years ago
  30. 26080be Much lower overhead Skia event tracing in the framework by Brian Osman · 7 years ago
  31. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
  32. ad8da8e Expose SkPath validation as boolean by Adrienne Walker · 7 years ago
  33. e4f846a Bypass libandroid dynamic linking for ATrace in framework builds by Brian Osman · 7 years ago
  34. 92e6cc6 Some performance tweaks for DAA by Yuqian Li · 7 years ago
  35. c2f876b Replace interp() with clut_{3,4}D stages. by Mike Klein · 7 years ago
  36. 5eb8fc5 No chop at y extrema for cubics by Yuqian Li · 7 years ago
  37. 6a14edc Remove SkColorLookUpTable::interp3D(). by Mike Klein · 7 years ago
  38. dd3feee Move gFDot6INVERSE definition to cpp file by Yuqian Li · 7 years ago
  39. a07e430 add gamma stage by Mike Klein · 7 years ago
  40. 3404207 use rasterpipeline for images if matrix is >= scale+translate by Mike Reed · 7 years ago
  41. b12e178 rewrite SkColorLookUpTable::interpDimension() by Mike Klein · 7 years ago
  42. 26308e1 Remove last uses of SkTypeface::style() in Skia. by Ben Wagner · 7 years ago
  43. 50d0d05 add an invert stage for inverse CMYK -> CMYK by Mike Klein · 7 years ago
  44. e9bf6dc Don't compare against uninit edge in SkPath::conservativelyContainsRect by Brian Salomon · 7 years ago
  45. 8aeec29 simplify shaderbase -- remove shaderproc -- no measurable speed diff by Mike Reed · 7 years ago
  46. 522101f Remove SK_NO_ANALYTIC_AA by Yuqian Li · 7 years ago
  47. 54043a0 Flush threaded device when reaching max queue size by Yuqian Li · 7 years ago
  48. 6dd8cf1 Remove SkLightingShader and associated classes by Robert Phillips · 7 years ago
  49. 121ad19 Update SkClipStack's bound computation by Robert Phillips · 7 years ago
  50. 49fd5d5 Disable Delta AA for MSVC for now by Yuqian Li · 7 years ago
  51. b6705c2 Add support for object creation/snapshot/deletion events by Brian Osman · 7 years ago
  52. 1a2e3e1 Store float and byte constant colors. by Mike Klein · 7 years ago
  53. 16776df funnel all constant colors through append_constant_color() by Mike Klein · 7 years ago
  54. 073073e Rename append_uniform_color() to append_constant_color(). by Mike Klein · 7 years ago
  55. 73d8fd9 Add a private API for writing the clip to the stencil by Stan Iliev · 7 years ago
  56. 8289306 Revert "remove another SkConvertPixels "fast path"" by Mike Klein · 7 years ago
  57. db96f25 Reduce SORT_THRESHOLD to 256 by Yuqian Li · 7 years ago
  58. 706a076 remove another SkConvertPixels "fast path" by Mike Klein · 7 years ago
  59. 5a9a981 Tiling support for SkSweepGradient by Florin Malita · 7 years ago
  60. 4bd3b09 Assert text passed to canvas is initialized. by Ben Wagner · 7 years ago
  61. e779ab1 Remove unused code for index 8 by Brian Osman · 7 years ago
  62. 96271cd Require clone() be implemented by GrFragmentProcessor subclasses by Brian Salomon · 7 years ago
  63. 179849e Fix premul state in from_srgb in convert_with_pipeline by Christopher Cameron · 7 years ago
  64. 0500eba Remove union from SkFontStyle. by Ben Wagner · 7 years ago
  65. 49f58a3 Add asserts to SkBlurImageFilter flatten & CreateProc by Robert Phillips · 7 years ago
  66. 66e393c longer is better by Cary Clark · 7 years ago
  67. d9b6773 disable single threaded debugging code by Cary Clark · 7 years ago
  68. f41996e Remove dead SK_SUPPORT_LEGACY_BILERP code by Florin Malita · 7 years ago
  69. 1af03d4 Compute correct bounds for DrawShadowRec. by Jim Van Verth · 7 years ago
  70. 5af9ea3 renamed SkSL types in preparation for killing precision modifiers by Ethan Nicholas · 7 years ago
  71. 2f145bf Enable Delta AA by default by Yuqian Li · 7 years ago
  72. 7131950 Remove internal use of SkTypeface::Style. by Ben Wagner · 7 years ago
  73. 2e2d34b Revert "Remove the temporary flag SK_NO_ANALYTIC_AA" by Yuqian Li · 7 years ago
  74. dbce07d Remove the temporary flag SK_NO_ANALYTIC_AA by Yuqian Li · 7 years ago
  75. b133ffe Remove Gr1DKernelEffect "helper" class. by Brian Salomon · 7 years ago
  76. 7d99dad Unify DAA and AAA usage decision by Yuqian Li · 7 years ago
  77. 41a930f Revert "Revert "Fix SkPathRef deserialization malloc crash"" by Mike Reed · 7 years ago
  78. a4ce4b1 Revert "Fix SkPathRef deserialization malloc crash" by Mike Reed · 7 years ago
  79. df6660f Fix SkPathRef deserialization malloc crash by Adrienne Walker · 7 years ago
  80. e82a10b Use ifdef instead of ifndef by Yuqian Li · 7 years ago
  81. 847068c add Make factory to SkMemoryStream (simplify call-sites) by Mike Reed · 7 years ago
  82. 5e035ca Normalize canvas tracing by Brian Osman · 7 years ago
  83. 68dd2a2 Further reduce stack size according to -fstack-usage by Yuqian Li · 7 years ago
  84. 39c08ac Automatically prepend "disabled-by-default-" to TRACE categories by Brian Osman · 7 years ago
  85. bb2c14e Further reduce google3 stack size by Yuqian Li · 7 years ago
  86. a9340ba Tracing macro cleanup continued by Brian Osman · 7 years ago
  87. 103611d Fix flutter and g3 build by Yuqian Li · 7 years ago
  88. df60e36 New analytic AA scan converter using delta (I call it DAA for now) by Yuqian Li · 7 years ago
  89. 4ed9ae4 Improve GrGLNonlinearColorSpaceXformEffect to support scRGB by Stan Iliev · 7 years ago
  90. 159db0a rough clamped tracking in SkRasterPipeline by Mike Klein · 7 years ago
  91. 323ae0e trim down colortable impl by Mike Reed · 7 years ago
  92. 92db5a3 CPU impl for ToSRGBColorFilter by Mike Klein · 7 years ago
  93. d89d7a7 Add clone() to three more fragment processor classes by Brian Salomon · 7 years ago
  94. 56e2d94 remove orphaned file by Mike Reed · 7 years ago
  95. 6229b12 Control crash ArenaAlloc for unsatisfiable requests. by Ben Wagner · 7 years ago
  96. b323a5e sprinkle more tracing in GM, tests, and ok, and add TRACE_FUNC by Mike Klein · 7 years ago
  97. 89d9d95 Add temporary fix for DrawShadowRec bounds. by Jim Van Verth · 7 years ago
  98. e44ef10 Second small fragment from "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
  99. 9ddf86d make SkColorTable private by Mike Reed · 7 years ago
  100. 54518ac remove unused SkPoint3 from SkColor.h by Mike Reed · 7 years ago