- 61a81e3 Mimic Chrome better in our GYPs. by mtklein · 9 years ago
- afd7c74 Remove SK_OFFSETOF from SkTypes, clean up offsetof usage. by bungeman · 9 years ago
- 9a106ba A bit of misc cleanup. by mtklein · 9 years ago
- f62833d Detect MIPS DSP and DSPR2 programattically. by mtklein · 9 years ago
- fae0102 Remove IGNORE_ROT_AA_RECT_OPT flag by robertphillips · 9 years ago
- 4239fc2 Remove skia_arch_width, fold into skia_arch_type. by Brian Salomon · 9 years ago
- 243406e Add skia_use_android_framework_defines GYP_DEFINE by borenet · 9 years ago
- b7069e9 Compile with VS2015. by bungeman · 9 years ago
- 4abc186 Add a GYP flag to define SKNX_NO_SIMD when set. by mtklein · 9 years ago
- 11271fe Add scripts for running LLVM coverage by borenet · 9 years ago
- ea6075e Default iOS builds to our code signing identity. by mtklein · 10 years ago
- 4808757 Remove all code related to NaCl by borenet · 10 years ago
- 2d33a1d Streamline Thumb config. by mtklein · 10 years ago
- 230d4ac Use a wrapper for SkDebugf in SkCodec. by scroggo · 10 years ago
- dee3df9 Add a go-fast button to Skia GYP configs. by mtklein · 10 years ago
- 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
- 3e56227 Add copyright headers to remaining gyp files. by scroggo · 10 years ago
- d709ea8 Remove SkLONGLONG. by bungeman · 10 years ago
- 172b455 Clean up SkDynamicAnnotations. by mtklein · 10 years ago
- e6cf9cb miniz support in SkFlate / PDF by mtklein · 10 years ago
- 1e4e814 SK_NO_FLATE by mtklein · 10 years ago
- 7cd3f64 Stop adding mssse3 & m32/m64 for Android framework. by scroggo · 10 years ago
- df1c337 Don't use m32 cflag for x86_64. by scroggo · 10 years ago
- ac928f2 Only define SK_CRASH_HANDLER in crash_handler. by scroggo · 10 years ago
- f3cdce7 Build in C++11 mode on Unix-like bots. by mtklein · 10 years ago
- 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
- 779e496 Build in C++11 mode on Unix-like bots. by mtklein · 10 years ago
- 65fd599 Build in C++11 mode on Macs. by mtklein · 10 years ago
- 803a49d Define SK_OVERRIDE when building for Android framework. by scroggo · 10 years ago
- f379ad3 Setup Android framework builds to use the appropriate shared lib defines. by djsollen · 10 years ago
- a07b297 Update compiler warning flags by mtklein · 10 years ago
- 4daa6f6 Don't require -DSK_USE_POSIX_THREADS. by mtklein · 10 years ago
- 0faaac6 Look at DYNAMIC_ANNOTATIONS_ENABLED now. by mtklein · 10 years ago
- c0591ca Revert of Add -ftrapv to debug builds. (patchset #1 id:1 of https://codereview.chromium.org/702893003/) by mtklein · 10 years ago
- ebacb61 Add -ftrapv to debug builds. by mtklein · 10 years ago
- 19996ed Small changes to get things building and running on Linux/ARM. by mtklein · 10 years ago
- 26bdfcb Remove /arch:SSE2 from Win 64 Release builds by bsalomon · 10 years ago
- 6740feb Don't use /ZI on 64 bit windows by bsalomon · 10 years ago
- a99f9ee Reenable deprecation warnings on Android framework. by scroggo · 10 years ago
- 4736e14 Get gpudft support working in dm, gm, nanobench and bench_pictures by jvanverth · 10 years ago
- 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
- 06ba179 Get gpudft support working in dm, gm, nanobench and bench_pictures by jvanverth · 10 years ago
- dba3e64 Revert of Start to vectorize SkTileGrid. (patchset #48 id:1670001 of https://codereview.chromium.org/634543004/) by mtklein · 10 years ago
- 958e962 Start to vectorize SkTileGrid. by mtklein · 10 years ago
- 2348199 Revert of Start to vectorize SkTileGrid. (patchset #45 id:1430002 of https://codereview.chromium.org/634543004/) by mtklein · 10 years ago
- 90c7992 Start to vectorize SkTileGrid. by mtklein · 10 years ago
- 380d7d7 Revert of No threadsafe statics. (patchset #1 id:1 of https://codereview.chromium.org/654663002/) by mtklein · 10 years ago
- cad5d3e No threadsafe statics. by mtklein · 10 years ago
- 335a0ae Allow GCC to build Skia on Mac. by mtklein · 10 years ago
- 38ba4e0 Add -Wno-invalid-offsetof to Mac and iOS builds too. by mtklein · 10 years ago
- 8de02f4 Clean up SK_PICTURE_USE_SK_RECORD and SK_PICTURE_OPTIMIZE_SK_RECORD. by mtklein · 10 years ago
- 81940de Add flag to call SkRecordOptimize on new pictures. by mtklein · 10 years ago
- 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
- 86e01df Add a test that uses C++11 features as a compiler canary. by mtklein · 10 years ago
- f548444 Detect presence of dwrite_1.h. by bungeman · 10 years ago
- 6233c7b Revert to enabling all of -O2 as it exposes a bug in the toolchain. by djsollen · 10 years ago
- 74364c9 Disable -fexpensive-optimizations on 64-bit ARM. by djsollen · 10 years ago
- c92e550 Install a hook to swap between SkPicture backends with a single define. by mtklein · 10 years ago
- a8d2c4a Temporarily adjust Matrix.isSimilarity test tolerance on 64-bit ARM devices by djsollen · 10 years ago
- a34633f Trim down OSX GYP rules. Same effect, shorter. by mtklein · 10 years ago
- 8e69676 Turn on FontMgr for Android by tomhudson · 10 years ago
- a7e930f On the bots, there's no need to link GMs into SampleApp. by mtklein · 10 years ago
- bce540c Don't call out -lstdc++ -lm explicitly. by mtklein · 10 years ago
- f91b47f Revert of Memory improvements to render_pdfs; better DM pool size defaults (https://codereview.chromium.org/433063002/) by halcanary · 10 years ago
- 66058b6 Memory improvements to render_pdfs; better DM pool size defaults by halcanary · 10 years ago
- 21769c5 Update NEON compiler defines to use SK_ prefix by djsollen · 10 years ago
- bc89329 Enable the SSSE3 compile time check on all platforms (4th attempt) by djsollen · 10 years ago
- 2da0f85 Revert of Enable the SSSE3 compile time check on all platforms. (https://codereview.chromium.org/403583002/) by bungeman · 10 years ago
- c0bc913 Introduce skia_pic gyp variable. by scroggo · 10 years ago
- 9338348 Enable the SSSE3 compile time check on all platforms (3rd attempt) by djsollen · 10 years ago
- eccbfec Fix broken android framework builds where 32-bit MIPS compilers lack 64-bit __sync operators. by Derek Sollenberger · 10 years ago
- 122f9ec Remove outdated compiler restrictions. by Derek Sollenberger · 10 years ago
- 9c6878b Revert of Enable the SSSE3 compile time check on all platforms. (https://codereview.chromium.org/391693004/) by halcanary · 10 years ago
- ee34953 Enable the SSSE3 compile time check on all platforms. by djsollen · 10 years ago
- 55d316e Remove last SK_SUPPORT_LEGACY_SHADER_LOCALMATRIX. by scroggo · 10 years ago
- 6336f7c MIPS: added optimization for SkRGB16_Opaque_Blitter::blitMask by djordje.pesut · 10 years ago
- 4d1605a Enable tools/CrashHandler again. by mtklein · 10 years ago
- ecce60b Build Android with SK_SUPPORT_LEGACY_CLIPTOLAYERFLAG. by scroggo · 10 years ago
- 0b544ae Add SkRacy by mtklein · 10 years ago
- 58f1e92 remove unneeded flags for android by reed · 10 years ago
- aca3d84 Remove SK_DISABLE_PIXELREF_LOCKCOUNT_BALANCE_CHECK. by mtklein · 10 years ago
- d312a04 Enable 32/64-bit gyp switch on Android by qiankun.miao · 10 years ago
- 170e00d Have Clang builders build in C++11 mode. by mtklein · 10 years ago
- da07a08 Make LTCG optional on windows builds. by bsalomon · 10 years ago
- 6518eaa remove legacy moz flags by reed · 10 years ago
- f01a6c3 In Android framework, make tools depend on jsoncpp by scroggo · 10 years ago
- 08fe013 Try to roll angle again. by Brian Salomon · 10 years ago
- 24ad096 Silence warnings about using offsetof on near-POD structs. by mtklein · 10 years ago
- 0349864 remove SK_SUPPORT_LEGACY_BLURMASKFILTER_STYLE -- not needed by reed · 10 years ago
- 4585144 remove SK_SUPPORT_LEGACY_DEVICE_CONFIG code by reed · 10 years ago
- 632a454 MIPS: added optimization for functions from SkBlitRow. by djordje.pesut · 10 years ago
- aaf1df6 MIPS: modified gypi files to support build by djordje.pesut · 10 years ago
- 59ef770 Revert of Try TSAN blacklist for SkGLContextHelper::init. (https://codereview.chromium.org/309823004/) by mtklein · 11 years ago
- ab2ec19 Try TSAN blacklist for SkGLContextHelper::init. by mtklein · 11 years ago
- 8c111f7 Change #def to be opt-out by krajcevski · 11 years ago
- 1940df9 Allow access to device config for Moz2d. by jvanverth · 11 years ago
- a2551ff Remove legacy Picture-recording flags from Android build by robertphillips · 11 years ago
- 9c0e629 Initial work to get ETC1 data up to the GPU by krajcevski · 11 years ago
- 22a1d96 New file for simpler updating of Android defines. by commit-bot@chromium.org · 11 years ago
- a3264e5 Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)" by commit-bot@chromium.org · 11 years ago