1. 0acb79e SkTemplates no longer uses Sknoncopyable by Hal Canary · 6 years ago
  2. 4772825 include/private/SkTemplates: SkInPlaceNewCheck uses ... by Hal Canary · 6 years ago
  3. 6736236 include/private/SkTemplates: Cleanup bare pointers. by Hal Canary · 6 years ago
  4. 8dc8dbc begin cleanup of malloc porting layer by Mike Reed · 7 years ago
  5. 6613cc5 GOOGLE3 -> SK_BUILD_FOR_GOOGLE3 by Mike Klein · 7 years ago
  6. 7a0248f Compute inverse gamma table at compile time. by Ben Wagner · 7 years ago
  7. a93a14a Convert NULL and 0 to nullptr. by Ben Wagner · 7 years ago
  8. 149e42e make SkAutoTMalloc self-move safe by Mike Klein · 7 years ago
  9. b549cc3 Change SkMemory to the more accurately named SkMalloc. by Herb Derby · 7 years ago
  10. d7b34a5 Make SkMemory.h and adjust all files for usage. by Herb Derby · 7 years ago
  11. 320ade4 Make SkAutoTMalloc movable by csmartdalton · 7 years ago
  12. 92ce594 Add class GrProcessorSet which represents color and coverage FPs and a XPFactory. by Brian Salomon · 8 years ago
  13. 95e3c05 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  14. c456b73 Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h" by Kevin Lubick · 8 years ago
  15. a5494f1 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  16. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  17. 7ecc596 Remove SkAutoTDeleteArray by Ben Wagner · 8 years ago
  18. d0e402f Make container classes in SkTemplates.h more consistent by csmartdalton · 8 years ago
  19. 6644d93 respect srgb gamma when building mips by reed · 8 years ago
  20. 04cdc4b Remove transitional explicit operator bool. by mtklein · 8 years ago
  21. 852f15d free -> reset by mtklein · 8 years ago
  22. 43812e2 Revert of free -> reset (patchset #3 id:40001 of https://codereview.chromium.org/1811723002/ ) by bungeman · 8 years ago
  23. 0e3738d free -> reset by mtklein · 8 years ago
  24. cc864c3 Add back SkAutoTDelete::detach() for Android temporarily. by mtklein · 8 years ago
  25. 18300a3 detach -> release by mtklein · 8 years ago
  26. 5f939ab Use std::unique_ptr. by mtklein · 8 years ago
  27. e7ec417 Revert of Use std::unique_ptr. (patchset #10 id:170001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 8 years ago
  28. 2691d76 Use std::unique_ptr. by mtklein · 8 years ago
  29. 218c846 Revert of Use std::unique_ptr. (patchset #8 id:130001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 8 years ago
  30. 3dd9ed3 Use std::unique_ptr. by mtklein · 8 years ago
  31. 977c07d Revert of Use std::unique_ptr. (patchset #7 id:120001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 8 years ago
  32. 20c1e3a Use std::unique_ptr. by mtklein · 8 years ago
  33. f49c75a Move Google3-specific stack limitation logic to template classes. by benjaminwagner · 9 years ago
  34. 67e8bd2 Revert of Move Google3-specific stack limitation logic to template classes. Remove #ifdefs in other files. (patchset #2 id:50001 of https://codereview.chromium.org/1656143003/ ) by benjaminwagner · 9 years ago
  35. c92159c Move Google3-specific stack limitation logic to template classes. Remove #ifdefs in other files. by benjaminwagner · 9 years ago
  36. 1138be4 Revert of skstd -> std for unique_ptr (patchset #24 id:460001 of https://codereview.chromium.org/1436033003/ ) by mtklein · 9 years ago
  37. ccf1de0 skstd -> std for unique_ptr by mtklein · 9 years ago
  38. 221524d Start using <type_traits> and <utility> (C++11). by bungeman · 9 years ago
  39. 565901d Switch SkAutoMalloc to SkAutoTMalloc to avoid cast by scroggo · 9 years ago
  40. 5c05d10 Revert of skstd -> std for unique_ptr (patchset #17 id:320001 of https://codereview.chromium.org/1436033003/ ) by mtklein · 9 years ago
  41. dadfc24 skstd -> std for unique_ptr by mtklein · 9 years ago
  42. e066df9 Revert of skstd -> std for unique_ptr (patchset #16 id:300001 of https://codereview.chromium.org/1436033003/ ) by mtklein · 9 years ago
  43. 70e8dfc skstd -> std for unique_ptr by mtklein · 9 years ago
  44. dfd7d48 Revert of skstd -> std for unique_ptr (patchset #16 id:300001 of https://codereview.chromium.org/1436033003/ ) by mtklein · 9 years ago
  45. 0618915 skstd -> std for unique_ptr by mtklein · 9 years ago
  46. 566b23c Revert of skstd -> std for unique_ptr (patchset #9 id:160001 of https://codereview.chromium.org/1436033003/ ) by mtklein · 9 years ago
  47. 755c553 skstd -> std for unique_ptr by mtklein · 9 years ago
  48. a3434d8 Add skstd::unique_ptr and use it. by bungeman · 9 years ago
  49. 761cf61 Clean up SkTLogic. by bungeman · 9 years ago
  50. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  51. afd7c74 Remove SK_OFFSETOF from SkTypes, clean up offsetof usage. by bungeman · 9 years ago
  52. f3c15b7 Move SkTemplates.h to private. by bungeman · 9 years ago[Renamed from include/core/SkTemplates.h]
  53. a387a11 Make GrBatch carry its own GrPipeline by bsalomon · 9 years ago
  54. 2bd0285 Add skstd::move and skstd::forward. by bungeman · 9 years ago
  55. 6404542 refactor bitmapshader to use a controller by reed · 9 years ago
  56. 4f7ec55 Make SkAutoTDelete's operator T*() const, like all the others. by mtklein · 9 years ago
  57. f1f8895 add realloc method to SkAutoSTMalloc by joshualitt · 9 years ago
  58. 979e0ea Spin off SkTHashTable, SkTHashMap, SkTHashSet by mtklein · 9 years ago
  59. c3c6943 Fix append_fallback_font_families_for_locale. by bungeman · 9 years ago
  60. 23d4320 Adding check on input count by sugoi · 10 years ago
  61. 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
  62. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  63. 1790e25 SkAutoTDelete::operator T*() by halcanary · 10 years ago
  64. a6785cc Add a working SkFontMgr_fontconfig. by bungeman · 10 years ago
  65. 93fabf4 Don't set SK_MALLOC_TEMP in SkAutoTMalloc. by Mike Klein · 10 years ago
  66. d48ad8e Fold SkTSetBit into SkOTSet*Bit. by commit-bot@chromium.org · 10 years ago
  67. 562b2e6 Fix (1 << 31) to (1u << 31) in SkOTTable_OS_2. by bungeman@google.com · 10 years ago
  68. e60ae2e Revert 13757. by bungeman@google.com · 10 years ago
  69. 3258a53 Fix (1 << 31) to (1u << 31) in SkOTTable_OS_2. by bungeman@google.com · 10 years ago
  70. cc787fa fix auto-delete bug that crept in with new fast blur path; is causing by commit-bot@chromium.org · 11 years ago
  71. 90313cc Move GrGLExtensions from GrGLContextInfo to GrGLInterface by commit-bot@chromium.org · 11 years ago
  72. ae326bb Revert r1784: SK_API on a non-concrete template is strange. by bungeman@google.com · 11 years ago
  73. adacc70 Start cleaning up 64bit Win warnings by robertphillips@google.com · 11 years ago
  74. e029440 Replace SkTScopedPtr with SkAutoTDelete in Skia. by commit-bot@chromium.org · 11 years ago
  75. caacc8f Remove a stray double assign that g++ 4.8 thinks has ill-defined sequencing. by mtklein@google.com · 11 years ago
  76. 4d37673 Fix leak in SkAutoSTArray by robertphillips@google.com · 11 years ago
  77. f5cc5b1 R=mtklein@google.com by bungeman@google.com · 11 years ago
  78. 929c98d speculative fix for signed-unsinged compare warning by reed@google.com · 11 years ago
  79. d510414 Enhancements and a fix to templated containers. by bsalomon@google.com · 11 years ago
  80. 4e05fd2 add conic support to hairlines by reed@google.com · 11 years ago
  81. 11c9a55 Add SkData::NewFromFD. by bungeman@google.com · 11 years ago
  82. 1198e74 Use macros for new and delete in SkTemplates.h by scroggo@google.com · 11 years ago
  83. b5e34e2 XPS ttc handling. by commit-bot@chromium.org · 11 years ago
  84. 7103344 Add FontMgr to DirectWrite. https://codereview.chromium.org/14314008/ by bungeman@google.com · 11 years ago
  85. d42aca3 Remove static effects from the effect memory pool. by bsalomon@google.com · 11 years ago
  86. 9d1cff1 use SkAutoTDelete instead of SkTScopedPtr by reed@google.com · 11 years ago
  87. 7de18e5 Add sk_ignore_unused_variable to avoid warnings. by bungeman@google.com · 12 years ago
  88. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  89. 7103f18 GDI fonthost to serialize using correct font name. by bungeman@google.com · 12 years ago
  90. 52657c7 remove unused parameter (that also slowed us down) to SkAutoTDelete by reed@google.com · 12 years ago
  91. 58b4ead Perform multi core rendering in bench_pictures. by scroggo@google.com · 12 years ago
  92. 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
  93. 6d552ee Reduce allocations in RandomPathBench by bsalomon@google.com · 12 years ago
  94. 9120892 Const correct BlockRef in SkAutoTUnref. https://codereview.appspot.com/6448066/ by bungeman@google.com · 12 years ago
  95. 49313f6 GrTArray->SkTArray & docs by bsalomon@google.com · 13 years ago
  96. 7d4679a Rename existing nonpreserving reallocs to reset, add reset to SkAutoMalloc, use reset in GrBufferAllocPool by bsalomon@google.com · 13 years ago
  97. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  98. 8bcc6f4 export SkAutoSTMalloc (for multi-dll chrome build) by bsalomon@google.com · 13 years ago
  99. 3582bf9 Remove GrAuto*Malloc, replace with SkAuto*Malloc by bsalomon@google.com · 13 years ago
  100. 57f4969 merge from android tree: by djsollen@google.com · 13 years ago