aboutsummaryrefslogtreecommitdiff
path: root/BUILD.gn
AgeCommit message (Expand)Author
2017-01-27Rename mips source files to dspr2.Frank Barchard
2016-12-15Add MSA optimized TransposeWx8_MSA and TransposeUVWx8_MSA functionsManojkumar Bhosale
2016-12-07Add MSA optimized ARGB scaling functionsManojkumar Bhosale
2016-10-19HalfFloatPlane unittest for denormal half floatsFrank Barchard
2016-10-05GN: Add default targetFrank Barchard
2016-10-04Enable optimize max for GN builds + update docsFrank Barchard
2016-09-22Add MIPS SIMD Arch (MSA) optimized MirrorRow functionFrank Barchard
2016-09-16Enable NEON for unittests on ios 64 bit.Frank Barchard
2016-09-13GN: Add GN test targets.Edward Lemur
2016-08-02gn: Don't let libyuv depend on libjpeg_turbo on iOS.Nico Weber
2016-07-20Convert libyuv to a static library in GN.Frank Barchard
2016-07-14Remove DISABLE_X86 from build.gnFrank Barchard
2016-07-07enable chromium code for GN, bumping warning level.Frank Barchard
2016-04-06Add //build/config/BUILD.gn to exec whitelist for GN.Frank Barchard
2015-12-14GN: Fix neon files not being included for arm64Frank Barchard
2015-10-12Enable optimization when compiling for NaCl with GNFrank Barchard
2015-09-09Add a sanitizer.gni import to the GN build.Frank Barchard
2015-07-27Adds files and functions for rotate any, but does not hook them up to the cal...Frank Barchard
2015-07-14break rotate into files by cpu in preparation for optimization.Frank Barchard
2015-06-09rename source files from row_posix.cc etc to row_gcc.cc to avoid gyp build fi...fbarchard@google.com
2015-06-05Revert "libyuv: Include foo_posix.cc in the gn build, like it's done in the g...johannkoenig@google.com
2015-06-05libyuv: Include foo_posix.cc in the gn build, like it's done in the gyp build.johannkoenig@google.com
2015-03-30add new scale_any to build files.fbarchard@google.com
2015-03-10Fix standalone GN build.kjellander@google.com
2015-02-27Add Neon source files to libyuv GN buildfbarchard@google.com
2015-02-09Remove bayer format support from libyuv. This format is very rare and used o...fbarchard@google.com
2014-11-18Build libyuv w/ no_chromium_code in GN.fbarchard@google.com
2014-10-20remove ppapi/c/pp_macros.h dependency and assume m37 is available.fbarchard@google.com
2014-09-26Rename GN public variables.brettw@google.com
2014-09-08Update GN build to refer to ppapi target. This allows the inclusion of the pp...fbarchard@google.com
2014-07-03Disable assembly optimizations in MemorySanitizer builds.kjellander@google.com
2014-05-23enable neon in build.gnfbarchard@google.com
2014-03-28Update libyuv build toolchain.fbarchard@google.com