Skip to content

v3d: fix flags check for ldvary merge

Iago Toral requested to merge itoral/mesa:v3d_ldvary_fix_flags into master

Only found this now because I am testing a more flexible scheduling of ldvary sequences and got 4 shaders in shader-db that would not compile because of this (since the resulting instruction would not be correct and we would fail to pack it).

Merge request reports