Skip to content

softpipe: Also mark textures as dirty when updating the framebuffer state

Gert Wollny requested to merge gerddie/mesa:softpipe-tex3d-fixes into master

At this point all the draw caches are flushed to the old attached textures, so the read caches of these textures will need to be updated too.

Fixes: dEQP-GLES3.functional.fbo.color.repeated_clear.sample.tex2d.*

Edited by Gert Wollny

Merge request reports