summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-27Merge WebView M40 build 1832189 into AOSP.HEADandroid-m-preview-2android-m-preview-1mastermainTorne (Richard Coles)
2014-12-05Temporarily disable -Werror in Chromium.android-m-previewmaster-soongTorne (Richard Coles)
2014-11-06Merge from Chromium at DEPS revision db3f05efe0f9webview-m40_r4webview-m40_r3webview-m40_r2webview-m40_r1ub-webview-m40-releaseTorne (Richard Coles)
2014-11-05Update makefiles after merge of Chromium at 5a645aa13b82Android Chromium Automerger
2014-11-05Update makefiles after merge of Chromium at 2d0da5605d75Android Chromium Automerger
2014-11-04Update makefiles after merge of Chromium at a99b7ad25d02Android Chromium Automerger
2014-10-31Update makefiles after merge of Chromium at a41c404b1c7fAndroid Chromium Automerger
2014-10-31Update makefiles after merge of Chromium at b210e2d62956Android Chromium Automerger
2014-10-28Update makefiles after merge of Chromium at 82ca3b654cdaAndroid Chromium Automerger
2014-10-27Merge from Chromium at DEPS revision 614f7b807940Torne (Richard Coles)
2014-10-23Update makefiles after merge of Chromium at 9ef958e74e13Android Chromium Automerger
2014-10-21Merge third_party/libyuv from https://chromium.googlesource.com/external/liby...Android Chromium Automerger
2014-10-20remove ppapi/c/pp_macros.h dependency and assume m37 is available.fbarchard@google.com
2014-10-20port I420ToBGRA to AVX2.fbarchard@google.com
2014-10-20Neon does 8 at a time, so a check is added for any function of I422ToBGRA tha...fbarchard@google.com
2014-10-19Update makefiles after merge of Chromium at 89b463ddd92bAndroid Chromium Automerger
2014-10-17Merge third_party/libyuv from https://chromium.googlesource.com/external/liby...Android Chromium Automerger
2014-10-17Offset destination by 1 for I420ToARGB_Unaligned test to ensure destination a...fbarchard@google.com
2014-10-16switch win64 intrinsics to loadu / storeu for unaligned memory.fbarchard@google.com
2014-10-16Fix for r1122 to change back to elif for rotate build error on Mac.fbarchard@google.com
2014-10-16Change elif to endif and if to allow AVX2 as well as SSE2 in future changes i...fbarchard@google.com
2014-10-15Update makefiles after merge of Chromium at 6e9c84566c9fAndroid Chromium Automerger
2014-10-13Copy width to 64 bit register to work around clang 3.4 warningfbarchard@google.com
2014-10-13Roll chromium deps to match webrtc from 455c66b4375d72984b79249616d0a708ad568...fbarchard@google.com
2014-10-09Declare CopyRow_AVX as using xmm usage, not ymm. Should resolve chromium buil...fbarchard@google.com
2014-10-09clear aarch64 related macro and fix bugszhongwei.yao@arm.com
2014-10-07Use movdqu then pavgb to allow unaligned memory for rgb subsampling code. Al...fbarchard@google.com
2014-10-07ifdefs for UV functions to resolve link error on osxfbarchard@google.com
2014-10-07pavgb with memory op requires alignment. This CL disables conversions that u...fbarchard@google.com
2014-10-07Remove unaligned functions, since most function support unaligned memory now....fbarchard@google.com
2014-10-06cmake fix to make build compatible with Windows builds.fbarchard@google.com
2014-10-06Update makefiles after merge of Chromium at f68776d8c526Android Chromium Automerger
2014-10-06Merge third_party/libyuv from https://chromium.googlesource.com/external/liby...Android Chromium Automerger
2014-10-03Make row functions used for planarfunctions and convert use movdqu to relax a...fbarchard@google.com
2014-10-03Row AArch64 Neon implementation - Part 8ashok.bhat@gmail.com
2014-10-03scale use movdqu for posixfbarchard@google.com
2014-10-03InterpolateRow used for scale handle unaligned memory. Remove HalfRow which ...fbarchard@google.com
2014-10-02Move AVX code to conditionals used for AVX2 to require newer compiler.fbarchard@google.com
2014-10-02cmake file for libyuv and remove -o from linux.mk for osx support.fbarchard@google.com
2014-10-02Make rotate SIMD allow unaligned pointers.fbarchard@google.com
2014-10-01Change scale to unaligned movdqu.fbarchard@google.com
2014-09-30Remove alignment constraint for SSE2. Allows the optimized function to be use...fbarchard@google.com
2014-09-30Update makefiles after merge of Chromium at 9c6ac85c45faAndroid Chromium Automerger
2014-09-30Merge from Chromium at DEPS revision 267aeeb8d85cPrimiano Tucci
2014-09-30For android arm64 dont specify neon flag.fbarchard@google.com
2014-09-30port/fix CopyRow_AVX to gccfbarchard@google.com
2014-09-29CopyRow_AVX which supports unaligned pointers for Sandy Bridge CPU.fbarchard@google.com
2014-09-29Row AArch64 Neon implementation - Part 11ashok.bhat@gmail.com
2014-09-29Remove __ARM_NEON__ define check for AArch64ashok.bhat@gmail.com
2014-09-26Rename GN public variables.brettw@google.com