aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkMaskGamma.h
Commit message (Expand)AuthorAge
* Move SkNoncopyable to include/private.Gravatar Ben Wagner2018-07-17
* make most of SkColorPriv.h privateGravatar Cary Clark2017-09-15
* Don't use uninitialized gamma data for adjusting SDF distance.Gravatar Jim Van Verth2017-08-25
* Remove SkAutoTUnref and SkAutoTDelete from public includes.Gravatar bungeman2016-10-27
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* remove SkInstCntGravatar mtklein2015-06-26
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* Gamma correction for distance field text.Gravatar jvanverth2014-06-10
* Revert of Gamma correction for distance field text. (https://codereview.chrom...Gravatar scroggo2014-06-09
* Gamma correction for distance field text.Gravatar jvanverth2014-06-09
* Fix compilation with SK_ENABLE_INST_COUNT=1Gravatar commit-bot@chromium.org2013-12-05
* remove SkFloatToScalar macroGravatar commit-bot@chromium.org2013-11-25
* fix spelling: cannonical -> canonicalGravatar reed@google.com2013-01-08
* Clean up usage of mask gamma.Gravatar bungeman@google.com2012-10-26
* Remove state from SkColorSpaceLuminance to avoid memory management.Gravatar bungeman@google.com2012-10-04
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-09-12
* Reduce SkMaskGamma cache thrashing.Gravatar bungeman@google.com2012-09-11
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Fixed instance counting for templated classesGravatar robertphillips@google.com2012-08-22
* Compilation fix for r5123 (disabling template inst count tracking)Gravatar robertphillips@google.com2012-08-16
* Extended Inst counting to find "unknown" leaked object (SkTMaskGamma)Gravatar robertphillips@google.com2012-08-16
* Added virtual destructor to SkColorSpaceLuminanceGravatar robertphillips@google.com2012-08-15
* Gamma correcting masks.Gravatar bungeman@google.com2012-07-30