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

OSX 12.1 - Firefox 96.0.2 (64-bit) - WEBGL_debug_renderer_info is deprecate - Returns tier 0 #87

Open
robertosilvestrigotham opened this issue Jan 27, 2022 · 7 comments

Comments

@robertosilvestrigotham
Copy link

Schermata 2022-01-27 alle 07 31 32

Client: Osx 12.1 (Macbook pro 16" with Radeon AMD Radeon Pro 5300M 4 GB)
Browser: Firefox 96.0.2 (64-bit)

Error: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. (detect-gpu.esm.js)

Installed via npm, version 4.0.6

@hug0b hug0b mentioned this issue Jul 28, 2022
@hug0b
Copy link

hug0b commented Jul 28, 2022

Seems like Firefox has added this warning for privacy reasons but effective deprecation seems unclear at this point.

https://bugzilla.mozilla.org/show_bug.cgi?id=1722782
ruffle-rs/ruffle#5279

@arpu
Copy link

arpu commented Jan 13, 2023

anything we can do at the moment?

every firefox gets wrong GPU tier see #95

can confirm on 108.0.1 (64-Bit) Firefox fedora Linux

{
  "fps": 1,
  "gpu": "radeon r9 200",
  "isMobile": false,
  "tier": 0,
  "type": "BENCHMARK"
}

on chrome:

{
  "fps": 72,
  "gpu": "amd radeon rx 460 / pro 450/455/460/560",
  "isMobile": false,
  "tier": 3,
  "type": "BENCHMARK"
}

@arpu
Copy link

arpu commented Jan 13, 2023

simple example shows the WEBGL_debug_renderer_info does not work anymore on FF

https://codesandbox.io/s/quizzical-http-qsq60g?file=/src/index.js

shows
AMD
Radeon R9 200 Series

@Sergey1888888
Copy link

simple example shows the WEBGL_debug_renderer_info does not work anymore on FF

https://codesandbox.io/s/quizzical-http-qsq60g?file=/src/index.js

shows AMD Radeon R9 200 Series

I have same issue. Was someone able to fix it?

@alexkowel
Copy link

Fixed in detect-gpu-js.

@arpu
Copy link

arpu commented Nov 25, 2023

@alexkowel nice, any plans to merge your changes to this repo?

@alexkowel
Copy link

alexkowel commented Nov 25, 2023

@alexkowel nice, any plans to merge your changes to this repo?

Unfortunately, I'm not a TypeScript fan, that's why detect-gpu-js was completely rewritten with JavaScript. So direct merge from that repo is not possible.

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

5 participants