Skip to content

v3d: set depth compare function correctly

Juan A. Suárez requested to merge jasuarez/mesa:review/v3d-set-depth-func into main

Depth compare function must be set to the configured one only when compare mode is enabled; otherwise it must be configured to never.

Merge request reports