Luca Bennati : wined3d: Add newer ATI/AMD cards vendor recognition.
Module: wine Branch: master Commit: 9f3c90973f19b30a0b9890490b70e36de0948255 URL: http://source.winehq.org/git/wine.git/?a=commit;h=9f3c90973f19b30a0b9890490b... Author: Luca Bennati <lucak3(a)gmail.com> Date: Sat Jan 30 18:10:59 2010 +0100 wined3d: Add newer ATI/AMD cards vendor recognition. --- dlls/wined3d/directx.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/dlls/wined3d/directx.c b/dlls/wined3d/directx.c index c2694eb..b708b33 100644 --- a/dlls/wined3d/directx.c +++ b/dlls/wined3d/directx.c @@ -1129,6 +1129,7 @@ static enum wined3d_pci_vendor wined3d_guess_vendor(const char *gl_vendor, const return VENDOR_INTEL; if (strstr(gl_vendor, "Mesa") + || strstr(gl_vendor, "Advanced Micro Devices, Inc.") || strstr(gl_vendor, "DRI R300 Project") || strstr(gl_vendor, "Tungsten Graphics, Inc") || strstr(gl_vendor, "VMware, Inc."))
participants (1)
-
Alexandre Julliard