Skip to content

Add msaa texture exception for AMD driver

David Gobbi requested to merge dgobbi/vtk:18039-texture-multisamples into master

The linux amdgpu driver seems to have an issue where it cannot properly read a msaa texture. This fix avoids reading msaa textures on the X.Org AMD drivers. A similar fix was already present for intel drivers.

Closes #18039 (closed)

Edited by David Gobbi

Merge request reports