2017-01-19 12:32 GMT+01:00 Henri Verbeet hverbeet@gmail.com:
On 18 January 2017 at 21:35, Matteo Bruni mbruni@codeweavers.com wrote:
Signed-off-by: Matteo Bruni mbruni@codeweavers.com
For bug 34671, with thanks to winetaste@gmx.net for the relevant info.
This still doesn't make sense to me. In what cases does this make a difference? Which of those do we care about?
Somehow I missed the patch attached to the bug and just read the last comment there before writing this one...
The idea is that it should help for recognizing one more PCI device id as a HD 4650 through the MESA_query_renderer extension. But right, failing to find an entry in gpu_description_table[] it should just fallback to the wined3d_guess_card() codepath and that should still work (or at least there isn't any evidence otherwise), reporting a different device ID belonging to the HD 4600 series is unlikely to matter. I guess in general we want to avoid adding more device IDs when unnecessary so yeah, probably we don't want this patch...