Makie - Incorrect isosurface rendering

The isosurface example from the Makie docs doesn’t render correctly (see image below). Has anyone come across this problem?

Potentially relevant glxinfo:

Vendor: AMD (0x1002)
Device: AMD Radeon (TM) RX 480 Graphics (POLARIS10, DRM 3.40.0, 5.12.15-arch1-1, LLVM 12.0.0) (0x67df)
Version: 21.1.4

Pfew… My only explanation for this is an AMD driver bug, since this has been working anywhere else for years (including the (pretty bad) Mesa software implementation of OpenGL on the CI).

Not sure how to debug this, without access to that GPU… Maybe you can try to update the drivers?

1 Like

I’d also make sure to be on Julia 1.6.1 and ]add Makie@0.14 GLMakie@0.4.2, but I don’t think that can be related, since this hasn’t changed in years…

Ok, I tried this on the Ubuntu live CD with the same Julia and Makie versions and it worked fine… I guess it probably is a driver issue then. Thanks @sdanisch.