aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkTLazy.h
Commit message (Expand)AuthorAge
* remove SkTCastGravatar Mike Klein2018-06-18
* Fix SkTCopyOnFirstWrite copy semanticsGravatar Florin Malita2018-04-11
* Update SkTLazy for move only types.Gravatar Ben Wagner2017-11-28
* Fix SkTLazy(const T*) initializationGravatar fmalita2016-08-24
* Add a SkTLazy copy assignment operatorGravatar fmalita2016-08-10
* Fix typo in SkTLazy copy ctor. src is a reference, not a pointer.Gravatar mtklein2016-03-25
* SkTCopyOnFirstWrite-based SkPaintFilterCanvas APIGravatar fmalita2016-01-12
* Start using <type_traits> and <utility> (C++11).Gravatar bungeman2016-01-05
* Move SkTemplates.h to private.Gravatar bungeman2015-08-19
* Use forwarding with SkTLazy::init.Gravatar bungeman2015-08-12
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* Clean up Skia for Clang's -Wtautological-undefined-compareGravatar Mike Klein2014-06-07
* add release-mode checks for null, at least for a whileGravatar commit-bot@chromium.org2014-05-02
* Use SkTLazy to hold path in SkClipStack::ElementGravatar commit-bot@chromium.org2014-02-27
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-04-02
* Trim the copy of the dst made for dst-reading effects using the clip and dev-...Gravatar commit-bot@chromium.org2013-04-01
* Fix typo in SkTLazy.h's "operator delete"Gravatar robertphillips@google.com2013-03-22
* Attempt to reland 8264-5 with warning-as-error fixes.Gravatar bsalomon@google.com2013-03-20
* revert 8265-8264 (broke build)Gravatar reed@google.com2013-03-20
* Adds local coords to GrEffect system.Gravatar bsalomon@google.com2013-03-20
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* Modifications to GrPatherRenderer(Chain) interfaces to support clip mask mana...Gravatar bsalomon@google.com2012-12-10
* SkTCopyOnFirstWriteGravatar bsalomon@google.com2012-10-11
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Shutup strict aliasing warnings in SkTLazyGravatar bsalomon@google.com2011-09-14
* Fix some issues in gpu device with perspective. Add a gm that would have caug...Gravatar bsalomon@google.com2011-09-13
* Include <new> required for placement new in SkTLazy.Gravatar bungeman@google.com2011-07-28
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* add init() to SkTLazy to create a default instanceGravatar mike@reedtribe.org2011-04-10
* use new template class SkTLazy for deferred paint initializationGravatar reed@google.com2011-04-06