Skip to content

turnip: fix huge scissor min/max case

Jonathan Marek requested to merge flto/mesa:turnip15 into master

Now that tu_cs_emit_regs is used for the scissor, it hits an assert when the scissor is too large. Fixes this dEQP test:

dEQP-VK.draw.scissor.static_scissor_max_int32

Fixes: 9c0ae570 ("turnip: fix empty scissor case")

Merge request reports