Skip to content

pvr: fix overlapping comparison

Thomas Andersen requested to merge phomes/mesa:pvr-overlapping into main

The comparison here will always be true. This changes it so height is only set if the type is not a 1D.

Fixes a warning with clang

Merge request reports