Commit 6c608e94 by James Darpinian Committed by Commit Bot

iOS sRGB mipmap generation is broken too

Enable the encodeAndDecodeSRGBForGenerateMipmap workaround for iOS. Bug: angleproject:5417 Change-Id: I39d9e7c371f0ee5ec5119669f3b855251691f9e2 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2606657Reviewed-by: 's avatarKenneth Russell <kbr@chromium.org> Reviewed-by: 's avatarJonah Ryan-Davis <jonahr@google.com> Commit-Queue: James Darpinian <jdarpinian@chromium.org>
parent fb35201a
...@@ -1827,8 +1827,7 @@ void InitializeFeatures(const FunctionsGL *functions, angle::FeaturesGL *feature ...@@ -1827,8 +1827,7 @@ void InitializeFeatures(const FunctionsGL *functions, angle::FeaturesGL *feature
ANGLE_FEATURE_CONDITION(features, disableTimestampQueries, IsLinux() && isVMWare); ANGLE_FEATURE_CONDITION(features, disableTimestampQueries, IsLinux() && isVMWare);
ANGLE_FEATURE_CONDITION(features, encodeAndDecodeSRGBForGenerateMipmap, ANGLE_FEATURE_CONDITION(features, encodeAndDecodeSRGBForGenerateMipmap, IsApple());
IsApple() && functions->standard == STANDARD_GL_DESKTOP);
// anglebug.com/4674 // anglebug.com/4674
// The (redundant) explicit exclusion of Windows AMD is because the workaround fails // The (redundant) explicit exclusion of Windows AMD is because the workaround fails
......
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