Commit 9768c2f5 authored by Mike Klein's avatar Mike Klein Committed by Commit Bot

add a flag to keep forcing 15-bit lowp

Change-Id: Ica8e8564d79eb34766203712511bdbbed58f78c4
Reviewed-on: https://chromium-review.googlesource.com/598995Reviewed-by: default avatarFlorin Malita <fmalita@chromium.org>
Commit-Queue: Mike Klein <mtklein@chromium.org>
Cr-Commit-Position: refs/heads/master@{#491565}
parent e3368823
...@@ -216,6 +216,10 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal, ...@@ -216,6 +216,10 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal,
#define SK_SUPPORT_LEGACY_DELTA_AA #define SK_SUPPORT_LEGACY_DELTA_AA
#endif #endif
#ifndef SK_JUMPER_LEGACY_LOWP
#define SK_JUMPER_LEGACY_LOWP
#endif
///////////////////////// Imported from BUILD.gn and skia_common.gypi ///////////////////////// Imported from BUILD.gn and skia_common.gypi
/* In some places Skia can use static initializers for global initialization, /* In some places Skia can use static initializers for global initialization,
......
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