LUCI Bisection is automatically submitting this revert.
| Bot-Commit | +1 |
| Commit-Queue | +2 |
| Owners-Override | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Revert "Move Dawn Ozone Image Representation over to Shared Texture Memory"
This reverts commit e36bb082f72c0049cc8a54af29e70e0f756434e1.
Reason for revert:
LUCI Bisection has identified this change as the culprit of a build failure. See the analysis: https://ci.chromium.org/ui/p/chromium/bisection/compile-analysis/b/8688973723685130049
Sample failed build: https://ci.chromium.org/b/8688973723685130049
If this is a false positive, please report it at http://b.corp.google.com/createIssue?component=1199205&description=Analysis%3A+https%3A%2F%2Fchromium-review.googlesource.com%2Fc%2Fchromium%2Fsrc%2F%2B%2F6173060&format=PLAIN&priority=P3&title=Wrongly+blamed+https%3A%2F%2Fci.chromium.org%2Fui%2Fp%2Fchromium%2Fbisection%2Fcompile-analysis%2Fb%2F8688973723685130049&type=BUG
Original change's description:
> Move Dawn Ozone Image Representation over to Shared Texture Memory
>
> (Attempt #3)
>
> TESTED again on chromeos device using webgpu meets.
>
> This is done as far as ozone is concerned but the issue with opaque fences still remains. Basically ozone backing works with sync fences
> and the external_vk_image_backing doesnt not.
>
> We are able to make this change only because webGPU for LINUX is not
> enabled and will not be for the foreseeable future. WebGPU on linux
> will work with this change if it uses the external_vk_image_backing
> and associated representations.
>
> This is dependent on:
> https://dawn-review.googlesource.com/c/dawn/+/194440
>
> This means that we must use single copy for linux video import as we
> cannot use zero copy through ozone image backing (again due to
> the fence sync vs opaque issue)
>
> See: 'CanImportNativePixmapToWebGPU' function
>
> Bug: 330385376
> Change-Id: Ifaf2b8de9e9186a9f9e44ab0a74f2774de9035f6
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6173060
> Reviewed-by: Michael Spang <sp...@chromium.org>
> Commit-Queue: Peter McNeeley <peterm...@google.com>
> Reviewed-by: Vasiliy Telezhnikov <vas...@chromium.org>
> Cr-Commit-Position: refs/heads/main@{#1589395}
>
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
| Owners-Override | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |