| Commit message (Expand) | Author | Age |
* | remove unused code around SK_SUPPORT_LEGACY_XFERMODE_PARAM | Mike Reed | 2016-11-03 |
* | GN: iOS basics | Mike Klein | 2016-11-03 |
* | Streamline skia.h construction. | Mike Klein | 2016-11-03 |
* | Remove SK_SUPPORT_LEGACY_SHADER_ASALOCALMATRIXSHADER | Ben Wagner | 2016-11-02 |
* | For debug builds, -O0 by default, adding -O1 only on bots. | Mike Klein | 2016-11-02 |
* | hide setImageFilter(ptr) | Mike Reed | 2016-11-01 |
* | Add SkShadowMaskFilter | Jim Van Verth | 2016-10-31 |
* | remove legacy xfermode build flag | Mike Reed | 2016-10-31 |
* | Draw Alpha8 + color filter correctly in software | Matt Sarett | 2016-10-31 |
* | SkFixed15 | Mike Klein | 2016-10-31 |
* | remove xfermode from public api | Mike Reed | 2016-10-28 |
* | Add support for lib_dirs to gn_to_cmake.py. | Ben Wagner | 2016-10-28 |
* | Rename GrDrawContext to GrRenderTargetContext | Brian Osman | 2016-10-27 |
* | Create .gni files for samples, tests, gms, and benches. | Mike Klein | 2016-10-27 |
* | opts.gypi -> opts.gni | Mike Klein | 2016-10-26 |
* | gpu.gypi -> gpu.gni | Mike Klein | 2016-10-26 |
* | gypi -> gni: core, effects, android framework defines | Mike Klein | 2016-10-26 |
* | Split SkSL and utils apart again into .gni files. | Mike Klein | 2016-10-26 |
* | Start inverting GN reading .gypis to GYP reading .gnis. | Mike Klein | 2016-10-26 |
* | GN: spin off :no_exceptions as its own config. | Mike Klein | 2016-10-26 |
* | Turn on -Wrange-loop-analysis. | Mike Klein | 2016-10-26 |
* | Build for Android from Windows, work in progress. | Mike Klein | 2016-10-26 |
* | Turn off buffer security checking in Release builds. | Mike Klein | 2016-10-20 |
* | Turn on /OPT:REF and /OPT:ICF too. | Mike Klein | 2016-10-20 |
* | Compile for Windows with /Zc:inline. | Mike Klein | 2016-10-20 |
* | Compile Release builds with -momit-leaf-frame-pointer. | Mike Klein | 2016-10-20 |
* | Viewer on Mac. | Mike Klein | 2016-10-20 |
* | Switch Windows ANGLE bots to GN. | Mike Klein | 2016-10-17 |
* | GN: get Angle compiling on Windows. | Mike Klein | 2016-10-17 |
* | Make GCC ninja log lines consistent with MSVC. | Mike Klein | 2016-10-17 |
* | GN/Win: quieter builds | Mike Klein | 2016-10-13 |
* | GN/Win: pass /DEBUG to linker to get debug symbols. | Mike Klein | 2016-10-13 |
* | GN/Win: warnings and warn-as-error | Mike Klein | 2016-10-13 |
* | GN: naive attempt for 32-bit Windows support | Mike Klein | 2016-10-13 |
* | GN: windows flags tweaks. | Mike Klein | 2016-10-12 |
* | GN/Win: flesh out compiler flags. | Mike Klein | 2016-10-12 |
* | GN/Win: support win_toolchain asset? | Mike Klein | 2016-10-12 |
* | More steps toward GN/Windows. | Mike Klein | 2016-10-11 |
* | GN: windows compiles locally. | Mike Klein | 2016-10-11 |
* | Make `gn gen` work on Windows again. | Mike Klein | 2016-10-11 |
* | Update to Android NDK r13. | Mike Klein | 2016-10-11 |
* | Auto re-gen for gn cmake generator. | Ben Wagner | 2016-10-06 |
* | Add action_foreach, copy, and proper target naming. | Ben Wagner | 2016-10-05 |
* | Fold extra_*_flags into GN as a config. | Mike Klein | 2016-10-04 |
* | Implement 'action' in gn_to_cmake.py. | Ben Wagner | 2016-09-30 |
* | Improve GN to CMake translation for building. | bungeman | 2016-09-28 |
* | Turn on -Wgnu-anonymous-struct and -Wnested-anonymous-types. | Mike Klein | 2016-09-27 |
* | GN: match shell behavior for cc and cxx in is_clang.py | csmartdalton | 2016-09-27 |
* | Turn on -Wnewline-eof. | Mike Klein | 2016-09-27 |
* | We really shouldn't pass SkFontStyle to printf as %d. | Mike Klein | 2016-09-27 |