1. a163392 Revert "Revert "Removing ref counting from GrXPFactory."" by Brian Salomon · 8 years ago
  2. 003312a Revert "Removing ref counting from GrXPFactory." by Brian Salomon · 8 years ago
  3. a8f80de Removing ref counting from GrXPFactory. by Brian Salomon · 8 years ago
  4. d5de013 Some simple pipeline refactoring. by Mike Klein · 8 years ago
  5. 0e39f97 Revert "Revert "make it illegal to include SkXfermode.h"" by Mike Reed · 8 years ago
  6. e9d1b29 Revert "make it illegal to include SkXfermode.h" by Greg Daniel · 8 years ago
  7. 07764ce make it illegal to include SkXfermode.h by Mike Reed · 8 years ago
  8. d470673 make SkXfermode.h go away by Mike Reed · 8 years ago
  9. bfebe22 Set analytic AA as default. by liyuqian · 8 years ago
  10. 06dd5c7 Revert of Set analytic AA as default. (patchset #8 id:140001 of https://codereview.chromium.org/2471133002/ ) by liyuqian · 8 years ago
  11. dca4f65 Set analytic AA as default. by liyuqian · 8 years ago
  12. 6a01554 remove use of xfermode* in procs by Mike Reed · 8 years ago
  13. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  14. 130863e Only clamp when we think our math requires it. by Mike Klein · 8 years ago
  15. e902f8d SkRasterPipelineBlitter simplifications by Mike Klein · 8 years ago
  16. 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
  17. c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  18. 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  19. 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  20. 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  21. 9161ef0 Make all SkRasterPipeline stages stock stages in SkOpts. by Mike Klein · 8 years ago
  22. 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
  23. 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
  24. ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  25. 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
  26. c8dd6bc Rearrange SkRasterPipeline scanline tail handling. by Mike Klein · 8 years ago
  27. 1ab9e59 Google3 <functional> has a global "using std::plus"... by mtklein · 8 years ago
  28. 6466544 stages for most xfermodes by mtklein · 8 years ago
  29. 9a5c47f Add SkRasterPipeline blitter. by mtklein · 8 years ago
  30. aa29b27 Revert of Add SkRasterPipeline blitter. (patchset #18 id:340001 of https://codereview.chromium.org/2146413002/ ) by mtklein · 8 years ago
  31. 3011e33 Add SkRasterPipeline blitter. by mtklein · 8 years ago
  32. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  33. ffa4a92 SkOncePtr -> SkOnce by mtklein · 8 years ago
  34. 959a293 Revert of SkOncePtr -> SkOnce (patchset #1 id:1 of https://codereview.chromium.org/1949313003/ ) by reed · 8 years ago
  35. 82da9a8 Reland of SkOncePtr -> SkOnce (patchset #1 id:1 of https://codereview.chromium.org/1945293004/ ) by reed · 8 years ago
  36. 7eb33da Revert of SkOncePtr -> SkOnce (patchset #4 id:60001 of https://codereview.chromium.org/1953533002/ ) by reed · 8 years ago
  37. 9bd3fc7 SkOncePtr -> SkOnce by mtklein · 8 years ago
  38. 60c9b58 change flattenable factory to return sk_sp by reed · 8 years ago
  39. cfb6bdf switch xfermodes over to sk_sp by reed · 8 years ago
  40. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  41. 8f7b0b2 simplify/unify xferproc api by reed · 9 years ago
  42. 129ed1c lots of sRGB and F16 blits by reed · 9 years ago
  43. 7c249e5 SkNx: kth<...>() -> [...] by mtklein · 9 years ago
  44. dd9ffea make SkPM4f private by reed · 9 years ago
  45. 576af8f some modes need clamping due to numerical imprecision by reed · 9 years ago
  46. e712532 implement more xfermodeproc4f and add GM by reed · 9 years ago
  47. 4f03794 Alter SkXfermode's asFragmentProcessor & asXPFactory contracts by robertphillips · 9 years ago
  48. 3125565 extend modecolorfilter to 4f by reed · 9 years ago
  49. ff172da Revert of Work around exasperating Google3 Android build error. (patchset #1 id:1 of https://codereview.chromium.org/1649493005/ ) by benjaminwagner · 9 years ago
  50. 395eabe float components in xfermodes by reed · 9 years ago
  51. 900901f Work around exasperating Google3 Android build error. by benjaminwagner · 9 years ago
  52. bbb6dc8 kill SkValue by mtklein · 9 years ago
  53. 27a6e86 SkValue: SkXfermode by halcanary · 9 years ago
  54. c4b7272 Don't create a GXPFactory when blend is SrcOver by egdaniel · 9 years ago
  55. f234272 Revert of Make specialized SrcOver XPFactory (patchset #3 id:40001 of https://codereview.chromium.org/1455273006/ ) by egdaniel · 9 years ago
  56. a7006d4 Make specialized SrcOver XPFactory by egdaniel · 9 years ago
  57. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  58. ae4738f Create fragment processor for performing input color blend with child processor by bsalomon · 9 years ago
  59. 6c59d80 Port uses of SkLazyPtr to SkOncePtr. by mtklein · 9 years ago
  60. 2ac6793 Revert of Port uses of SkLazyPtr to SkOncePtr. (patchset #7 id:110001 of https://codereview.chromium.org/1322933005/ ) by mtklein · 9 years ago
  61. a1254ac Port uses of SkLazyPtr to SkOncePtr. by mtklein · 9 years ago
  62. dde03ff Clean up remaining users of SkPMFloat by mtklein · 9 years ago
  63. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  64. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  65. 99fe822 Use static_assert instead of SK_COMPILE_ASSERT. by bungeman · 9 years ago
  66. 490b615 Port SkXfermode opts to SkOpts.h by mtklein · 9 years ago
  67. 2c32342 No one calls SkXfermode::GetProc16 by mtklein · 9 years ago
  68. 4c4b84c Clean up more SkXfermode.cpp dead code. by mtklein · 9 years ago
  69. 54f313c Clean up dead xfermode opts code. by mtklein · 9 years ago
  70. 9cc1775 rename GrShaderDataManager -> GrProcessorDataManager by joshualitt · 9 years ago
  71. b245605 more threading of GrShaderDataManager by joshualitt · 9 years ago
  72. 27c2b09 Move Sk4px Xfermode code to a header so we can use it twice. by mtklein · 9 years ago
  73. 160d08c Fix Plus by mtklein · 9 years ago
  74. 5a7cd87 Clean up Sk4f xfermodes and covered _SSE2 xfermodes. by mtklein · 9 years ago
  75. 9b77796 sk4px the rest of the easy xfermodes. by mtklein · 9 years ago
  76. 0135a41 Sk4px: Difference and Exclusion by mtklein · 9 years ago
  77. ec1f77d Revert of Temporarily revert just Multiply to see if that's the source of NEON diffs. (patchset #2 id:20001 of https://codereview.chromium.org/1129293005/) by mtklein · 9 years ago
  78. 6095260 Temporarily revert just Multiply to see if that's the source of NEON diffs. by mtklein · 9 years ago
  79. af953bb Revert of Temporarily revert just Multiply to see if that's the source of NEON diffs. (patchset #1 id:1 of https://codereview.chromium.org/1129293005/) by mtklein · 9 years ago
  80. 5b9f352 Temporarily revert just Multiply to see if that's the source of NEON diffs. by mtklein · 9 years ago
  81. 2d8d33e Sk4px: SrcATop, DstATop, Xor, Multiply by mtklein · 9 years ago
  82. 04d24a3 Turn on Sk4px xfermodes when we have NEON too. by mtklein · 9 years ago
  83. 6cbf18c Plus xfermode using Sk4px. by mtklein · 9 years ago
  84. 3006b2e re-enable neon opts for some xfermodes by reed · 9 years ago
  85. 6cad1da simplify xfers by reed · 9 years ago
  86. 7792dbf Code's more readable when SkPMFloat is an Sk4f. #floats by mtklein · 9 years ago
  87. e758579 Revert of Code's more readable when SkPMFloat is an Sk4f. (patchset #3 id:40001 of https://codereview.chromium.org/1061603002/) by mtklein · 9 years ago
  88. 6b5dab8 Code's more readable when SkPMFloat is an Sk4f. #floats by mtklein · 9 years ago
  89. aed98b8 enable sk4f xfermodes by reed · 9 years ago
  90. 3d62683 New names for SkPMFloat methods. by mtklein · 9 years ago
  91. 92dabe7 Exclusion and Difference modes using Sk4f by reed · 9 years ago
  92. f8f5478 impl Multiply mode using Sk4f by reed · 9 years ago
  93. f92ace9 experimental speedup some xfermodes with Sk4f by reed · 9 years ago
  94. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  95. dcfb7cf Remove the need for asCoeff in SkXfermode. by egdaniel · 10 years ago
  96. 5813616 Do more cleanup from xp changes by egdaniel · 10 years ago
  97. 54f0e9d Add Xfer Processor for GrCustomXfermodes by egdaniel · 10 years ago
  98. 0063a9b Move XferEffects class to GrCustomXfermode file by egdaniel · 10 years ago
  99. 38cd055 Do some minor pre cleanup work before converting all xfermodes to XPs. by egdaniel · 10 years ago
  100. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago