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