Added support for PDF metadata
[platform/upstream/libSkiaSharp.git] / gn /
2017-01-16 Matthew LeibowitzMerge branch 'xamarin-svg-canvas' into xamarin-mobile...
2017-01-13 Matthew LeibowitzMerge pull request #44 from google/chrome/m56
2017-01-06 Matthew LeibowitzAdded C bindings for SkPixmap
2017-01-06 Matthew LeibowitzMerge pull request #42 from mono/develop-next
2017-01-05 Matthew LeibowitzMerge pull request #41 from google/chrome/m56
2016-12-19 Matthew LeibowitzMerge pull request #40 from google/chrome/m56
2016-11-18 Matthew LeibowitzSeems git couldn't care about merging these files
2016-11-18 Matthew LeibowitzMerge branch 'chrome/m56' into update-m56
2016-11-16 Florin MalitaExternal SkImageGenerator API
2016-11-16 Mike KleinGN: add public headers warnings check.
2016-11-16 robertphillipsAdd IORef capability to GrSurfaceProxy objects - take 2
2016-11-16 Jim Van VerthFix error with transforming custom/large glyphs
2016-11-16 Mike Reedmake SkXfermode.h go away
2016-11-16 egdanielRevert of added support for push_constant layout (patch...
2016-11-15 ethannicholasadded support for push_constant layout
2016-11-14 Robert PhillipsRevert "Add IORef capability to GrSurfaceProxy objects"
2016-11-14 Robert PhillipsAdd IORef capability to GrSurfaceProxy objects
2016-11-14 Ben WagnerRemove SkOSFile.cpp.
2016-11-14 Mike KleinGN: detect is_clang cheaply when possible.
2016-11-13 Mike ReedRevert[2] "Change SkCanvas to *not* inherit from SkRefCnt"
2016-11-11 raftiasInitial implementation of a SkColorSpace_A2B xform
2016-11-11 Brian SalomonRevert "Revert "Add integer texture support.""
2016-11-11 Mike KleinSkFixedAlloc
2016-11-10 Heather MillerRevert "Change SkCanvas to *not* inherit from SkRefCnt"
2016-11-10 Leon ScrogginsRevert "Add integer texture support."
2016-11-10 Brian SalomonAdd integer texture support.
2016-11-09 Mike ReedChange SkCanvas to *not* inherit from SkRefCnt
2016-11-08 Ben WagnerMove SkOSPath out of include/core.
2016-11-08 Robert PhillipsRevert "Revert "Add GrRenderTargetContext instantiate...
2016-11-07 Leon ScrogginsRevert "Add GrRenderTargetContext instantiate & asTextu...
2016-11-07 Mike KleinAdd GN iOS builder.
2016-11-07 Robert PhillipsAdd GrRenderTargetContext instantiate & asTextureProxy
2016-11-07 Ben WagnerMove SkChunkAlloc.h to include/private.
2016-11-07 Mike Reedremove xfermode legacy build flag for android
2016-11-07 Robert PhillipsAdd GrTextureRenderTargetProxy and support switching...
2016-11-07 Mike KleinGN: quiet alink spam on Mac
2016-11-07 Mike KleinGN: quiet link.exe warning spam.
2016-11-04 Tyler HoeflickerMerge remote-tracking branch 'upstream/xamarin-mobile...
2016-11-03 Mike Reedremove unused code around SK_SUPPORT_LEGACY_XFERMODE_PARAM
2016-11-03 Mike KleinGN: iOS basics
2016-11-03 Mike KleinStreamline skia.h construction.
2016-11-02 Ben WagnerRemove SK_SUPPORT_LEGACY_SHADER_ASALOCALMATRIXSHADER
2016-11-02 Mike KleinFor debug builds, -O0 by default, adding -O1 only on...
2016-11-01 Mike Reedhide setImageFilter(ptr)
2016-10-31 Jim Van VerthAdd SkShadowMaskFilter
2016-10-31 Mike Reedremove legacy xfermode build flag
2016-10-31 Matt SarettDraw Alpha8 + color filter correctly in software
2016-10-31 Mike KleinSkFixed15
2016-10-29 Matthew LeibowitzMerge pull request #32 from mono/update-m55
2016-10-28 Mike Reedremove xfermode from public api
2016-10-28 Ben WagnerAdd support for lib_dirs to gn_to_cmake.py.
2016-10-27 Brian OsmanRename GrDrawContext to GrRenderTargetContext
2016-10-27 Mike KleinCreate .gni files for samples, tests, gms, and benches.
2016-10-26 Mike Kleinopts.gypi -> opts.gni
2016-10-26 Mike Kleingpu.gypi -> gpu.gni
2016-10-26 Mike Kleingypi -> gni: core, effects, android framework defines
2016-10-26 Mike KleinSplit SkSL and utils apart again into .gni files.
2016-10-26 Mike KleinStart inverting GN reading .gypis to GYP reading .gnis.
2016-10-26 Mike KleinGN: spin off :no_exceptions as its own config.
2016-10-26 Mike KleinTurn on -Wrange-loop-analysis.
2016-10-26 Mike KleinBuild for Android from Windows, work in progress.
2016-10-25 Matthew LeibowitzMerge pull request #30 from mono/xamarin-mobile-bindings
2016-10-20 Mike KleinTurn off buffer security checking in Release builds.
2016-10-20 Mike KleinTurn on /OPT:REF and /OPT:ICF too.
2016-10-20 Mike KleinCompile for Windows with /Zc:inline.
2016-10-20 Mike KleinCompile Release builds with -momit-leaf-frame-pointer.
2016-10-20 Mike KleinViewer on Mac.
2016-10-17 Mike KleinSwitch Windows ANGLE bots to GN.
2016-10-17 Mike KleinGN: get Angle compiling on Windows.
2016-10-17 Mike KleinMake GCC ninja log lines consistent with MSVC.
2016-10-13 Mike KleinGN/Win: quieter builds
2016-10-13 Mike KleinGN/Win: pass /DEBUG to linker to get debug symbols.
2016-10-13 Mike KleinGN/Win: warnings and warn-as-error
2016-10-13 Mike KleinGN: naive attempt for 32-bit Windows support
2016-10-12 Mike KleinGN: windows flags tweaks.
2016-10-12 Mike KleinGN/Win: flesh out compiler flags.
2016-10-12 Mike KleinGN/Win: support win_toolchain asset?
2016-10-11 Mike KleinMore steps toward GN/Windows.
2016-10-11 Mike KleinGN: windows compiles locally.
2016-10-11 Mike KleinMake `gn gen` work on Windows again.
2016-10-11 Mike KleinUpdate to Android NDK r13.
2016-10-11 Matthew LeibowitzMerge from google/chrome/m55
2016-10-06 Ben WagnerAuto re-gen for gn cmake generator.
2016-10-05 Ben WagnerAdd action_foreach, copy, and proper target naming.
2016-10-04 Mike KleinFold extra_*_flags into GN as a config.
2016-09-30 Ben WagnerImplement 'action' in gn_to_cmake.py.
2016-09-28 bungemanImprove GN to CMake translation for building.
2016-09-27 Mike KleinTurn on -Wgnu-anonymous-struct and -Wnested-anonymous...
2016-09-27 csmartdaltonGN: match shell behavior for cc and cxx in is_clang.py
2016-09-27 Mike KleinTurn on -Wnewline-eof.
2016-09-27 Mike KleinWe really shouldn't pass SkFontStyle to printf as %d.
2016-09-27 Mike KleinRemove stray semicolons.
2016-09-27 Mike KleinFocus -Wno-over-aligned to just 32-bit x86 Android...
2016-09-27 Mike ReedRevert "Focus -Wno-over-aligned to just 32-bit x86...
2016-09-27 Mike KleinFocus -Wno-over-aligned to just 32-bit x86 Android.
2016-09-26 Mike KleinMove undefined-func-template to wont-fix warnings.
2016-09-26 Mike KleinTurn on -Wundefined-reinterpret-cast.
2016-09-26 Mike Klein-Wcomma may be good to go now.
2016-09-26 mtkleinGN: detect is_clang, use it to switch Clang to warning...
2016-09-26 Mike KleinRevert "GN: detect is_clang, use it to switch Clang...
next