http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad2fdaf
)
wined3d: Add newer ATI/AMD cards vendor recognition.
author
Luca Bennati
<lucak3@gmail.com>
Sat, 30 Jan 2010 17:10:59 +0000
(18:10 +0100)
committer
Alexandre Julliard
<julliard@winehq.org>
Mon, 1 Feb 2010 11:46:23 +0000
(12:46 +0100)
dlls/wined3d/directx.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/wined3d/directx.c
b/dlls/wined3d/directx.c
index c2694eb93d966ca7e60763af9cefc9bf6e5f75dc..b708b337b9ffa630be0de970152b84c901b5be12 100644
(file)
--- 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."))