- ccf1de0 skstd -> std for unique_ptr by mtklein · 9 years ago
- 221524d Start using <type_traits> and <utility> (C++11). by bungeman · 9 years ago
- 565901d Switch SkAutoMalloc to SkAutoTMalloc to avoid cast by scroggo · 9 years ago
- 5c05d10 Revert of skstd -> std for unique_ptr (patchset #17 id:320001 of https://codereview.chromium.org/1436033003/ ) by mtklein · 9 years ago
- dadfc24 skstd -> std for unique_ptr by mtklein · 9 years ago
- e066df9 Revert of skstd -> std for unique_ptr (patchset #16 id:300001 of https://codereview.chromium.org/1436033003/ ) by mtklein · 9 years ago
- 70e8dfc skstd -> std for unique_ptr by mtklein · 9 years ago
- dfd7d48 Revert of skstd -> std for unique_ptr (patchset #16 id:300001 of https://codereview.chromium.org/1436033003/ ) by mtklein · 9 years ago
- 0618915 skstd -> std for unique_ptr by mtklein · 9 years ago
- 566b23c Revert of skstd -> std for unique_ptr (patchset #9 id:160001 of https://codereview.chromium.org/1436033003/ ) by mtklein · 9 years ago
- 755c553 skstd -> std for unique_ptr by mtklein · 9 years ago
- a3434d8 Add skstd::unique_ptr and use it. by bungeman · 9 years ago
- 761cf61 Clean up SkTLogic. by bungeman · 9 years ago
- 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
- afd7c74 Remove SK_OFFSETOF from SkTypes, clean up offsetof usage. by bungeman · 9 years ago
- f3c15b7 Move SkTemplates.h to private. by bungeman · 9 years ago[Renamed from include/core/SkTemplates.h]
- a387a11 Make GrBatch carry its own GrPipeline by bsalomon · 9 years ago
- 2bd0285 Add skstd::move and skstd::forward. by bungeman · 9 years ago
- 6404542 refactor bitmapshader to use a controller by reed · 9 years ago
- 4f7ec55 Make SkAutoTDelete's operator T*() const, like all the others. by mtklein · 10 years ago
- f1f8895 add realloc method to SkAutoSTMalloc by joshualitt · 10 years ago
- 979e0ea Spin off SkTHashTable, SkTHashMap, SkTHashSet by mtklein · 10 years ago
- c3c6943 Fix append_fallback_font_families_for_locale. by bungeman · 10 years ago
- 23d4320 Adding check on input count by sugoi · 10 years ago
- 9b98932 This change will ultimately pull uniform color, and to a much lesser degree uniform coverage, into GPs. There are still some loose ends because drawstate has the ability to override the GP, but fixing these cleanly will have to wait until we have deferred geometry in place and can make attribute / uniform decisions on the fly. by joshualitt · 10 years ago
- 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
- 1790e25 SkAutoTDelete::operator T*() by halcanary · 10 years ago
- a6785cc Add a working SkFontMgr_fontconfig. by bungeman · 10 years ago
- 93fabf4 Don't set SK_MALLOC_TEMP in SkAutoTMalloc. by Mike Klein · 10 years ago
- d48ad8e Fold SkTSetBit into SkOTSet*Bit. by commit-bot@chromium.org · 11 years ago
- 562b2e6 Fix (1 << 31) to (1u << 31) in SkOTTable_OS_2. by bungeman@google.com · 11 years ago
- e60ae2e Revert 13757. by bungeman@google.com · 11 years ago
- 3258a53 Fix (1 << 31) to (1u << 31) in SkOTTable_OS_2. by bungeman@google.com · 11 years ago
- cc787fa fix auto-delete bug that crept in with new fast blur path; is causing by commit-bot@chromium.org · 11 years ago
- 90313cc Move GrGLExtensions from GrGLContextInfo to GrGLInterface by commit-bot@chromium.org · 11 years ago
- ae326bb Revert r1784: SK_API on a non-concrete template is strange. by bungeman@google.com · 11 years ago
- adacc70 Start cleaning up 64bit Win warnings by robertphillips@google.com · 11 years ago
- e029440 Replace SkTScopedPtr with SkAutoTDelete in Skia. by commit-bot@chromium.org · 11 years ago
- caacc8f Remove a stray double assign that g++ 4.8 thinks has ill-defined sequencing. by mtklein@google.com · 11 years ago
- 4d37673 Fix leak in SkAutoSTArray by robertphillips@google.com · 11 years ago
- f5cc5b1 R=mtklein@google.com by bungeman@google.com · 11 years ago
- 929c98d speculative fix for signed-unsinged compare warning by reed@google.com · 11 years ago
- d510414 Enhancements and a fix to templated containers. by bsalomon@google.com · 11 years ago
- 4e05fd2 add conic support to hairlines by reed@google.com · 11 years ago
- 11c9a55 Add SkData::NewFromFD. by bungeman@google.com · 11 years ago
- 1198e74 Use macros for new and delete in SkTemplates.h by scroggo@google.com · 11 years ago
- b5e34e2 XPS ttc handling. by commit-bot@chromium.org · 11 years ago
- 7103344 Add FontMgr to DirectWrite. https://codereview.chromium.org/14314008/ by bungeman@google.com · 12 years ago
- d42aca3 Remove static effects from the effect memory pool. by bsalomon@google.com · 12 years ago
- 9d1cff1 use SkAutoTDelete instead of SkTScopedPtr by reed@google.com · 12 years ago
- 7de18e5 Add sk_ignore_unused_variable to avoid warnings. by bungeman@google.com · 12 years ago
- e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 7103f18 GDI fonthost to serialize using correct font name. by bungeman@google.com · 12 years ago
- 52657c7 remove unused parameter (that also slowed us down) to SkAutoTDelete by reed@google.com · 12 years ago
- 58b4ead Perform multi core rendering in bench_pictures. by scroggo@google.com · 12 years ago
- fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
- 6d552ee Reduce allocations in RandomPathBench by bsalomon@google.com · 12 years ago
- 9120892 Const correct BlockRef in SkAutoTUnref. https://codereview.appspot.com/6448066/ by bungeman@google.com · 12 years ago
- 49313f6 GrTArray->SkTArray & docs by bsalomon@google.com · 13 years ago
- 7d4679a Rename existing nonpreserving reallocs to reset, add reset to SkAutoMalloc, use reset in GrBufferAllocPool by bsalomon@google.com · 13 years ago
- ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
- 8bcc6f4 export SkAutoSTMalloc (for multi-dll chrome build) by bsalomon@google.com · 13 years ago
- 3582bf9 Remove GrAuto*Malloc, replace with SkAuto*Malloc by bsalomon@google.com · 13 years ago
- 57f4969 merge from android tree: by djsollen@google.com · 14 years ago
- 2a22e10 Add Truetype and Type 1 font embedding support by vandebo@chromium.org · 14 years ago
- 8a1c16f grab from latest android by reed@android.com · 16 years ago