Skip to content

radv: tweak gfx pipeline stage binding

Mike Blumenkrantz requested to merge zmike/mesa:radv-bind into main

iterating all the stages like this ends up unnecessarily calling through to geometry stage binds when no shader was bound and no shader is being bound by the power of optimization, so instead only do the unbind part for the stages that are being unbound

Merge request reports