Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
51d54a90
Commit
51d54a90
authored
Jan 02, 2012
by
Henri Verbeet
Committed by
Alexandre Julliard
Jan 03, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Recognize some more Intel GPUs.
parent
1a3aabf6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
7 deletions
+32
-7
directx.c
dlls/wined3d/directx.c
+0
-0
wined3d_private.h
dlls/wined3d/wined3d_private.h
+32
-7
No files found.
dlls/wined3d/directx.c
View file @
51d54a90
This diff is collapsed.
Click to expand it.
dlls/wined3d/wined3d_private.h
View file @
51d54a90
...
...
@@ -1415,15 +1415,40 @@ enum wined3d_pci_device
CARD_NVIDIA_GEFORCE_GTX570
=
0x1081
,
CARD_NVIDIA_GEFORCE_GTX580
=
0x1080
,
CARD_INTEL_830M
=
0x3577
,
CARD_INTEL_855GM
=
0x3582
,
CARD_INTEL_845G
=
0x2562
,
CARD_INTEL_I830G
=
0x3577
,
CARD_INTEL_I855G
=
0x3582
,
CARD_INTEL_I865G
=
0x2572
,
CARD_INTEL_I915G
=
0x2582
,
CARD_INTEL_I915GM
=
0x2592
,
CARD_INTEL_I945GM
=
0x27a2
,
/* Same as GMA 950? */
CARD_INTEL_X3100
=
0x2a02
,
/* Found in Macs. Same as GM965/GL960 */
CARD_INTEL_865G
=
0x2572
,
CARD_INTEL_915G
=
0x2582
,
CARD_INTEL_E7221G
=
0x258a
,
CARD_INTEL_915GM
=
0x2592
,
CARD_INTEL_945G
=
0x2772
,
CARD_INTEL_945GM
=
0x27a2
,
CARD_INTEL_945GME
=
0x27ae
,
CARD_INTEL_Q35
=
0x29b2
,
CARD_INTEL_G33
=
0x29c2
,
CARD_INTEL_Q33
=
0x29d2
,
CARD_INTEL_PNVG
=
0xa001
,
CARD_INTEL_PNVM
=
0xa011
,
CARD_INTEL_965Q
=
0x2992
,
CARD_INTEL_965G
=
0x2982
,
CARD_INTEL_946GZ
=
0x2972
,
CARD_INTEL_965GM
=
0x2a02
,
CARD_INTEL_965GME
=
0x2a12
,
CARD_INTEL_GM45
=
0x2a42
,
CARD_INTEL_IGD
=
0x2e02
,
CARD_INTEL_Q45
=
0x2e12
,
CARD_INTEL_G45
=
0x2e22
,
CARD_INTEL_G41
=
0x2e32
,
CARD_INTEL_B43
=
0x2e92
,
CARD_INTEL_ILKD
=
0x0042
,
CARD_INTEL_ILKM
=
0x0046
,
CARD_INTEL_SNBD
=
0x0122
,
CARD_INTEL_SNBM
=
0x0126
,
CARD_INTEL_SNBS
=
0x010a
,
CARD_INTEL_IVBD
=
0x0162
,
CARD_INTEL_IVBM
=
0x0166
,
CARD_INTEL_IVBS
=
0x015a
,
};
struct
wined3d_fbo_ops
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment