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