Skip to content

st/pbo: use correct type for images and textures

Erik Faye-Lund requested to merge kusma/mesa:pbo-types into main

Not all hardware can treat float, uint and sint samplers and images the same way, so we need to respect the format-types here.

This has the added benefit of making sure sint and uint data doesn't get copied through a float, which might mess with signaling nan encodings.

Merge request reports