aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkColorFilter.h
Commit message (Expand)AuthorAge
* Initial error handling codeGravatar commit-bot@chromium.org2013-10-23
* make explicit the requirement that all colorfilters are reentrant-safeGravatar reed@google.com2013-10-10
* Add printing of SkColorFilter-derived classes to debuggerGravatar robertphillips@google.com2013-05-23
* Wrap GrEffects in GrEffectPtr.Gravatar bsalomon@google.com2013-01-16
* Make all colorfilter methods const, in preparation for declaring themGravatar reed@google.com2012-12-17
* GrCustomStage Renaming Part 4Gravatar bsalomon@google.com2012-10-24
* CustomStage Renaming Part 1Gravatar bsalomon@google.com2012-10-24
* Make table color filter use asNewCustomStage.Gravatar bsalomon@google.com2012-10-17
* Use GrCustomStage to implement color matrix.Gravatar bsalomon@google.com2012-10-17
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Update SkFlattenable buffers to be more modular.Gravatar djsollen@google.com2012-08-07
* move SkFilterShader into private headerGravatar reed@google.com2012-08-06
* Added Inst counting to SkFlattenable-derived classesGravatar robertphillips@google.com2012-06-27
* remove public function-ptr based colorfilterGravatar reed@google.com2012-06-04
* Cleanup code related to SkFlattenable::flatten()Gravatar djsollen@google.com2012-03-29
* Create macro for registering classes for deserializationGravatar djsollen@google.com2012-03-26
* Cleanup Macros arround static initializers for SkFlattenable.Gravatar djsollen@google.com2012-03-23
* add asComponentTable() query (will impl in SkTableColorFilter next)Gravatar reed@google.com2012-01-05
* Implement SkColorFilter::asColorMatrix() virtual, and override inGravatar senorblanco@chromium.org2011-12-20
* add optional manual global initializationGravatar caryclark@google.com2011-12-15
* Use SK_OVERRIDE to add a little extra robustness against name changes.Gravatar tomhudson@google.com2011-10-03
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* Add missing flattenable registrations and CreateProc() functions;Gravatar tomhudson@google.com2011-04-27
* optimize when we have a colorfilter, but no shader or xfermodeGravatar reed@google.com2011-04-19
* Add DLL exports (Fixes Multi-DLL build in Chrome against TOT skia)Gravatar bsalomon@google.com2011-04-15
* add reflection asColorMode to SkColorFilter (for gpu)Gravatar reed@google.com2011-04-14
* remove deprecated use of porterduff enumGravatar reed@android.com2009-06-23
* grab from latest androidGravatar reed@android.com2008-12-17