Skip to content

mesa: fix restoring of texture attributes for msaa binding points

Ilia Mirkin requested to merge imirkin/mesa:pop-attrib-msaa into master

This fixes rendering in Unigine Tropics with MSAA enabled. Since the binding for MSAA does not get restored, we can't rely on the "defaults get restored below" logic in that case.

Fixes: 81e6f6ef (mesa: don't push/pop default texture attributes redundantly) Closes: #4558 (closed) Signed-off-by: Ilia Mirkin imirkin@alum.mit.edu

Merge request reports