-
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] various StC fixes for GPU -> CPU readback plus BufferBindingGLES error #50951
[Impeller] various StC fixes for GPU -> CPU readback plus BufferBindingGLES error #50951
Conversation
Might potentially need a flush too: https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/vkInvalidateMappedMemoryRanges.html |
…/engine into do_everything_plus_barrier
Okay, we seemed to be hitting a case where we'd try to bind a void location (PADDING) in a shader which would fail. I added some code to handle that. |
Confirmed this unblocks the Vulkan tests on #50951 |
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
(Pulling this out of draft to let the goldens run) |
Golden file changes have been found for this pull request. Click here to view and triage (e.g. because this is an intentional change). If you are still iterating on this change and are not ready to resolve the images on the Flutter Gold dashboard, consider marking this PR as a draft pull request above. You will still be able to view image results on the dashboard, commenting will be silenced, and the check will not try to resolve itself until marked ready for review. |
…/engine into do_everything_plus_barrier
The golden diffs are gone. Let's smash that merge button. |
c79117b706 [Windows] Remove TODONE (flutter/engine#51005) 24c7b03ef0 [Windows] Introduce an accessibility plugin (flutter/engine#50975) c805e43957 Roll Skia from 1beae57ea0dd to c8703c91675e (1 revision) (flutter/engine#51014) 17dff87ef3 [Impeller] various StC fixes for GPU -> CPU readback plus BufferBindingGLES error (flutter/engine#50951) 8457d10473 Roll Dart SDK from be6be2b9ba6e to a0e3c16eea3e (3 revisions) (flutter/engine#51015)
More debugging for #50856
Potentially related to flutter/flutter#141472