Skip to content

virgl: Fix stack overflow in virgl_bind_sampler_states

Tim Pambor requested to merge tpambor/mesa:virgl-fix-stackoverflow into main

Fix stack overflow in virgl_bind_sampler_states on hosts with more than 32 samplers.

Closes: #9207 (closed)

Fixes: 63c4c559 ("virgl: obtain supported number of shader sampler views from host")

Edited by Tim Pambor

Merge request reports