Module: wine Branch: master Commit: 925e8964f17244783e5d8e9f2fdcf56891b18d7e URL: http://source.winehq.org/git/wine.git/?a=commit;h=925e8964f17244783e5d8e9f2f...
Author: Roderick Colenbrander thunderbird2k@gmx.net Date: Fri Aug 24 21:17:57 2007 +0200
wined3d: Add Geforce8 device ids.
---
include/wine/wined3d_gl.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/include/wine/wined3d_gl.h b/include/wine/wined3d_gl.h index 7348b83..e98049c 100644 --- a/include/wine/wined3d_gl.h +++ b/include/wine/wined3d_gl.h @@ -3067,6 +3067,9 @@ typedef enum _GL_Cards { CARD_NVIDIA_GEFORCE_6600GT = 0x0140, CARD_NVIDIA_GEFORCE_6800 = 0x0041, CARD_NVIDIA_GEFORCE_7800GT = 0x0092, + CARD_NVIDIA_GEFORCE_8300GS = 0x0423, + CARD_NVIDIA_GEFORCE_8600GT = 0x0402, + CARD_NVIDIA_GEFORCE_8800GTS = 0x0193,
CARD_INTEL_845G = 0x2562, CARD_INTEL_I830G = 0x3577,