1. ad38ed6 Revert of Treat bad values passed to --images as a fatal error (patchset #17 id:320001 of https://codereview.chromium.org/1611323004/ ) by scroggo · 9 years ago
  2. 7579786 Treat bad values passed to --images as a fatal error by scroggo · 9 years ago
  3. 32235ea Factor out xcode c/cpp settings into variables to apply to cmake builds. by bsalomon · 9 years ago
  4. 632199e Make skia_sanitizer work on Macs too. by mtklein · 9 years ago
  5. 55462e5 Add RTTI to all sanitizers. by herb · 9 years ago
  6. bb5b77d Disable sanitizers with a blacklist. by mtklein · 9 years ago
  7. cc881da Add sk_careful_memcpy to catch undefined behavior in memcpy. by mtklein · 9 years ago
  8. b5f7d77 When was SkPDiff last used? by mtklein · 9 years ago
  9. f16f88b Create a define for nanobench builds to dump stats by joshualitt · 9 years ago
  10. 1e5cbf2 update iOS build flags by mtklein · 9 years ago
  11. d28ada7 turn on libc++ for iOS by mtklein · 9 years ago
  12. d7b25c7 Target Mac bots at 10.7+libc++ to approximate Chrome's 10.6+libc++. by mtklein · 9 years ago
  13. 47fdae9 Wire up SDL on mac by joshualitt · 9 years ago
  14. 6950de6 Comments Style: s/skbug.com/bug.skia.org/ by halcanary · 9 years ago
  15. 9a74041 skia: Add ANGLE support on Mac by hendrikw · 9 years ago
  16. 855dc93 skia: Fix command buffer support on the mac by hendrikw · 9 years ago
  17. 338047e Clean up iOS build files by jvanverth · 9 years ago
  18. b1ac52f Skia: Add Command Buffer support to Linux/Mac by hendrikw · 9 years ago
  19. 03ba614 skia: roll ANGLE and remove compile flags by hendrikw · 9 years ago
  20. 6f0fdac skia: Add support for ANGLE on linux by hendrikw · 9 years ago
  21. b1c56ec unplumb sknx_no_simd by mtklein · 9 years ago
  22. 61a81e3 Mimic Chrome better in our GYPs. by mtklein · 9 years ago
  23. afd7c74 Remove SK_OFFSETOF from SkTypes, clean up offsetof usage. by bungeman · 9 years ago
  24. 9a106ba A bit of misc cleanup. by mtklein · 9 years ago
  25. f62833d Detect MIPS DSP and DSPR2 programattically. by mtklein · 9 years ago
  26. fae0102 Remove IGNORE_ROT_AA_RECT_OPT flag by robertphillips · 9 years ago
  27. 4239fc2 Remove skia_arch_width, fold into skia_arch_type. by Brian Salomon · 9 years ago
  28. 243406e Add skia_use_android_framework_defines GYP_DEFINE by borenet · 9 years ago
  29. b7069e9 Compile with VS2015. by bungeman · 9 years ago
  30. 4abc186 Add a GYP flag to define SKNX_NO_SIMD when set. by mtklein · 9 years ago
  31. 11271fe Add scripts for running LLVM coverage by borenet · 9 years ago
  32. ea6075e Default iOS builds to our code signing identity. by mtklein · 9 years ago
  33. 4808757 Remove all code related to NaCl by borenet · 9 years ago
  34. 2d33a1d Streamline Thumb config. by mtklein · 9 years ago
  35. 230d4ac Use a wrapper for SkDebugf in SkCodec. by scroggo · 9 years ago
  36. dee3df9 Add a go-fast button to Skia GYP configs. by mtklein · 9 years ago
  37. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  38. 3e56227 Add copyright headers to remaining gyp files. by scroggo · 9 years ago
  39. d709ea8 Remove SkLONGLONG. by bungeman · 10 years ago
  40. 172b455 Clean up SkDynamicAnnotations. by mtklein · 10 years ago
  41. e6cf9cb miniz support in SkFlate / PDF by mtklein · 10 years ago
  42. 1e4e814 SK_NO_FLATE by mtklein · 10 years ago
  43. 7cd3f64 Stop adding mssse3 & m32/m64 for Android framework. by scroggo · 10 years ago
  44. df1c337 Don't use m32 cflag for x86_64. by scroggo · 10 years ago
  45. ac928f2 Only define SK_CRASH_HANDLER in crash_handler. by scroggo · 10 years ago
  46. f3cdce7 Build in C++11 mode on Unix-like bots. by mtklein · 10 years ago
  47. b9d4d27 Revert of Build in C++11 mode on Unix-like bots. (patchset #4 id:60001 of https://codereview.chromium.org/868233008/) by mtklein · 10 years ago
  48. 779e496 Build in C++11 mode on Unix-like bots. by mtklein · 10 years ago
  49. 65fd599 Build in C++11 mode on Macs. by mtklein · 10 years ago
  50. 803a49d Define SK_OVERRIDE when building for Android framework. by scroggo · 10 years ago
  51. f379ad3 Setup Android framework builds to use the appropriate shared lib defines. by djsollen · 10 years ago
  52. a07b297 Update compiler warning flags by mtklein · 10 years ago
  53. 4daa6f6 Don't require -DSK_USE_POSIX_THREADS. by mtklein · 10 years ago
  54. 0faaac6 Look at DYNAMIC_ANNOTATIONS_ENABLED now. by mtklein · 10 years ago
  55. c0591ca Revert of Add -ftrapv to debug builds. (patchset #1 id:1 of https://codereview.chromium.org/702893003/) by mtklein · 10 years ago
  56. ebacb61 Add -ftrapv to debug builds. by mtklein · 10 years ago
  57. 19996ed Small changes to get things building and running on Linux/ARM. by mtklein · 10 years ago
  58. 26bdfcb Remove /arch:SSE2 from Win 64 Release builds by bsalomon · 10 years ago
  59. 6740feb Don't use /ZI on 64 bit windows by bsalomon · 10 years ago
  60. a99f9ee Reenable deprecation warnings on Android framework. by scroggo · 10 years ago
  61. 4736e14 Get gpudft support working in dm, gm, nanobench and bench_pictures by jvanverth · 10 years ago
  62. aa30ab3 Revert of Get gpudft support working in dm, gm, nanobench and bench_pictures (patchset #2 id:20001 of https://codereview.chromium.org/699453005/) by jvanverth · 10 years ago
  63. 06ba179 Get gpudft support working in dm, gm, nanobench and bench_pictures by jvanverth · 10 years ago
  64. dba3e64 Revert of Start to vectorize SkTileGrid. (patchset #48 id:1670001 of https://codereview.chromium.org/634543004/) by mtklein · 10 years ago
  65. 958e962 Start to vectorize SkTileGrid. by mtklein · 10 years ago
  66. 2348199 Revert of Start to vectorize SkTileGrid. (patchset #45 id:1430002 of https://codereview.chromium.org/634543004/) by mtklein · 10 years ago
  67. 90c7992 Start to vectorize SkTileGrid. by mtklein · 10 years ago
  68. 380d7d7 Revert of No threadsafe statics. (patchset #1 id:1 of https://codereview.chromium.org/654663002/) by mtklein · 10 years ago
  69. cad5d3e No threadsafe statics. by mtklein · 10 years ago
  70. 335a0ae Allow GCC to build Skia on Mac. by mtklein · 10 years ago
  71. 38ba4e0 Add -Wno-invalid-offsetof to Mac and iOS builds too. by mtklein · 10 years ago
  72. 8de02f4 Clean up SK_PICTURE_USE_SK_RECORD and SK_PICTURE_OPTIMIZE_SK_RECORD. by mtklein · 10 years ago
  73. 81940de Add flag to call SkRecordOptimize on new pictures. by mtklein · 10 years ago
  74. 94c4151 Revert of Add a test that uses C++11 features as a compiler canary. (patchset #2 id:20001 of https://codereview.chromium.org/568913002/) by mtklein · 10 years ago
  75. 86e01df Add a test that uses C++11 features as a compiler canary. by mtklein · 10 years ago
  76. f548444 Detect presence of dwrite_1.h. by bungeman · 10 years ago
  77. 6233c7b Revert to enabling all of -O2 as it exposes a bug in the toolchain. by djsollen · 10 years ago
  78. 74364c9 Disable -fexpensive-optimizations on 64-bit ARM. by djsollen · 10 years ago
  79. c92e550 Install a hook to swap between SkPicture backends with a single define. by mtklein · 10 years ago
  80. a8d2c4a Temporarily adjust Matrix.isSimilarity test tolerance on 64-bit ARM devices by djsollen · 10 years ago
  81. a34633f Trim down OSX GYP rules. Same effect, shorter. by mtklein · 10 years ago
  82. 8e69676 Turn on FontMgr for Android by tomhudson · 10 years ago
  83. a7e930f On the bots, there's no need to link GMs into SampleApp. by mtklein · 10 years ago
  84. bce540c Don't call out -lstdc++ -lm explicitly. by mtklein · 10 years ago
  85. f91b47f Revert of Memory improvements to render_pdfs; better DM pool size defaults (https://codereview.chromium.org/433063002/) by halcanary · 10 years ago
  86. 66058b6 Memory improvements to render_pdfs; better DM pool size defaults by halcanary · 10 years ago
  87. 21769c5 Update NEON compiler defines to use SK_ prefix by djsollen · 10 years ago
  88. bc89329 Enable the SSSE3 compile time check on all platforms (4th attempt) by djsollen · 10 years ago
  89. 2da0f85 Revert of Enable the SSSE3 compile time check on all platforms. (https://codereview.chromium.org/403583002/) by bungeman · 10 years ago
  90. c0bc913 Introduce skia_pic gyp variable. by scroggo · 10 years ago
  91. 9338348 Enable the SSSE3 compile time check on all platforms (3rd attempt) by djsollen · 10 years ago
  92. eccbfec Fix broken android framework builds where 32-bit MIPS compilers lack 64-bit __sync operators. by Derek Sollenberger · 10 years ago
  93. 122f9ec Remove outdated compiler restrictions. by Derek Sollenberger · 10 years ago
  94. 9c6878b Revert of Enable the SSSE3 compile time check on all platforms. (https://codereview.chromium.org/391693004/) by halcanary · 10 years ago
  95. ee34953 Enable the SSSE3 compile time check on all platforms. by djsollen · 10 years ago
  96. 55d316e Remove last SK_SUPPORT_LEGACY_SHADER_LOCALMATRIX. by scroggo · 10 years ago
  97. 6336f7c MIPS: added optimization for SkRGB16_Opaque_Blitter::blitMask by djordje.pesut · 10 years ago
  98. 4d1605a Enable tools/CrashHandler again. by mtklein · 10 years ago
  99. ecce60b Build Android with SK_SUPPORT_LEGACY_CLIPTOLAYERFLAG. by scroggo · 10 years ago
  100. 0b544ae Add SkRacy by mtklein · 10 years ago