index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
core
/
SkTLazy.h
Commit message (
Expand
)
Author
Age
*
Fix SkTCopyOnFirstWrite copy semantics
Florin Malita
2018-04-11
*
Update SkTLazy for move only types.
Ben Wagner
2017-11-28
*
Fix SkTLazy(const T*) initialization
fmalita
2016-08-24
*
Add a SkTLazy copy assignment operator
fmalita
2016-08-10
*
Fix typo in SkTLazy copy ctor. src is a reference, not a pointer.
mtklein
2016-03-25
*
SkTCopyOnFirstWrite-based SkPaintFilterCanvas API
fmalita
2016-01-12
*
Start using <type_traits> and <utility> (C++11).
bungeman
2016-01-05
*
Move SkTemplates.h to private.
bungeman
2015-08-19
*
Use forwarding with SkTLazy::init.
bungeman
2015-08-12
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Clean up Skia for Clang's -Wtautological-undefined-compare
Mike Klein
2014-06-07
*
add release-mode checks for null, at least for a while
commit-bot@chromium.org
2014-05-02
*
Use SkTLazy to hold path in SkClipStack::Element
commit-bot@chromium.org
2014-02-27
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-04-02
*
Trim the copy of the dst made for dst-reading effects using the clip and dev-...
commit-bot@chromium.org
2013-04-01
*
Fix typo in SkTLazy.h's "operator delete"
robertphillips@google.com
2013-03-22
*
Attempt to reland 8264-5 with warning-as-error fixes.
bsalomon@google.com
2013-03-20
*
revert 8265-8264 (broke build)
reed@google.com
2013-03-20
*
Adds local coords to GrEffect system.
bsalomon@google.com
2013-03-20
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-26
*
Modifications to GrPatherRenderer(Chain) interfaces to support clip mask mana...
bsalomon@google.com
2012-12-10
*
SkTCopyOnFirstWrite
bsalomon@google.com
2012-10-11
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Shutup strict aliasing warnings in SkTLazy
bsalomon@google.com
2011-09-14
*
Fix some issues in gpu device with perspective. Add a gm that would have caug...
bsalomon@google.com
2011-09-13
*
Include <new> required for placement new in SkTLazy.
bungeman@google.com
2011-07-28
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
add init() to SkTLazy to create a default instance
mike@reedtribe.org
2011-04-10
*
use new template class SkTLazy for deferred paint initialization
reed@google.com
2011-04-06