You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Operating system or device:
Any with questionable OpenGL support.
Issue description (what happened, and what was expected):
It is hard to debug Godot driver issues, because Godot doesn't expose any information about required graphics API, see #4079 (comment) #4079 (comment)
Expected that engine could at least output all OpenGL API functions that are linked in the code. Then some script could use that list to show minimal compatible OpenGL version. Then https://piglit.freedesktop.org/ tests could be run to see what exactly is missing from target OpenGL API to match needed requirements.
When this mechanism is in place, it can also be used to detect which specific graphics API is needed by specific game and lower its hardware requirements.
Graphics API requirements can also be tracked in CI scripts to ensure that they don't climb up from certain standard.
Operating system or device:
Any with questionable OpenGL support.
Issue description (what happened, and what was expected):
It is hard to debug Godot driver issues, because Godot doesn't expose any information about required graphics API, see
#4079 (comment)
#4079 (comment)
Expected that engine could at least output all OpenGL API functions that are linked in the code. Then some script could use that list to show minimal compatible OpenGL version. Then https://piglit.freedesktop.org/ tests could be run to see what exactly is missing from target OpenGL API to match needed requirements.
When this mechanism is in place, it can also be used to detect which specific graphics API is needed by specific game and lower its hardware requirements.
Graphics API requirements can also be tracked in CI scripts to ensure that they don't climb up from certain standard.
This is a prerequisite for #1162.
Steps to reproduce:
Run Godot under QEMU?
The text was updated successfully, but these errors were encountered: