Skip to content

gallivm: disable rgtc/latc SNORM accellerated fetches

Roland Scheidegger requested to merge sroland/mesa:rgtc_snorm_fix into master

Unfortunately this appears to be bugged (it seems the piglit tests aren't quite exhaustive enough). I'm almost certain it's the lerp (lp_build_lerpdxta()) which doesn't handle signed numbers correctly, let's disable for now.

Edited by Roland Scheidegger

Merge request reports