Skip to content

mesa/st: Fix image selection for blit soruces.

Emma Anholt requested to merge anholt/mesa:st-blit-fix into master

If the texture hasn't yet been validated, the current tex image contents may have been ignored in favor of the texture's main miptree. Fixes test failure on softpipe in:

piglit!428 (merged)

Cc: mesa-stable

@olv

Merge request reports