1. 27dddae rebase by Cary Clark · 6 years ago
  2. 89ad31e Revert "Reland "remove toString"" by Cary Clark · 6 years ago
  3. 92e37b6 Reland "remove toString" by Cary Clark · 6 years ago
  4. 4dc5a45 remove defines and add commas by Cary Clark · 6 years ago
  5. 32a4910 Revert "remove toString" by Cary Clark · 6 years ago
  6. 5191880 remove toString by Cary Clark · 6 years ago
  7. 9988541 remove SK_IGNORE_TO_STRING by Cary Clark · 6 years ago
  8. 4cbb6e6 Pass GrRenderTargetContext's GrColorSpaceInfo to SkShader and SkColorFilter. by Brian Salomon · 7 years ago
  9. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
  10. 9c1d780 remove filterSpan from SkColorFilter by Mike Reed · 7 years ago
  11. 25f3805 slant colorfilter away from filterSpan4f by Mike Reed · 7 years ago
  12. fdf3103 void SkColorFilter::onAppendStages(...) by Mike Klein · 7 years ago
  13. b9641bd force all colorfilters to implement 4f by Mike Reed · 7 years ago
  14. ac04fef Remove SkFallbackAlloc and SkFixedAlloc. by Herb Derby · 8 years ago
  15. 744908e Fix SkModeColorFilter in 565 by Mike Klein · 8 years ago
  16. eea7c16 Add Matrix colorfilter pipeline stages. by Mike Klein · 8 years ago
  17. 1f49f26 SkRasterPipeline: implement SkLumaColorFilter by Mike Klein · 8 years ago
  18. 618d304 GrConstColorProcessor uses 4f colors in the destination space by Brian Osman · 8 years ago
  19. 958788a remove 4 legacy flags (clients already updated) by Mike Reed · 8 years ago
  20. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  21. d053ce9 Reland of [2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.o… (patchset #1 id:1 of https://codereview.chromium.org/1821103004/ ) by reed · 8 years ago
  22. d688929 Revert of Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.o… (patchset #3 id:40001 of https://codereview.chromium.org/1825073002/ ) by reed · 8 years ago
  23. 4c9776b Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ )" by reed · 8 years ago
  24. 1eb81db Revert of switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ ) by reed · 8 years ago
  25. f809d76 switch colorfilters to sk_sp by reed · 8 years ago
  26. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  27. e25eea4 Use child processors to implement compose color filter. by bsalomon · 9 years ago
  28. ae4738f Create fragment processor for performing input color blend with child processor by bsalomon · 9 years ago
  29. 9cc1775 rename GrShaderDataManager -> GrProcessorDataManager by joshualitt · 9 years ago
  30. 2cff176 More threading of GrShaderDataManager by joshualitt · 9 years ago
  31. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  32. cff10b2 change colorfilter to return an array of frag processors by reed · 9 years ago
  33. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  34. 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  35. 6e78293 Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/) by mtklein · 10 years ago
  36. 52c2935 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  37. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
  38. 9fa60da Simplify flattening to just write enough to call the factory/public-constructor for the class. We want to *not* rely on private constructors, and not rely on calling through the inheritance hierarchy for either flattening or unflattening(CreateProc). by reed · 10 years ago
  39. 97b9ab7 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  40. 969842a Revert of Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. (https://codereview.chromium.org/377503004/) by reed · 10 years ago
  41. 2011fe9 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  42. 0f10f7b Allow toString capability to be toggled independent of developer mode. by commit-bot@chromium.org · 10 years ago
  43. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
  44. d494b09 Align SkLumaColorFilter with the spec. by commit-bot@chromium.org · 11 years ago
  45. 6c1ee2d Luminance-to-alpha color filter (SkLumaColorFilter). by commit-bot@chromium.org · 11 years ago