This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Commit 4e46e8f
authored
Closes flutter/flutter#135086.
Reverts #46131.
This PR bundles together 3 changes that removes all validation errors on the `macrobenchmark` apps I could manually find:
1. Reverts #46131, which did not fix the original issue.
2. Added `kResetOnBackgroundThread = false`, which drops performance benefits, but doesn't cause threading issues.
3. Stop tracking `image` for Swapchain presentation (was hitting Vulkan assertion errors about acquired images).
/cc @gaaclarke I'd love to talk about how we could run the macrobenchmarks app on CI, with validation errors, after landing.
1 parent a0261dd commit 4e46e8f
File tree
3 files changed
+11
-12
lines changed- impeller/renderer/backend/vulkan
3 files changed
+11
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
| 60 | + | |
59 | 61 | | |
60 | 62 | | |
61 | 63 | | |
| |||
66 | 68 | | |
67 | 69 | | |
68 | 70 | | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
73 | 78 | | |
74 | 79 | | |
75 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
83 | 84 | | |
84 | 85 | | |
85 | 86 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
424 | 424 | | |
425 | 425 | | |
426 | 426 | | |
427 | | - | |
428 | | - | |
429 | | - | |
430 | | - | |
431 | | - | |
432 | | - | |
433 | | - | |
434 | 427 | | |
435 | 428 | | |
436 | 429 | | |
| |||
477 | 470 | | |
478 | 471 | | |
479 | 472 | | |
480 | | - | |
| 473 | + | |
481 | 474 | | |
482 | 475 | | |
483 | 476 | | |
| |||
0 commit comments