Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

M1 MacOS browser Firefox/ANGLE on GL glitches depth point cloud #5227

Open
Wumpf opened this issue Feb 19, 2024 · 1 comment
Open

M1 MacOS browser Firefox/ANGLE on GL glitches depth point cloud #5227

Wumpf opened this issue Feb 19, 2024 · 1 comment
Labels
🪳 bug Something isn't working external Issues that aren't directly under our control. Driver, browser, dependencies, etc. 🔺 re_renderer affects re_renderer itself

Comments

@Wumpf
Copy link
Member

Wumpf commented Feb 19, 2024

Firefox & Chrome glitch when they use WebGL with the ANGLE backend set to GL.
On my machine this is the default for Firefox, but not on Chrome which defaults to Metal. (Furthermore, by default we use WebGPU on Chrome which also doesn't run into this)

glitch.mov

The artifacts exposed here seem to be dependent on gpu fragment shader scheduling - notice the blocks despite us not using any compute shader.
Since I don't recall seeing this before updating to MacOS Sonoma, this is likely a driver bug.


Changing Chrome to use GL as backend for ANGLE:
image

Info on Firefox webgl backends: https://wiki.mozilla.org/Platform/GFX/WebGL/Backends
Doesn't seem it can be changed to Metal!

@Wumpf Wumpf added 🪳 bug Something isn't working 🔺 re_renderer affects re_renderer itself external Issues that aren't directly under our control. Driver, browser, dependencies, etc. labels Feb 19, 2024
@Wumpf
Copy link
Member Author

Wumpf commented Nov 19, 2024

In Firefox 132.0.2 the issue is less worse: Selection doesn't work properly and outlines are broken
image

@Wumpf Wumpf changed the title M1 MacOS browser ANGLE on GL glitches depth point cloud M1 MacOS browser Firefox/ANGLE on GL glitches depth point cloud Nov 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🪳 bug Something isn't working external Issues that aren't directly under our control. Driver, browser, dependencies, etc. 🔺 re_renderer affects re_renderer itself
Projects
None yet
Development

No branches or pull requests

1 participant