Skip to content

st/mesa: use uint-result for sampling stencil buffers

Erik Faye-Lund requested to merge kusma/mesa:uint-sampler-results into master

Otherwise, we end up mismatching the result-type and the sampler-type.

Fixes: 642125ed ("st/mesa: use uint-samplers for sampling stencil buffers")

Merge request reports