-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Impeller] Fix runtime effect pipeline depth/stencil. #49953
[Impeller] Fix runtime effect pipeline depth/stencil. #49953
Conversation
2a820e9
to
223e987
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
test?
Yeah that's what I'm working on. Need to repro the validation error somehow to come up with a test case. |
I'm not sure if its related, but I'm also getting a Vulkan validation error with runtime effect now
|
This comment was marked as outdated.
This comment was marked as outdated.
Yup that's for sure the same problem. |
ad0fa3f
to
8e55615
Compare
I added a test to verify the attachments end up being correct. |
da22378
to
847c29a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Haven't verified this locally yet but seems good. |
…142067) flutter/engine@9940541...57d6b51 2024-01-23 jonahwilliams@google.com [Impeller] fix validation error for playground texture upload. (flutter/engine#49957) 2024-01-23 bdero@google.com [Impeller] Fix runtime effect pipeline depth/stencil. (flutter/engine#49953) 2024-01-23 zanderso@users.noreply.github.com Exclude prebuilts/Library from Mac builder_cache (flutter/engine#49971) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC jacksongardner@google.com,rmistry@google.com,zra@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
EntityPass
to force backends to set things up the root pass correctly.ContentContextOptions::ApplyToPipelineDescriptor
to validate that callers are holding it right.