[Bug 103899] Missing clear color now with 'anv: Stop resolving CCS implicitly'
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sun Nov 26 02:22:12 UTC 2017
https://bugs.freedesktop.org/show_bug.cgi?id=103899
--- Comment #2 from Craig Stout <cstout at chromium.org> ---
Yes I confirmed the behavior exists on master.
You can repro the behavior with the LunarG cube demo:
1) In the driver's x11 swapchain, change the image tiling from X to Y. This is
necessary because an aux surface is created only for Y tiled surfaces.
anv_wsi.c (anv_wsi_image_create):
pass 0 as .isl_tiling_flags instead of ISL_TILING_X_BIT
pass I915_TILING_Y to anv_gem_set_tiling instead of I915_TILING_X
2) Change the finalLayout in demo_prepare_render_pass
cube.c (demo_prepare_render_pass):
change finalLayout to VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL instead of
VK_IMAGE_LAYOUT_PRESENT_SRC_KHR
So 2) is technically invalid in this case because the image is being presented.
However in my application the image isn't being presented directly. Instead,
the buffer is being imported into another process which reads from the image as
a texture.
--
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/20171126/44cd0557/attachment.html>
More information about the intel-3d-bugs
mailing list