[Bug 111568] Image corruption with vkCmdCopyImage into I915_FORMAT_MOD_Y_TILED_CCS-tiled swapchain image
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Sep 6 12:12:39 UTC 2019
https://bugs.freedesktop.org/show_bug.cgi?id=111568
--- Comment #12 from Felix <mesa at felixdoerre.de> ---
Yes, that's the same commit that I also got while bisecting.
Regarding X vs Wayland: The application always connects via X (either directly
or via Xwayland), so from mesa-view it is always the X11-wsi-part. The
difference between native X and Xwayland (on my system) is that native X
reports:
DRM_FORMAT_MOD_LINEAR,
I915_FORMAT_MOD_X_TILED,
I915_FORMAT_MOD_Y_TILED,
as supported drm modifiers and Xwayland reports:
DRM_FORMAT_MOD_LINEAR,
I915_FORMAT_MOD_X_TILED,
I915_FORMAT_MOD_Y_TILED,
I915_FORMAT_MOD_Y_TILED_CCS,
Because I915_FORMAT_MOD_Y_TILED_CCS is missing in "native" X, the error does
not occur there.
Yes, you got perfect screenshots of "expected" vs "actual" behaviour (Denis
having "expected"=good and Lionel having "actual"=bad)
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20190906/ef39e33e/attachment.html>
More information about the intel-3d-bugs
mailing list