https://bugs.winehq.org/show_bug.cgi?id=42538
Kamil Hornicek kamil.hornicek@reactos.org changed:
What |Removed |Added ---------------------------------------------------------------------------- OS|Linux |other
--- Comment #2 from Kamil Hornicek kamil.hornicek@reactos.org --- At first let me apologize for forgetting to set the right OS. It should read ReactOS. In our case it's not theoretical. Second - GL_VENDOR is set to "Brian Paul" since at least 2005 as you can see here https://cgit.freedesktop.org/mesa/mesa/commit/src/mesa/main/getstring.c?id=1... and you are already checking for the correct vendor in wined3d_guess_card_vendor.
Would it be possible to add yet another check for GL_VENDOR == Brian Paul as was done in wined3d_guess_card_vendor a while ago? I realize that it doesn't really fix or improve anyting for you, but at least your code would be consistent. If not, thanks for your time anyway.