On Mon Sep 12 10:45:17 2022 +0000, Henri Verbeet wrote:
The change is probably fine, but I think the commit message is insufficient. In particular:
- What were the GL_VENDOR and GL_RENDERER strings before?
- What are the GL_VENDOR and GL_RENDERER strings now?
- Why are we even getting here? Is GLX_MESA_query_renderer unavailable?
I also wish Mesa wouldn't do this kind of thing; we can fix future Wine releases, but there's nothing we can do for existing Wine releases.
1. I am not sure what the strings were before (and I don't really want to downgrade my mesa version to check) 2. GL_VENDOR = AMD, GL_RENDERER = RENOIR (renoir, LLVM 14.0.6, DRM 3.47, 5.19.7-zen2-1-zen) 3. not sure glxinfo says GLX_MESA_query_renderer is available