[Mesa-dev] [Bug 102710] vkCmdBlitImage with arrayLayers > 1 fails

2017-12-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=102710 Bas Nieuwenhuizen changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Mesa-dev] [Bug 102710] vkCmdBlitImage with arrayLayers > 1 fails

2017-09-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=102710 --- Comment #5 from mais...@archlinux.us --- This is clearly missing conformance coverage: https://github.com/KhronosGroup/VK-GL-CTS/issues/50 -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for

[Mesa-dev] [Bug 102710] vkCmdBlitImage with arrayLayers > 1 fails

2017-09-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=102710 --- Comment #4 from mais...@archlinux.us --- The implementation is clearly wrong. Image views are setup incorrectly for 2D arrays. The hack patch fixes the issue, but it's probably broken for other cases. -- You are receiving this mail because:

[Mesa-dev] [Bug 102710] vkCmdBlitImage with arrayLayers > 1 fails

2017-09-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=102710 --- Comment #3 from mais...@archlinux.us --- Created attachment 134269 --> https://bugs.freedesktop.org/attachment.cgi?id=134269&action=edit Hack patch -- You are receiving this mail because: You are the QA Contact for the bug. You are the as

[Mesa-dev] [Bug 102710] vkCmdBlitImage with arrayLayers > 1 fails

2017-09-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=102710 --- Comment #2 from mais...@archlinux.us --- Here's the workaround I apply. N is not REMAINING_ARRAY_LAYERS. https://github.com/Themaister/Granite/blob/master/vulkan/command_buffer.cpp#L289 Only the first layer seems to be blitted. -- You are

[Mesa-dev] [Bug 102710] vkCmdBlitImage with arrayLayers > 1 fails

2017-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=102710 --- Comment #1 from Bas Nieuwenhuizen --- Do you have a testcase? Could you also tell a bit more about what you do and what happens? Do you use VK_REMAINING_ARRAY_LAYERS? Is the result only the first layer being written to, all layers containin

[Mesa-dev] [Bug 102710] vkCmdBlitImage with arrayLayers > 1 fails

2017-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=102710 Bug ID: 102710 Summary: vkCmdBlitImage with arrayLayers > 1 fails Product: Mesa Version: 17.2 Hardware: Other OS: All Status: NEW Severity: normal