aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkTemplates.h
Commit message (Expand)AuthorAge
* Don't set SK_MALLOC_TEMP in SkAutoTMalloc.Gravatar Mike Klein2014-06-26
* Fold SkTSetBit into SkOTSet*Bit.Gravatar commit-bot@chromium.org2014-04-01
* Fix (1 << 31) to (1u << 31) in SkOTTable_OS_2.Gravatar bungeman@google.com2014-03-12
* Revert 13757.Gravatar bungeman@google.com2014-03-12
* Fix (1 << 31) to (1u << 31) in SkOTTable_OS_2.Gravatar bungeman@google.com2014-03-12
* fix auto-delete bug that crept in with new fast blur path; is causingGravatar commit-bot@chromium.org2014-01-31
* Move GrGLExtensions from GrGLContextInfo to GrGLInterfaceGravatar commit-bot@chromium.org2014-01-17
* Revert r1784: SK_API on a non-concrete template is strange.Gravatar bungeman@google.com2013-10-30
* Start cleaning up 64bit Win warningsGravatar robertphillips@google.com2013-10-14
* Replace SkTScopedPtr with SkAutoTDelete in Skia.Gravatar commit-bot@chromium.org2013-08-29
* Remove a stray double assign that g++ 4.8 thinks has ill-defined sequencing.Gravatar mtklein@google.com2013-07-31
* Fix leak in SkAutoSTArrayGravatar robertphillips@google.com2013-07-12
* R=mtklein@google.comGravatar bungeman@google.com2013-07-12
* speculative fix for signed-unsinged compare warningGravatar reed@google.com2013-07-02
* Enhancements and a fix to templated containers.Gravatar bsalomon@google.com2013-06-13
* add conic support to hairlinesGravatar reed@google.com2013-06-10
* Add SkData::NewFromFD.Gravatar bungeman@google.com2013-06-03
* Use macros for new and delete in SkTemplates.hGravatar scroggo@google.com2013-05-29
* XPS ttc handling.Gravatar commit-bot@chromium.org2013-05-07
* Add FontMgr to DirectWrite.Gravatar bungeman@google.com2013-05-01
* Remove static effects from the effect memory pool.Gravatar bsalomon@google.com2013-04-23
* use SkAutoTDelete instead of SkTScopedPtrGravatar reed@google.com2013-04-18
* Add sk_ignore_unused_variable to avoid warnings.Gravatar bungeman@google.com2013-02-04
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* GDI fonthost to serialize using correct font name.Gravatar bungeman@google.com2012-10-31
* remove unused parameter (that also slowed us down) to SkAutoTDeleteGravatar reed@google.com2012-09-20
* Perform multi core rendering in bench_pictures.Gravatar scroggo@google.com2012-08-31
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Reduce allocations in RandomPathBenchGravatar bsalomon@google.com2012-08-14
* Const correct BlockRef in SkAutoTUnref.Gravatar bungeman@google.com2012-07-30
* GrTArray->SkTArray & docsGravatar bsalomon@google.com2011-09-14
* Rename existing nonpreserving reallocs to reset, add reset to SkAutoMalloc, u...Gravatar bsalomon@google.com2011-09-02
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* export SkAutoSTMalloc (for multi-dll chrome build)Gravatar bsalomon@google.com2011-07-01
* Remove GrAuto*Malloc, replace with SkAuto*MallocGravatar bsalomon@google.com2011-06-30
* merge from android tree:Gravatar djsollen@google.com2011-02-23
* Add Truetype and Type 1 font embedding supportGravatar vandebo@chromium.org2011-01-25
* grab from latest androidGravatar reed@android.com2008-12-17