Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Temporarily opt out of reduced shaders variants till roll issues are resolved. #27048

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion shell/common/context_options.cc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ GrContextOptions MakeDefaultContextOptions(ContextType type,

options.fReduceOpsTaskSplitting = GrContextOptions::Enable::kNo;

options.fReducedShaderVariations = true;
options.fReducedShaderVariations = false;

return options;
};
Expand Down
Binary file modified shell/platform/embedder/fixtures/gradient.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified shell/platform/embedder/fixtures/gradient_xform.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.