gallium/util: use uint sampler for stencil-reads

Erik Faye-Lund requested to merge kusma/mesa:fix-stencil-sampler-type into master

Some drivers can't use float-samplers to read integer textures, so let's make sure the stenicil-sampler has the right type.

Merge request reports