wined3d: Add Geforce8 device ids.

This commit is contained in:
Roderick Colenbrander 2007-08-24 21:17:57 +02:00 committed by Alexandre Julliard
parent e96695a652
commit 925e8964f1
1 changed files with 3 additions and 0 deletions

View File

@ -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,