Skip to content

zink: handle bogus xfb draws

Mike Blumenkrantz requested to merge zmike/mesa:zink-xfb into main

drawing unpopulated xfb data is legal(?) and tested in cts, and the correct operation is to just drop the draw, so do that here

fixes (nvidia): GTF-GL46.gtf40.GL3Tests.transform_feedback2.transform_feedback2_api

Merge request reports

Loading