From 6233c7b2d3f0b5dcc331e88d8029523bdf08217a Mon Sep 17 00:00:00 2001 From: djsollen Date: Wed, 3 Sep 2014 13:38:32 -0700 Subject: Revert to enabling all of -O2 as it exposes a bug in the toolchain. Instead as a workaround we will temporarily disable tiling the few GMs that produce errors with the existing 64-bit ARM toolchain. BUG=skia:2908 R=mtklein@google.com Author: djsollen@google.com Review URL: https://codereview.chromium.org/537713002 --- gm/tilemodes_scaled.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'gm/tilemodes_scaled.cpp') diff --git a/gm/tilemodes_scaled.cpp b/gm/tilemodes_scaled.cpp index 360539ca49..93a3db3f90 100644 --- a/gm/tilemodes_scaled.cpp +++ b/gm/tilemodes_scaled.cpp @@ -73,6 +73,13 @@ protected: return name; } +#ifdef SK_CPU_ARM64 + // Skip tiled drawing on 64-bit ARM until https://skbug.com/2908 is fixed. + virtual uint32_t onGetFlags() const SK_OVERRIDE { + return kSkipTiled_Flag; + } +#endif + SkISize onISize() { return SkISize::Make(880, 760); } virtual void onOnceBeforeDraw() SK_OVERRIDE { -- cgit v1.2.3