aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkColorFilter.h
Commit message (Expand)AuthorAge
* rename GrShaderDataManager -> GrProcessorDataManagerGravatar joshualitt2015-07-09
* More threading of GrShaderDataManagerGravatar joshualitt2015-07-08
* remove SkInstCntGravatar mtklein2015-06-26
* Revert of Revert of remove colorfilter native-565 support. complicating w/ no...Gravatar reed2015-03-24
* Revert of remove colorfilter native-565 support. complicating w/ no real valu...Gravatar reed2015-03-24
* remove colorfilter native-565 support. complicating w/ no real value.Gravatar reed2015-03-24
* add impl limit for number of leaf-nodes in composecolorfilterGravatar reed2015-03-05
* udpate dox for colorfilter fragment processor requirementsGravatar reed2015-03-04
* change colorfilter to return an array of frag processorsGravatar reed2015-03-03
* add virtuals to optimize composing colorfiltersGravatar reed2015-03-02
* add compose-colorfilterGravatar reed2015-03-01
* Revert of add compose-colorfilter (patchset #2 id:20001 of https://codereview...Gravatar reed2015-03-01
* add compose-colorfilterGravatar reed2015-03-01
* Remove SK_SUPPORT_LEGACY_DEEPFLATTENING.Gravatar mtklein2014-12-01
* Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https...Gravatar mtklein2014-12-01
* Remove SK_SUPPORT_LEGACY_DEEPFLATTENING.Gravatar mtklein2014-12-01
* Patch to create a distinct geometry processor. The vast majority of this patchGravatar joshualitt2014-09-23
* Simplify flattening to just write enough to call the factory/public-construct...Gravatar reed2014-08-21
* Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*.Gravatar bsalomon2014-07-08
* Revert of Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*...Gravatar reed2014-07-07
* Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*.Gravatar bsalomon2014-07-07
* Allow toString capability to be toggled independent of developer mode.Gravatar commit-bot@chromium.org2014-03-13
* Refactor read and write buffers.Gravatar commit-bot@chromium.org2014-01-30
* 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