http://bugs.winehq.org/show_bug.cgi?id=59186 --- Comment #15 from Stian Low <wineryyyyy@gmail.com> --- (In reply to Stian Low from comment #14)
(In reply to calmstorm from comment #13)
Should I open a new issue about what i have noticed?
I don't think opening a new bug report is necessary until the graphics card is supported because it may also solve the performance problem if it changes some graphics pipeline componnents with a correct mapping.
This graphics pipeline diff may result in improved performance for your card: {HW_VENDOR_INTEL, CARD_INTEL_IVBD, "Intel(R) HD Graphics 4000", DRIVER_INTEL_HD4000, 1536}, {HW_VENDOR_INTEL, CARD_INTEL_IVBM, "Intel(R) HD Graphics 4000", DRIVER_INTEL_HD4000, 1536}, {HW_VENDOR_INTEL, CARD_INTEL_UHD620, "Intel(R) UHD Graphics 620", DRIVER_INTEL_HD4000, 3072}, If support is defaulting to "Intel(R) HD Graphics 4000" as you indicated then 1536 is set for video memory support which is half of 3072 supported by "Intel(R) UHD Graphics 620" There may be other diffs that affect performance but this is most obvious so far. All share DRIVER_INTEL_HD4000 so hopefully that isn't the source of your "intel HD 4000 series graphics card" otherwise this particular diff may not apply. A snapshot of the game menu displaying the incorrect graphics card would be helpful if your able to upload it. -- 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.