Skip to content

Commit

Permalink
Revert "[Impeller] Enable depth buffer clipping & Stencil-then-Cover …
Browse files Browse the repository at this point in the history
…path rendering. (#51209)"

This reverts commit 97491e3.
  • Loading branch information
auto-submit[bot] committed Mar 5, 2024
1 parent 9e813c7 commit f82c178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion impeller/entity/contents/content_context.h
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ class ContentContext {
///
// TODO(bdero): Remove this setting once StC is fully de-risked
// https://github.com/flutter/flutter/issues/123671
static constexpr bool kEnableStencilThenCover = true;
static constexpr bool kEnableStencilThenCover = false;

#if IMPELLER_ENABLE_3D
std::shared_ptr<scene::SceneContext> GetSceneContext() const;
Expand Down

0 comments on commit f82c178

Please sign in to comment.