1. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
  2. e1bc7de Remove SK_MaxSizeT, SK_M{in|ax}U{16|32}, #defines. by Hal Canary · 6 years ago
  3. 657edbe Remove SkBool8 (again). by Ben Wagner · 6 years ago
  4. 42c2115 ccpr: Initialize the atlas size more intelligently by Chris Dalton · 6 years ago
  5. 761df75 Remove SkString fwd decl from SkTypes.h. by Ben Wagner · 6 years ago
  6. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago
  7. bb9ee9b SkTypes: add static back by Hal Canary · 6 years ago
  8. cee46e5 Remove SkBool8. by Ben Wagner · 6 years ago
  9. 50dbc09 SkTypes: more into SkMacros by Hal Canary · 6 years ago
  10. bc718c1 SkTypes: templates are usually better than macros by Hal Canary · 6 years ago
  11. 22be4c4 SkMacros split from SkTypes.h by Hal Canary · 6 years ago
  12. 22ce794 remove __cplusplus guard by Mike Klein · 6 years ago
  13. 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago
  14. bf45c70 Clean up a few IWYU issues by Mike Klein · 6 years ago
  15. 692e29e remove unused parts of SkTypes.h by Mike Klein · 6 years ago
  16. f32fe56 see if we can remove this hack by Mike Klein · 6 years ago
  17. 9988541 remove SK_IGNORE_TO_STRING by Cary Clark · 6 years ago
  18. 3d5a6b5 add saturate helper for float2int64 by Mike Reed · 6 years ago
  19. 7edde23 don't include SkMalloc.h from SkTypes.h by Mike Reed · 7 years ago
  20. d71c6d1 Make SkTFitsIn and SkTo constexpr. by Ben Wagner · 7 years ago
  21. 7281801 Revert "Revert "change computeByteSize to return max_size_t on overflow"" by Mike Reed · 7 years ago
  22. 384f0a7 Revert "change computeByteSize to return max_size_t on overflow" by Mike Reed · 7 years ago
  23. 2429546 change computeByteSize to return max_size_t on overflow by Mike Reed · 7 years ago
  24. 37bbfe3 Make SkASSERT and co. constexpr compatible. by Mike Klein · 7 years ago
  25. 5b07178 Undo unwanted change to SkTypes.h. by Ben Wagner · 7 years ago
  26. a93a14a Convert NULL and 0 to nullptr. by Ben Wagner · 7 years ago
  27. 5563d8d Remove SkIsS16 and SkIsU16. by Ben Wagner · 7 years ago
  28. 9ce5154 Remove sk_throw. by Ben Wagner · 7 years ago
  29. b0d88ed Remove SkPARAM and SkDECLAREPARAM. by Ben Wagner · 7 years ago
  30. 824e730 Remove SkFAIL. by Ben Wagner · 7 years ago
  31. f05aa81 Revert "Remove SkFAIL." by Ben Wagner · 7 years ago
  32. 91b6ce3 Remove SkFAIL. by Ben Wagner · 7 years ago
  33. 2b6be20 Make SkNoncopyable movable by Chris Blume · 7 years ago
  34. b549cc3 Change SkMemory to the more accurately named SkMalloc. by Herb Derby · 7 years ago
  35. d7b34a5 Make SkMemory.h and adjust all files for usage. by Herb Derby · 7 years ago
  36. ea5e676 Revert "Remove SkDraw from device-draw methods, and enable device-centric clipping." by Mike Reed · 7 years ago
  37. c77e33f Remove SkDraw from device-draw methods, and enable device-centric clipping. by Mike Reed · 7 years ago
  38. d519d48 add device-clipping to gpudevice by Mike Reed · 7 years ago
  39. 95e3c05 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  40. c456b73 Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h" by Kevin Lubick · 8 years ago
  41. a5494f1 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  42. bde64e4 Mark inline functions in SkTypes.h as static. by Mike Klein · 8 years ago
  43. e9592f5 remove obsolete flags by Mike Reed · 8 years ago
  44. faba371 remove unused code around SK_SUPPORT_LEGACY_XFERMODE_PARAM by Mike Reed · 8 years ago
  45. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  46. 6f4293a Move when swapping, if possible. by bungeman · 8 years ago
  47. 6a259bf Revert of My take on SkAlign changes. (patchset #3 id:40001 of https://codereview.chromium.org/2368293002/ ) by mtklein · 8 years ago
  48. e1a5f4e My take on SkAlign changes. by mtklein · 8 years ago
  49. e6f8ff0 Defined SkDEBUGFAILF on Release builds by hstern · 8 years ago
  50. ceeaa78 Fix SkDEBUGCODE to accept commas by csmartdalton · 8 years ago
  51. d656200 require semi at the end of SkASSERT and friends by caryclark · 8 years ago
  52. d0e95a5 typedef uint16_t SkGlyphID by halcanary · 8 years ago
  53. 1f790aa Improve assert reporting. by bungeman · 8 years ago
  54. 7ad42cf Corrected test for gcc/libc++ workaround. by bungeman · 8 years ago
  55. f48c62f Promote the GCC/libc++/<memory> 'typedef float float32_t' workaround to SkTypes.h by bsalomon · 8 years ago
  56. e18fa44 Move immintrin/arm_neon includes to where they are used. by mtklein · 8 years ago
  57. 50bcb18 Revert of Move immintrin/arm_neon includes to where they are used. (patchset #2 id:20001 of https://codereview.chromium.org/2045633002/ ) by mtklein · 8 years ago
  58. 12dfaaa Move immintrin/arm_neon includes to where they are used. by mtklein · 8 years ago
  59. ae92262 fix windows assert by caryclark · 8 years ago
  60. 7a5bcc5 Make Sk32ToBool inline again to silence compiler warning. by bsalomon · 8 years ago
  61. a0af771 SkTypes: use constexpr when appropriate by halcanary · 8 years ago
  62. 1b4c01c Make SkAssertResult work with SK_WARN_UNUSED_RESULT in Release on gcc by bsalomon · 8 years ago
  63. 9daa4b9 No error if function marked with SK_WARN_UNUSED_RESULT is used in SkAssertResult by bsalomon · 8 years ago
  64. 76948d4 Add Gr*Proxy classes by robertphillips · 8 years ago
  65. 4f16e63 Revert of Add Gr*Proxy classes (patchset #10 id:220001 of https://codereview.chromium.org/1937553002/ ) by robertphillips · 8 years ago
  66. 92605b3 Add Gr*Proxy classes by robertphillips · 8 years ago
  67. 89d09a1 Revert of Add Gr*Proxy classes (patchset #9 id:160001 of https://codereview.chromium.org/1937553002/ ) by robertphillips · 8 years ago
  68. de5bf0c Add Gr*Proxy classes by robertphillips · 8 years ago
  69. efe46d2 Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. by djsollen · 8 years ago
  70. 28d5bdd Revert of Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. (patchset #2 id:20001 of https://codereview.chromium.org/1927583002/ ) by reed · 8 years ago
  71. 48d6f88 Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. by djsollen · 8 years ago
  72. ec4d4d7 Change SkTime::GetMSecs to double; ensure values stored in SkMSec do not overflow. by benjaminwagner · 8 years ago
  73. 68c14d9 Templatize SkToXXX. by bungeman · 8 years ago
  74. e22bab9 disable SK_SUPPORT_LEGACY_PATHEFFECT_PTR for skia builds by reed · 8 years ago
  75. 89edf7a Revert of Templatize SkToXXX. (patchset #2 id:20001 of https://codereview.chromium.org/1814153003/ ) by bungeman · 8 years ago
  76. a439334 Reland of "switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ )" by reed · 8 years ago
  77. 0be9e80 Templatize SkToXXX. by bungeman · 8 years ago
  78. 852f15d free -> reset by mtklein · 8 years ago
  79. 43812e2 Revert of free -> reset (patchset #3 id:40001 of https://codereview.chromium.org/1811723002/ ) by bungeman · 8 years ago
  80. 0e3738d free -> reset by mtklein · 8 years ago
  81. 18300a3 detach -> release by mtklein · 8 years ago
  82. e2b0a0a update SkSmallAllocator to force internal allocations to be 16-byte aligned by reed · 8 years ago
  83. 952538e fix undefined signed shifts by caryclark · 8 years ago
  84. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  85. bd500f0 Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patchset #6 id:100001 of https://codereview.chromium.org/1728093005/ ) by bsalomon · 8 years ago
  86. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  87. f49c75a Move Google3-specific stack limitation logic to template classes. by benjaminwagner · 8 years ago
  88. 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 · 8 years ago
  89. c92159c Move Google3-specific stack limitation logic to template classes. Remove #ifdefs in other files. by benjaminwagner · 8 years ago
  90. f2b340f Consolidate SK_CRASH and sk_throw into SK_ABORT by djsollen · 8 years ago
  91. aa97a84 Revert of Consolidate SK_CRASH and sk_throw into SK_ABORT (patchset #5 id:80001 of https://codereview.chromium.org/1610823002/ ) by djsollen · 8 years ago
  92. 4c5cd7d Consolidate SK_CRASH and sk_throw into SK_ABORT by djsollen · 8 years ago
  93. 9a878a0 remove cruft from SkTypes.h, including SkBool by reed · 9 years ago
  94. 3127c99 ubsan shift fixes by caryclark · 9 years ago
  95. 02046c5 fix a couple flaky nonnull attribute ubsan warnings by mtklein · 9 years ago
  96. cc881da Add sk_careful_memcpy to catch undefined behavior in memcpy. by mtklein · 9 years ago
  97. 5c05d10 Revert of skstd -> std for unique_ptr (patchset #17 id:320001 of https://codereview.chromium.org/1436033003/ ) by mtklein · 9 years ago
  98. dadfc24 skstd -> std for unique_ptr by mtklein · 9 years ago
  99. e066df9 Revert of skstd -> std for unique_ptr (patchset #16 id:300001 of https://codereview.chromium.org/1436033003/ ) by mtklein · 9 years ago
  100. 70e8dfc skstd -> std for unique_ptr by mtklein · 9 years ago