Commit a3b84e6c authored by Mike Reed's avatar Mike Reed Committed by Commit Bot

Add flag to stage filtering behavior change

See https://skia-review.googlesource.com/c/skia/+/335593

Bug: skia:7650
Change-Id: Ie8237e3fb62ba95a0b1ccfd582dc04ce45885aac
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2544804Reviewed-by: default avatarFlorin Malita <fmalita@chromium.org>
Reviewed-by: default avatarBrian Salomon <bsalomon@google.com>
Commit-Queue: Mike Reed <reed@google.com>
Cr-Commit-Position: refs/heads/master@{#828304}
parent 30410353
...@@ -229,6 +229,10 @@ SK_API void SkDebugf_FileLine(const char* file, ...@@ -229,6 +229,10 @@ SK_API void SkDebugf_FileLine(const char* file,
#define GR_OP_ALLOCATE_USE_NEW #define GR_OP_ALLOCATE_USE_NEW
#endif #endif
#ifndef SK_SUPPORT_LEGACY_ADJUSTHQHEURISTIC
#define SK_SUPPORT_LEGACY_ADJUSTHQHEURISTIC
#endif
// Staging for lowp::bilerp_clamp_8888, and for planned misc. others. // Staging for lowp::bilerp_clamp_8888, and for planned misc. others.
#define SK_DISABLE_LOWP_BILERP_CLAMP_CLAMP_STAGE #define SK_DISABLE_LOWP_BILERP_CLAMP_CLAMP_STAGE
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment