1. 2d6ba66 Revert of change all factories to return their base-class (patchset #1 id:1 of https://codereview.chromium.org/1535353002/ ) by reed · 9 years ago
  2. d63f60a change all factories to return their base-class by reed · 9 years ago
  3. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  4. e25eea4 Use child processors to implement compose color filter. by bsalomon · 9 years ago
  5. ae4738f Create fragment processor for performing input color blend with child processor by bsalomon · 9 years ago
  6. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  7. 9cc1775 rename GrShaderDataManager -> GrProcessorDataManager by joshualitt · 9 years ago
  8. 2cff176 More threading of GrShaderDataManager by joshualitt · 9 years ago
  9. c9adb05 Refactor Sk2x<T> + Sk4x<T> into SkNf<N,T> and SkNi<N,T> by mtklein · 9 years ago
  10. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  11. 62a320c Revert of Revert of remove colorfilter native-565 support. complicating w/ no real value. (patchset #1 id:1 of https://codereview.chromium.org/1022673007/) by reed · 9 years ago
  12. 92b47c4 Revert of remove colorfilter native-565 support. complicating w/ no real value. (patchset #2 id:20001 of https://codereview.chromium.org/1015533011/) by reed · 9 years ago
  13. b67eb2f Revert "Revert of impl colormatrix w/ floats (patchset #7 id:120001 of https://codereview.chromium.org/967943002/)" by reed · 9 years ago
  14. 2151353 remove colorfilter native-565 support. complicating w/ no real value. by reed · 9 years ago
  15. 374a4c3 Revert of impl colormatrix w/ floats (patchset #7 id:120001 of https://codereview.chromium.org/967943002/) by reed · 9 years ago
  16. 7971def impl colormatrix w/ floats by reed · 9 years ago
  17. cff10b2 change colorfilter to return an array of frag processors by reed · 9 years ago
  18. 8a8d841 add virtuals to optimize composing colorfilters by reed · 9 years ago
  19. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  20. 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  21. 6e78293 Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/) by mtklein · 10 years ago
  22. 52c2935 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  23. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
  24. 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
  25. 97b9ab7 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  26. 969842a Revert of Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. (https://codereview.chromium.org/377503004/) by reed · 10 years ago
  27. 2011fe9 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  28. bd0be25 Remove SK_SUPPORT_LEGACY_PUBLICEFFECTCONSTRUCTORS flag. by commit-bot@chromium.org · 10 years ago
  29. 0f10f7b Allow toString capability to be toggled independent of developer mode. by commit-bot@chromium.org · 10 years ago
  30. 727a352 Factory methods for heap-allocated SkColorFilter objects. by commit-bot@chromium.org · 11 years ago
  31. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
  32. 1202c2a Add printing of SkColorFilter-derived classes to debugger by robertphillips@google.com · 11 years ago
  33. 0ac6af4 Wrap GrEffects in GrEffectPtr. by bsalomon@google.com · 12 years ago
  34. bada644 Make all colorfilter methods const, in preparation for declaring them by reed@google.com · 12 years ago
  35. 8ea78d8 GrCustomStage Renaming Part 4 by bsalomon@google.com · 12 years ago
  36. a469c28 CustomStage Renaming Part 1 by bsalomon@google.com · 12 years ago
  37. 67e78c9 Use GrCustomStage to implement color matrix. by bsalomon@google.com · 12 years ago
  38. 6806fe8 Export effects classes with SK_API. by tfarina@chromium.org · 12 years ago
  39. 7b6c193 remove mutable apis on SkColorMatrixFilter, must use constructor. by reed@google.com · 12 years ago
  40. 5492424 Cleanup code related to SkFlattenable::flatten() by djsollen@google.com · 12 years ago
  41. ba28d03 Create macro for registering classes for deserialization by djsollen@google.com · 12 years ago
  42. a2ca41e Cleanup Macros arround static initializers for SkFlattenable. by djsollen@google.com · 12 years ago
  43. c79fd6e Export SkColorMatrixFilter via SK_API. by senorblanco@chromium.org · 13 years ago
  44. 7012162 add SK_OVERRIDE by mike@reedtribe.org · 13 years ago
  45. e5ff3ce Implement SkColorFilter::asColorMatrix() virtual, and override in by senorblanco@chromium.org · 13 years ago
  46. d26147a add optional manual global initialization by caryclark@google.com · 13 years ago
  47. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  48. 1447c6f Add missing flattenable registrations and CreateProc() functions; by tomhudson@google.com · 13 years ago
  49. 8a1c16f grab from latest android by reed@android.com · 16 years ago