Commit da7f1e17 authored by reed's avatar reed Committed by Commit bot

add flag to stage mipmap change

prereq for https://codereview.chromium.org/916103008

BUG=

Review URL: https://codereview.chromium.org/937233002

Cr-Commit-Position: refs/heads/master@{#317145}
parent 1f455a8a
...@@ -253,6 +253,10 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal, ...@@ -253,6 +253,10 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal,
# define SK_IGNORE_ETC1_SUPPORT # define SK_IGNORE_ETC1_SUPPORT
#endif #endif
#ifndef SK_SUPPORT_LEGACY_MIPMAP_EFFECTIVE_SCALE
# define SK_SUPPORT_LEGACY_MIPMAP_EFFECTIVE_SCALE
#endif
#ifndef SK_IGNORE_GPU_DITHER #ifndef SK_IGNORE_GPU_DITHER
# define SK_IGNORE_GPU_DITHER # define SK_IGNORE_GPU_DITHER
#endif #endif
......
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