index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkUtils.cpp
Commit message (
Expand
)
Author
Age
*
factor out hexadecimal constants.
Hal Canary
2017-06-19
*
move sk_memset?? to SkOpts
Mike Klein
2017-05-23
*
move sk_memset16,32,64 out-of-line
Mike Klein
2017-01-24
*
SkUTF8_CountUnichars(s,l) and SkUTF8_NextUnichar(s,l) now safe.
Hal Canary
2017-01-11
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
ubsan shift fixes
caryclark
2015-12-09
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Port SkUtils opts to SkOpts.
mtklein
2015-07-31
*
Remove sk_memcpy32
mtklein
2015-07-27
*
Rewrite memset benches, then use results to add a small-N optimization.
mtklein
2015-04-09
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Tinker with SkLazyFnPtr a bit.
commit-bot@chromium.org
2014-05-29
*
Spin off just SkLazyFnPtr from 305513002.
commit-bot@chromium.org
2014-05-28
*
Revert of Spin off just SkLazyFnPtr from 305513002. (https://codereview.chrom...
commit-bot@chromium.org
2014-05-28
*
Spin off just SkLazyFnPtr from 305513002.
commit-bot@chromium.org
2014-05-28
*
sk_memcpy32 should fall back on libc memcpy.
commit-bot@chromium.org
2014-05-27
*
SSE2 implementation of memcpy32
commit-bot@chromium.org
2014-05-21
*
Choose memset procs once.
commit-bot@chromium.org
2014-05-02
*
Fix a few clang errors while trying to build tools target.
tfarina@chromium.org
2013-03-26
*
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
*
Revert SkNO_RETURN_HINT fix in favor of a simpler fix
bsalomon@google.com
2012-07-11
*
Fix SkNO_RETURN_HINT warnings on mac/clang
bsalomon@google.com
2012-07-11
*
Add ARM optimizations to the build.
djsollen@google.com
2012-01-09
*
Add SkDEBUGFAIL to clean up use of SkASSERT(!"text");
tomhudson@google.com
2011-12-28
*
Update files to use SK_BUILD_FOR_ANDROID.
djsollen@google.com
2011-11-08
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
code style
mike@reedtribe.org
2011-04-10
*
merge with changes for GPU backend
reed@android.com
2010-12-20
*
More SSE2-ification; fix for gcc -msse2.
senorblanco@chromium.org
2009-11-16
*
add initial unittest framework (tests)
reed@android.com
2009-02-27
*
fix warnings
reed@android.com
2009-01-15
*
merge in from android: fix unichar->utf8 conversion
reed@android.com
2008-12-17
*
grab from latest android
reed@android.com
2008-12-17