1. 1e4e814 SK_NO_FLATE by mtklein · 9 years ago
  2. 7cd3f64 Stop adding mssse3 & m32/m64 for Android framework. by scroggo · 9 years ago
  3. df1c337 Don't use m32 cflag for x86_64. by scroggo · 9 years ago
  4. ac928f2 Only define SK_CRASH_HANDLER in crash_handler. by scroggo · 9 years ago
  5. f3cdce7 Build in C++11 mode on Unix-like bots. by mtklein · 9 years ago
  6. b9d4d27 Revert of Build in C++11 mode on Unix-like bots. (patchset #4 id:60001 of https://codereview.chromium.org/868233008/) by mtklein · 9 years ago
  7. 779e496 Build in C++11 mode on Unix-like bots. by mtklein · 9 years ago
  8. 65fd599 Build in C++11 mode on Macs. by mtklein · 9 years ago
  9. 803a49d Define SK_OVERRIDE when building for Android framework. by scroggo · 9 years ago
  10. f379ad3 Setup Android framework builds to use the appropriate shared lib defines. by djsollen · 9 years ago
  11. a07b297 Update compiler warning flags by mtklein · 10 years ago
  12. 4daa6f6 Don't require -DSK_USE_POSIX_THREADS. by mtklein · 10 years ago
  13. 0faaac6 Look at DYNAMIC_ANNOTATIONS_ENABLED now. by mtklein · 10 years ago
  14. c0591ca Revert of Add -ftrapv to debug builds. (patchset #1 id:1 of https://codereview.chromium.org/702893003/) by mtklein · 10 years ago
  15. ebacb61 Add -ftrapv to debug builds. by mtklein · 10 years ago
  16. 19996ed Small changes to get things building and running on Linux/ARM. by mtklein · 10 years ago
  17. 26bdfcb Remove /arch:SSE2 from Win 64 Release builds by bsalomon · 10 years ago
  18. 6740feb Don't use /ZI on 64 bit windows by bsalomon · 10 years ago
  19. a99f9ee Reenable deprecation warnings on Android framework. by scroggo · 10 years ago
  20. 4736e14 Get gpudft support working in dm, gm, nanobench and bench_pictures by jvanverth · 10 years ago
  21. 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
  22. 06ba179 Get gpudft support working in dm, gm, nanobench and bench_pictures by jvanverth · 10 years ago
  23. dba3e64 Revert of Start to vectorize SkTileGrid. (patchset #48 id:1670001 of https://codereview.chromium.org/634543004/) by mtklein · 10 years ago
  24. 958e962 Start to vectorize SkTileGrid. by mtklein · 10 years ago
  25. 2348199 Revert of Start to vectorize SkTileGrid. (patchset #45 id:1430002 of https://codereview.chromium.org/634543004/) by mtklein · 10 years ago
  26. 90c7992 Start to vectorize SkTileGrid. by mtklein · 10 years ago
  27. 380d7d7 Revert of No threadsafe statics. (patchset #1 id:1 of https://codereview.chromium.org/654663002/) by mtklein · 10 years ago
  28. cad5d3e No threadsafe statics. by mtklein · 10 years ago
  29. 335a0ae Allow GCC to build Skia on Mac. by mtklein · 10 years ago
  30. 38ba4e0 Add -Wno-invalid-offsetof to Mac and iOS builds too. by mtklein · 10 years ago
  31. 8de02f4 Clean up SK_PICTURE_USE_SK_RECORD and SK_PICTURE_OPTIMIZE_SK_RECORD. by mtklein · 10 years ago
  32. 81940de Add flag to call SkRecordOptimize on new pictures. by mtklein · 10 years ago
  33. 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
  34. 86e01df Add a test that uses C++11 features as a compiler canary. by mtklein · 10 years ago
  35. f548444 Detect presence of dwrite_1.h. by bungeman · 10 years ago
  36. 6233c7b Revert to enabling all of -O2 as it exposes a bug in the toolchain. by djsollen · 10 years ago
  37. 74364c9 Disable -fexpensive-optimizations on 64-bit ARM. by djsollen · 10 years ago
  38. c92e550 Install a hook to swap between SkPicture backends with a single define. by mtklein · 10 years ago
  39. a8d2c4a Temporarily adjust Matrix.isSimilarity test tolerance on 64-bit ARM devices by djsollen · 10 years ago
  40. a34633f Trim down OSX GYP rules. Same effect, shorter. by mtklein · 10 years ago
  41. 8e69676 Turn on FontMgr for Android by tomhudson · 10 years ago
  42. a7e930f On the bots, there's no need to link GMs into SampleApp. by mtklein · 10 years ago
  43. bce540c Don't call out -lstdc++ -lm explicitly. by mtklein · 10 years ago
  44. f91b47f Revert of Memory improvements to render_pdfs; better DM pool size defaults (https://codereview.chromium.org/433063002/) by halcanary · 10 years ago
  45. 66058b6 Memory improvements to render_pdfs; better DM pool size defaults by halcanary · 10 years ago
  46. 21769c5 Update NEON compiler defines to use SK_ prefix by djsollen · 10 years ago
  47. bc89329 Enable the SSSE3 compile time check on all platforms (4th attempt) by djsollen · 10 years ago
  48. 2da0f85 Revert of Enable the SSSE3 compile time check on all platforms. (https://codereview.chromium.org/403583002/) by bungeman · 10 years ago
  49. c0bc913 Introduce skia_pic gyp variable. by scroggo · 10 years ago
  50. 9338348 Enable the SSSE3 compile time check on all platforms (3rd attempt) by djsollen · 10 years ago
  51. eccbfec Fix broken android framework builds where 32-bit MIPS compilers lack 64-bit __sync operators. by Derek Sollenberger · 10 years ago
  52. 122f9ec Remove outdated compiler restrictions. by Derek Sollenberger · 10 years ago
  53. 9c6878b Revert of Enable the SSSE3 compile time check on all platforms. (https://codereview.chromium.org/391693004/) by halcanary · 10 years ago
  54. ee34953 Enable the SSSE3 compile time check on all platforms. by djsollen · 10 years ago
  55. 55d316e Remove last SK_SUPPORT_LEGACY_SHADER_LOCALMATRIX. by scroggo · 10 years ago
  56. 6336f7c MIPS: added optimization for SkRGB16_Opaque_Blitter::blitMask by djordje.pesut · 10 years ago
  57. 4d1605a Enable tools/CrashHandler again. by mtklein · 10 years ago
  58. ecce60b Build Android with SK_SUPPORT_LEGACY_CLIPTOLAYERFLAG. by scroggo · 10 years ago
  59. 0b544ae Add SkRacy by mtklein · 10 years ago
  60. 58f1e92 remove unneeded flags for android by reed · 10 years ago
  61. aca3d84 Remove SK_DISABLE_PIXELREF_LOCKCOUNT_BALANCE_CHECK. by mtklein · 10 years ago
  62. d312a04 Enable 32/64-bit gyp switch on Android by qiankun.miao · 10 years ago
  63. 170e00d Have Clang builders build in C++11 mode. by mtklein · 10 years ago
  64. da07a08 Make LTCG optional on windows builds. by bsalomon · 10 years ago
  65. 6518eaa remove legacy moz flags by reed · 10 years ago
  66. f01a6c3 In Android framework, make tools depend on jsoncpp by scroggo · 10 years ago
  67. 08fe013 Try to roll angle again. by Brian Salomon · 10 years ago
  68. 24ad096 Silence warnings about using offsetof on near-POD structs. by mtklein · 10 years ago
  69. 0349864 remove SK_SUPPORT_LEGACY_BLURMASKFILTER_STYLE -- not needed by reed · 10 years ago
  70. 4585144 remove SK_SUPPORT_LEGACY_DEVICE_CONFIG code by reed · 10 years ago
  71. 632a454 MIPS: added optimization for functions from SkBlitRow. by djordje.pesut · 10 years ago
  72. aaf1df6 MIPS: modified gypi files to support build by djordje.pesut · 10 years ago
  73. 59ef770 Revert of Try TSAN blacklist for SkGLContextHelper::init. (https://codereview.chromium.org/309823004/) by mtklein · 10 years ago
  74. ab2ec19 Try TSAN blacklist for SkGLContextHelper::init. by mtklein · 10 years ago
  75. 8c111f7 Change #def to be opt-out by krajcevski · 10 years ago
  76. 1940df9 Allow access to device config for Moz2d. by jvanverth · 10 years ago
  77. a2551ff Remove legacy Picture-recording flags from Android build by robertphillips · 10 years ago
  78. 9c0e629 Initial work to get ETC1 data up to the GPU by krajcevski · 10 years ago
  79. 22a1d96 New file for simpler updating of Android defines. by commit-bot@chromium.org · 10 years ago
  80. a3264e5 Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)" by commit-bot@chromium.org · 10 years ago
  81. e3c400f Set the default discardable pool size for Android framework. by commit-bot@chromium.org · 10 years ago
  82. 64f6d15 Use SkAtomics_sync on Android by commit-bot@chromium.org · 10 years ago
  83. 815d360 Remove -mfpmath=sse for clang, which does it automatically and sometimes is annoyed by it. by commit-bot@chromium.org · 10 years ago
  84. 6a106ce SSE2 everywhere. by commit-bot@chromium.org · 10 years ago
  85. 6379129 Revert of SSE2 everywhere. (https://codereview.chromium.org/294963002/) by commit-bot@chromium.org · 10 years ago
  86. 28f070d SSE2 everywhere. by commit-bot@chromium.org · 10 years ago
  87. 941ff78 Remove legacy constructor for blur draw looper. by commit-bot@chromium.org · 10 years ago
  88. 61744ec Generate bench/Android.mk from gyp. by commit-bot@chromium.org · 10 years ago
  89. 92cea27 Remove legacy SkLayerRasterizer flag for Android. by commit-bot@chromium.org · 10 years ago
  90. 7e9feda Fix the android framework build as it still uses mutable local matrices. by djsollen@google.com · 10 years ago
  91. 199cf69 Fix Moz2D build by commit-bot@chromium.org · 10 years ago
  92. 50ca12b Statically initialize those zero-size singletons. by commit-bot@chromium.org · 10 years ago
  93. 6e8f64c Disallow Android from calling getTotalClip. by commit-bot@chromium.org · 10 years ago
  94. 1d146d4 Revert of Roll ANGLE. (https://codereview.chromium.org/237173002/) by commit-bot@chromium.org · 10 years ago
  95. 05b1b53 gyp rules for ubsan by commit-bot@chromium.org · 10 years ago
  96. 1267219 Roll ANGLE. by commit-bot@chromium.org · 10 years ago
  97. 4521add try /LARGEADDRESSAWARE to give Windows 32-bit builds access to more RAM. by commit-bot@chromium.org · 10 years ago
  98. e396455 move common blur types into central header by commit-bot@chromium.org · 10 years ago
  99. d70fa20 Deprecate SaveFlags use in the public SkCanvas API. by commit-bot@chromium.org · 10 years ago
  100. d10ec40 gyp: only include windows *_x64 targets if GYP_GENERATORS includes ninja by commit-bot@chromium.org · 10 years ago