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

Major WebGL texture upload performance regression - links to likely duplicate Firefox Core issues #3973

Open
dustinkerstein opened this issue Oct 21, 2021 · 2 comments

Comments

@dustinkerstein
Copy link

dustinkerstein commented Oct 21, 2021

Looks like there's been a major WebGL texture upload performance regression in the past 6 months or so, but it doesn't seem like there's been much investigation. Here is a pure WebGL replication with a 4k 60fps video - https://jsfiddle.net/Lmy0b3xt

This plays back in latest Chrome at 60fps, and ~5fps in Firefox 93

Here are what are likely just duplicates:

#3930
#3952
https://bugzilla.mozilla.org/show_bug.cgi?id=1709726
https://bugzilla.mozilla.org/show_bug.cgi?id=1719154
https://bugzilla.mozilla.org/show_bug.cgi?id=1736923
https://bugzilla.mozilla.org/show_bug.cgi?id=1708006
https://bugzilla.mozilla.org/show_bug.cgi?id=1708491

@dustinkerstein
Copy link
Author

Workaround per https://bugzilla.mozilla.org/show_bug.cgi?id=1708491 is to use RGBA textures instead of RGB.

@eproasim
Copy link

Commenting to add that the last build of Firefox that did not have this performance issue with RGB textures was Version 85.0.2 (64-bit)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants