[Bug 59781] New: The cards_nvidia_binary[] Lookup Table is missing the current 5000 series of cards
http://bugs.winehq.org/show_bug.cgi?id=59781 Bug ID: 59781 Summary: The cards_nvidia_binary[] Lookup Table is missing the current 5000 series of cards Product: Wine Version: 11.9 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@list.winehq.org Reporter: blue-t@web.de Distribution: --- If you look into wine>dlls>wined3d>adapter_gl.c you will notice that this stops at /* Direct 3D 11 */ {"RTX 4090", CARD_NVIDIA_GEFORCE_RTX4090}, We nowadays have DX11+12 capable Cards of the 5000 series like the 5050 5060 5060 Ti 5070 5070 Ti 5080 5090 Same probably is true for the AMD 9000 Series If we have such a card, it will fall back and report the fallback entry for such a card. card_fallback_nvidia[] = { ... {WINED3D_FEATURE_LEVEL_11, CARD_NVIDIA_GEFORCE_GTX470}, {WINED3D_FEATURE_LEVEL_NONE}, }, This table and related files like wine>dlls>wined3d>directx.c should be extended with current gpu models (Maybe introduce a new block for dx12 Ultimate, feature level 12_2 as well) -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=59781 Stian Low <wineryyyyy@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wineryyyyy@gmail.com --- Comment #1 from Stian Low <wineryyyyy@gmail.com> --- Related if not duplicate: https://bugs.winehq.org/show_bug.cgi?id=59776 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
WineHQ Bugzilla