Commit d6e0b0ca by Peng Huang Committed by Commit Bot

Remove a debugging code in renderergl_utils.cpp

Bug: chromium:1171371 Change-Id: I7cf00edbc337150e40e7afb4f6c5fc88862f0734 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2700332Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org> Commit-Queue: Peng Huang <penghuang@chromium.org>
parent 2cb66715
...@@ -1930,8 +1930,7 @@ void InitializeFeatures(const FunctionsGL *functions, angle::FeaturesGL *feature ...@@ -1930,8 +1930,7 @@ void InitializeFeatures(const FunctionsGL *functions, angle::FeaturesGL *feature
// crbug.com/1171371 // crbug.com/1171371
// If output variable gl_FragColor is written by fragment shader, it may cause context lost with // If output variable gl_FragColor is written by fragment shader, it may cause context lost with
// Adreno 42x and 3xx. // Adreno 42x and 3xx.
ANGLE_FEATURE_CONDITION(features, initFragmentOutputVariables, ANGLE_FEATURE_CONDITION(features, initFragmentOutputVariables, IsAdreno42xOr3xx(functions));
IsAdreno42xOr3xx(functions) || true);
} }
void InitializeFrontendFeatures(const FunctionsGL *functions, angle::FrontendFeatures *features) void InitializeFrontendFeatures(const FunctionsGL *functions, angle::FrontendFeatures *features)
......
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