mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
tu: Disable transformFeedbackPreservesProvokingVertex
Our implementation only preserves the provoking vertex if it is last, and always preserving it would be more draw-time validation because the vertex ordering is tied up with the tessellation domain origin. It turns out we didn't notice this because the tests aren't good enough to catch the issue. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24304>
This commit is contained in:
parent
6383f9c131
commit
37a92d0af1
1 changed files with 0 additions and 1 deletions
|
|
@ -497,7 +497,6 @@ tu_get_features(struct tu_physical_device *pdevice,
|
|||
|
||||
/* VK_EXT_provoking_vertex */
|
||||
features->provokingVertexLast = true;
|
||||
features->transformFeedbackPreservesProvokingVertex = true;
|
||||
|
||||
/* VK_EXT_mutable_descriptor_type */
|
||||
features->mutableDescriptorType = true;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue