index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
core
/
SkTemplates.h
Commit message (
Expand
)
Author
Age
*
Make GrBatch carry its own GrPipeline
bsalomon
2015-08-11
*
Add skstd::move and skstd::forward.
bungeman
2015-08-05
*
refactor bitmapshader to use a controller
reed
2015-06-04
*
Make SkAutoTDelete's operator T*() const, like all the others.
mtklein
2015-04-30
*
add realloc method to SkAutoSTMalloc
joshualitt
2015-04-08
*
Spin off SkTHashTable, SkTHashMap, SkTHashSet
mtklein
2015-02-12
*
Fix append_fallback_font_families_for_locale.
bungeman
2015-02-11
*
Adding check on input count
sugoi
2015-01-07
*
This change will ultimately pull uniform color, and to a much lesser degree u...
joshualitt
2014-12-15
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
SkAutoTDelete::operator T*()
halcanary
2014-08-26
*
Add a working SkFontMgr_fontconfig.
bungeman
2014-08-25
*
Don't set SK_MALLOC_TEMP in SkAutoTMalloc.
Mike Klein
2014-06-26
*
Fold SkTSetBit into SkOTSet*Bit.
commit-bot@chromium.org
2014-04-01
*
Fix (1 << 31) to (1u << 31) in SkOTTable_OS_2.
bungeman@google.com
2014-03-12
*
Revert 13757.
bungeman@google.com
2014-03-12
*
Fix (1 << 31) to (1u << 31) in SkOTTable_OS_2.
bungeman@google.com
2014-03-12
*
fix auto-delete bug that crept in with new fast blur path; is causing
commit-bot@chromium.org
2014-01-31
*
Move GrGLExtensions from GrGLContextInfo to GrGLInterface
commit-bot@chromium.org
2014-01-17
*
Revert r1784: SK_API on a non-concrete template is strange.
bungeman@google.com
2013-10-30
*
Start cleaning up 64bit Win warnings
robertphillips@google.com
2013-10-14
*
Replace SkTScopedPtr with SkAutoTDelete in Skia.
commit-bot@chromium.org
2013-08-29
*
Remove a stray double assign that g++ 4.8 thinks has ill-defined sequencing.
mtklein@google.com
2013-07-31
*
Fix leak in SkAutoSTArray
robertphillips@google.com
2013-07-12
*
R=mtklein@google.com
bungeman@google.com
2013-07-12
*
speculative fix for signed-unsinged compare warning
reed@google.com
2013-07-02
*
Enhancements and a fix to templated containers.
bsalomon@google.com
2013-06-13
*
add conic support to hairlines
reed@google.com
2013-06-10
*
Add SkData::NewFromFD.
bungeman@google.com
2013-06-03
*
Use macros for new and delete in SkTemplates.h
scroggo@google.com
2013-05-29
*
XPS ttc handling.
commit-bot@chromium.org
2013-05-07
*
Add FontMgr to DirectWrite.
bungeman@google.com
2013-05-01
*
Remove static effects from the effect memory pool.
bsalomon@google.com
2013-04-23
*
use SkAutoTDelete instead of SkTScopedPtr
reed@google.com
2013-04-18
*
Add sk_ignore_unused_variable to avoid warnings.
bungeman@google.com
2013-02-04
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-26
*
GDI fonthost to serialize using correct font name.
bungeman@google.com
2012-10-31
*
remove unused parameter (that also slowed us down) to SkAutoTDelete
reed@google.com
2012-09-20
*
Perform multi core rendering in bench_pictures.
scroggo@google.com
2012-08-31
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Reduce allocations in RandomPathBench
bsalomon@google.com
2012-08-14
*
Const correct BlockRef in SkAutoTUnref.
bungeman@google.com
2012-07-30
*
GrTArray->SkTArray & docs
bsalomon@google.com
2011-09-14
*
Rename existing nonpreserving reallocs to reset, add reset to SkAutoMalloc, u...
bsalomon@google.com
2011-09-02
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
export SkAutoSTMalloc (for multi-dll chrome build)
bsalomon@google.com
2011-07-01
*
Remove GrAuto*Malloc, replace with SkAuto*Malloc
bsalomon@google.com
2011-06-30
*
merge from android tree:
djsollen@google.com
2011-02-23
*
Add Truetype and Type 1 font embedding support
vandebo@chromium.org
2011-01-25
*
grab from latest android
reed@android.com
2008-12-17