8e27e31649
Not relevant for the CI as that does not run with any real Vulkan implementation. (and Lavapipe works if that's used) As the investigation in the Jira issue shows, there is no proper conclusion yet on why rendering to a slice of a 3D texture breaks the content of other slices that have image data written to them before that render pass targeting the slice. It would seem that transitioning to COLOR_ATTACHMENT_OPTIMAL has some unexpected consequences for slices that are not targeted by the render pass with Mesa on Intel. (NB rendering to a given 3D texture slice works via VK_IMAGE_CREATE_2D_ARRAY_COMPATIBLE_BIT; and how often this is needed in practice is unclear, typical volume rendering cases will anyway likely just upload data to the slices of a 3D texture, not rendering to them) The problem is still clearly visible in the tex3d manual test (when run on affected Linux machines), this we keep unchanged for the time being so that the issue can be examined further. However, the autotest is changed to prevent the issue from occurring (render to slice first, then upload to other slices) since it causes confusion when the test is run locally on various developer machines. Pick-to: 6.5 Task-number: QTBUG-111772 Change-Id: I4dc4c2413f8c518f377a33065992ad786a5ff44f Reviewed-by: Andy Nichols <andy.nichols@qt.io> |
||
---|---|---|
.. | ||
image | ||
itemmodels | ||
kernel | ||
math3d | ||
painting | ||
platform | ||
qopengl | ||
qopenglconfig | ||
qvulkan | ||
rhi | ||
text | ||
util | ||
CMakeLists.txt |