mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-25 14:48:12 +02:00
Some CTS tests, in particular, dEQP-VK.pipeline.pipeline_library.graphics_library.misc.independent_pipeline_layout_sets.*, do the following: 1. Create a pipeline with a vertex input struct that defines a single attribute pointing to vertex buffer #0, but a vertex shader that doesn't use any attributes. 2. Bind the pipeline, but don't call vkCmdBindVertexBuffers(), then draw. Other drivers handle this just fine because the vertex input registers are never used. However we have an optimization in turnip where we pre-calculate the size of the vertex buffer draw state when the vertex input draw state is bound, which results in a vertex buffer draw state with non-zero size but zero iova, resulting in hangs. While it's questionable whether this is allowed, it's easy enough to just disable the draw state in that case. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18554> |
||
|---|---|---|
| .. | ||
| amd | ||
| android_stub | ||
| asahi | ||
| broadcom | ||
| c11 | ||
| compiler | ||
| drm-shim | ||
| egl | ||
| etnaviv | ||
| freedreno | ||
| gallium | ||
| gbm | ||
| getopt | ||
| glx | ||
| gtest | ||
| hgl | ||
| imagination | ||
| imgui | ||
| intel | ||
| loader | ||
| mapi | ||
| mesa | ||
| microsoft | ||
| nouveau | ||
| panfrost | ||
| tool | ||
| util | ||
| virtio | ||
| vulkan | ||
| meson.build | ||