index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
core
/
SkMask.h
Commit message (
Expand
)
Author
Age
*
Convert NULL and 0 to nullptr.
Ben Wagner
2017-08-28
*
Add default ctor to SkMask
robertphillips
2015-12-17
*
remove unused kLCD_MaskFormat
reed
2014-11-13
*
Guard against most unintentionally ephemeral SkAutoFoo instantiations.
commit-bot@chromium.org
2013-11-18
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-05-03
*
Detect color masks, and divert to draw-sprite instead of maskblitters.
reed@google.com
2013-05-02
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-26
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
move SkAutoMaskFreeImage from SkMaskFilter.h to SkMask.h
reed@google.com
2011-10-18
*
(re)add SkMask::getAddr() which now checks its pixel-size at runtime.
reed@google.com
2011-10-18
*
rename SkMask::getAddr to getAddr8, to match the specificity of the others
reed@google.com
2011-10-18
*
move LCD blits into opts, so they can have assembly versions
reed@google.com
2011-10-18
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
remove obsolete text codepaths
reed@google.com
2011-06-27
*
Add support for 8 bits/component glyphs, to
caryclark@google.com
2011-06-22
*
code style
mike@reedtribe.org
2011-04-20
*
undo recent addition of kLCD16_Format to FormatIsLCD()
reed@google.com
2011-03-11
*
add kLCD16_Format to the list in FormatIsLCD()
reed@google.com
2011-03-10
*
check-point for kLCD16_Format mask support
reed@google.com
2011-03-10
*
merge with changes for GPU backend
reed@android.com
2010-12-20
*
Remove assertion in getAddrLCD.
agl@chromium.org
2009-08-11
*
ws fixes
reed@android.com
2009-07-27
*
remove const from function return-type signature (useless, and generates gcc
reed@android.com
2009-07-23
*
Add SkFontHost::FilterRect() which allows the font host to filter our request
reed@android.com
2009-07-22
*
rename SK_BUILD_SUBPIXEL to SK_SUPPORT_LCDTEXT to better match the name of the
reed@android.com
2009-07-22
*
Subpixel glyph rendering support.
agl@chromium.org
2009-07-21
*
add ADD xfermode
reed@android.com
2009-04-24
*
promote SkMask's rowBytes to 32bits, since its bounds is a 32bit rect
reed@android.com
2009-03-19
*
grab from latest android
reed@android.com
2008-12-17