index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkMaskGamma.h
Commit message (
Expand
)
Author
Age
*
make most of SkColorPriv.h private
Cary Clark
2017-09-15
*
Don't use uninitialized gamma data for adjusting SDF distance.
Jim Van Verth
2017-08-25
*
Remove SkAutoTUnref and SkAutoTDelete from public includes.
bungeman
2016-10-27
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
remove SkInstCnt
mtklein
2015-06-26
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Gamma correction for distance field text.
jvanverth
2014-06-10
*
Revert of Gamma correction for distance field text. (https://codereview.chrom...
scroggo
2014-06-09
*
Gamma correction for distance field text.
jvanverth
2014-06-09
*
Fix compilation with SK_ENABLE_INST_COUNT=1
commit-bot@chromium.org
2013-12-05
*
remove SkFloatToScalar macro
commit-bot@chromium.org
2013-11-25
*
fix spelling: cannonical -> canonical
reed@google.com
2013-01-08
*
Clean up usage of mask gamma.
bungeman@google.com
2012-10-26
*
Remove state from SkColorSpaceLuminance to avoid memory management.
bungeman@google.com
2012-10-04
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-09-12
*
Reduce SkMaskGamma cache thrashing.
bungeman@google.com
2012-09-11
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Fixed instance counting for templated classes
robertphillips@google.com
2012-08-22
*
Compilation fix for r5123 (disabling template inst count tracking)
robertphillips@google.com
2012-08-16
*
Extended Inst counting to find "unknown" leaked object (SkTMaskGamma)
robertphillips@google.com
2012-08-16
*
Added virtual destructor to SkColorSpaceLuminance
robertphillips@google.com
2012-08-15
*
Gamma correcting masks.
bungeman@google.com
2012-07-30