1. b68ce74 Add SK_BEGIN_REQUIRE_DENSE / SK_END_REQUIRE_DENSE. by mtklein · 9 years ago
  2. dfd7d48 Revert of skstd -> std for unique_ptr (patchset #16 id:300001 of https://codereview.chromium.org/1436033003/ ) by mtklein · 9 years ago
  3. 0618915 skstd -> std for unique_ptr by mtklein · 9 years ago
  4. 566b23c Revert of skstd -> std for unique_ptr (patchset #9 id:160001 of https://codereview.chromium.org/1436033003/ ) by mtklein · 9 years ago
  5. 755c553 skstd -> std for unique_ptr by mtklein · 9 years ago
  6. 966e3d3 Add debug mode to shared mutex. by herb · 9 years ago
  7. 62ce030 Replace SkPin32 with SkTPin and remove. by bungeman · 9 years ago
  8. 7445cef Remove sys/types.h include from SkTypes.h. by bungeman · 9 years ago
  9. 60e0fee Remove include of stdlib.h from SkTypes.h. by bungeman · 9 years ago
  10. afd7c74 Remove SK_OFFSETOF from SkTypes, clean up offsetof usage. by bungeman · 9 years ago
  11. 99fe822 Use static_assert instead of SK_COMPILE_ASSERT. by bungeman · 9 years ago
  12. 95b96d6 Revert of cast SK_ARRAY_COUNT to make it sign agnostic (patchset #1 id:1 of https://codereview.chromium.org/1299943002/ ) by caryclark · 9 years ago
  13. bca8620 cast SK_ARRAY_COUNT to make it sign agnostic by caryclark · 9 years ago
  14. d3ebb48 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  15. fb8c1fc Revert of IWYU: 'core' target, files starting A-C. (patchset #5 id:80001 of https://codereview.chromium.org/1265033002/ ) by reed · 9 years ago
  16. 7403d87 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  17. f20488b Clean up a few includes, introduce iwyu. by bungeman · 9 years ago
  18. fc00a7c SK_ARRAY_COUNT shouldn't work on pointers. by mtklein · 9 years ago
  19. 95cc012 De-proc Color32 by mtklein · 9 years ago
  20. 641c3ff Revert of De-proc Color32 (patchset #5 id:80001 of https://codereview.chromium.org/1104183004/) by mtklein · 9 years ago
  21. d65dc0c De-proc Color32 by mtklein · 9 years ago
  22. 498856e Revert of De-proc Color32 (patchset #4 id:60001 of https://codereview.chromium.org/1104183004/) by mtklein · 9 years ago
  23. 376e9bc De-proc Color32 by mtklein · 9 years ago
  24. fd0ecf4 Add SkTPin. by bungeman · 9 years ago
  25. 055f6b5 [SkTextBlob] Custom run font record by fmalita · 9 years ago
  26. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  27. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  28. ef3fcd8 More win64 warning fixes by bsalomon · 10 years ago
  29. 09a22e9 Watch out for SkFixed overflow in SkMipMap.cpp. by mtklein · 10 years ago
  30. dba3e64 Revert of Start to vectorize SkTileGrid. (patchset #48 id:1670001 of https://codereview.chromium.org/634543004/) by mtklein · 10 years ago
  31. 958e962 Start to vectorize SkTileGrid. by mtklein · 10 years ago
  32. 2348199 Revert of Start to vectorize SkTileGrid. (patchset #45 id:1430002 of https://codereview.chromium.org/634543004/) by mtklein · 10 years ago
  33. 90c7992 Start to vectorize SkTileGrid. by mtklein · 10 years ago
  34. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  35. 0209e95 Align all SkRecord::alloc() calls up to at least a pointer size. by mtklein · 10 years ago
  36. c4ade57 Ensure that SkDebugf is exported from the library. by george · 10 years ago
  37. 1c63bf6 Revert "Revert of Use the GrCacheable ID to eliminate the need for notifications to GrGpuGL when textures and RTs are… (https://codereview.chromium.org/376703009/)" by bsalomon · 10 years ago
  38. b59161f Add SkASSERTF. by mtklein · 10 years ago
  39. 45d1d1d Rename SK_DEBUGBREAK to SK_ALWAYSBREAK by commit-bot@chromium.org · 10 years ago
  40. 62cf26f Revert of Rename SK_DEBUGBREAK to SK_ALWAYSBREAK (https://codereview.chromium.org/263553012/) by commit-bot@chromium.org · 10 years ago
  41. f0eeb7d Rename SK_DEBUGBREAK to SK_ALWAYSBREAK by commit-bot@chromium.org · 10 years ago
  42. 88cb22b Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAIL by commit-bot@chromium.org · 10 years ago
  43. d0306a1 Revert of Add nanosecond timer. (https://codereview.chromium.org/250243002/) by commit-bot@chromium.org · 10 years ago
  44. 74b43a9 Add nanosecond timer. by commit-bot@chromium.org · 10 years ago
  45. e3beb6b SkNonCopyable should be used with private inheritance. by commit-bot@chromium.org · 10 years ago
  46. 2b4e370 Convert SkPicture's generation ID to a unique ID by commit-bot@chromium.org · 10 years ago
  47. bc3d92a Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  48. 0f10f7b Allow toString capability to be toggled independent of developer mode. by commit-bot@chromium.org · 10 years ago
  49. 9c28fa5 Add comment for gcc compiler bug work-around for SK_COMPILE_ASSERT. by bungeman@google.com · 10 years ago
  50. 2f58209 Add required parens for r13779. by bungeman@google.com · 10 years ago
  51. 562b2e6 Fix (1 << 31) to (1u << 31) in SkOTTable_OS_2. by bungeman@google.com · 10 years ago
  52. 490fb6b Add size_t bytesWritten() const to SkWStream. by commit-bot@chromium.org · 10 years ago
  53. 7fa2a65 fix more 64bit warnings by reed@google.com · 11 years ago
  54. a8c7f77 fix (some) 64bit warnings -- size_t -> int by commit-bot@chromium.org · 11 years ago
  55. f3abaeb remove (now unused) Sk64 -- just use int64_t by reed@google.com · 11 years ago
  56. 57212f9 Revert "Revert of https://codereview.chromium.org/113823003/" by reed@google.com · 11 years ago
  57. 4ad4ae9 Revert of https://codereview.chromium.org/113823003/ by commit-bot@chromium.org · 11 years ago
  58. a306d93 remove Sk64 from public API, and start to remove usage internally by reed@google.com · 11 years ago
  59. e61a86c Guard against most unintentionally ephemeral SkAutoFoo instantiations. by commit-bot@chromium.org · 11 years ago
  60. fab44db Clean up SkTypes.h. by bungeman@google.com · 11 years ago
  61. 519f967 Add sk_calloc. Remove SkMemory_stdlib, which seems unused. by mtklein@google.com · 11 years ago
  62. 5ebbbe5 Annotate SK_COMPILE_ASSERT's typedef as permissibly unused, to fix GCC 4.8 build warning. Patch originally by dholbert. by bungeman@google.com · 11 years ago
  63. 38bad32 fold SK_CPU_HAS_CONDITION_INSTR through as always defined by commit-bot@chromium.org · 11 years ago
  64. 777ded0 Fix some noisy warnings on Windows x64. by bungeman@google.com · 11 years ago
  65. 0f2b195 Fix bug in SkAutoSMalloc::reset by robertphillips@google.com · 11 years ago
  66. 9eb6645 Add return param to SkAutoSMalloc::reset() that indicates whether the allocation changed or not. by bsalomon@google.com · 11 years ago
  67. 3b97af5 path ops -- use standard max, min, double-is-nan by caryclark@google.com · 11 years ago
  68. ff43661 Sort GL extension strings and search to find. by bsalomon@google.com · 11 years ago
  69. 76f9e93 Added print out of SkShader information to debugger by robertphillips@google.com · 12 years ago
  70. 2b57dc6 fix warings. add SkTAbs() by reed@google.com · 12 years ago
  71. 0e51577 fix warning from scalar --> int32 conversion by humper@google.com · 12 years ago
  72. 61729ec Remove a pointless anonymous namespace in a header. by thakis@chromium.org · 12 years ago
  73. 49a5b19 add MACRO macros to help with concat. Stolen from gpu headers by reed@google.com · 12 years ago
  74. 594dd3c iOS support work in progress by caryclark@google.com · 12 years ago
  75. 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
  76. c6faa5a add SkAlign8 and SkIsAlign8 macros by reed@google.com · 12 years ago
  77. 1f90287 Punctuation cleanup to satisfy idiosyncracies of OpenBSD gcc 4.2.1. by tomhudson@google.com · 12 years ago
  78. 56d3a23 Cast the result of SK_OFFSETOF to size_t to match offsetof() and avoid narrowing conversion errors by reed@google.com · 12 years ago
  79. 0c00f21 Add SkDEBUGFAIL to clean up use of SkASSERT(!"text"); by tomhudson@google.com · 13 years ago
  80. 01224d5 Unroll loops in SkBlurMask for speedup on Windows (benchmarks should see by tomhudson@google.com · 13 years ago
  81. de916c8 add SK_API to our malloc functions by reed@google.com · 13 years ago
  82. 7a17e3a oops, init fSize to 0 before calling resize by reed@google.com · 13 years ago
  83. 1c401d8 add OnShrink options to SkAutoMalloc by reed@google.com · 13 years ago
  84. 3ab4195 remove unused optional param to SkAutoMalloc by reed@google.com · 13 years ago
  85. 6dcd27c add detach back to SkAutoMalloc by bsalomon@google.com · 13 years ago
  86. bdf7361 add optional SK_OVERRIDE_GLOBAL_NEW for testing by reed@google.com · 13 years ago
  87. 7d4679a Rename existing nonpreserving reallocs to reset, add reset to SkAutoMalloc, use reset in GrBufferAllocPool by bsalomon@google.com · 13 years ago
  88. 37ad8fb [PDF] Subset font advance data (W array). by vandebo@chromium.org · 13 years ago
  89. 7b13aca Revert "Improve generation of glyph advance array." This reverts commit r2126 by vandebo@chromium.org · 13 years ago
  90. e7f3300 Improve generation of glyph advance array. by vandebo@chromium.org · 13 years ago
  91. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  92. 325cb9a Improve the SkAdvancedTypefaceMetrics interface w.r.t. vertical advances. by vandebo@chromium.org · 13 years ago
  93. 7ffb1b2 Add code needed to build skia as a windows dll within the chromium project. by ctguil@chromium.org · 13 years ago
  94. 63a6060 add realloc() to SkAutoSMalloc, plus some documentation by reed@google.com · 13 years ago
  95. 37a3133 fix comments for U8CPU and S16CPU by reed@google.com · 14 years ago
  96. 1fcd51e add template macro to "safely" perform casts w/o breaking strict-aliasing by reed@google.com · 14 years ago
  97. 28be72b PDF: Add text support with a font framework (font embedding to come). by vandebo@chromium.org · 14 years ago
  98. 9aa8b32 add SKIA_VERSION_[MAJOR, MINOR, PATCH] in header and SkGraphics API by reed@android.com · 14 years ago
  99. 90209ca doh. make the new S16 and U16 checkers inline by reed@android.com · 15 years ago
  100. d457775 add checks for exceeding 16bits, and apply those for glyphs in getMetrics() by reed@android.com · 15 years ago