Skip to content

gallium: remove always-false parameter

Erik Faye-Lund requested to merge kusma/mesa:remove-unused-param into main

We always pass false to this function, which allows us to avoid the dodgy case of using a close-to-one scaling factor in an attempt to avoid sampling on the edges.

Merge request reports