Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
4229b1f3
Commit
4229b1f3
authored
Nov 24, 2010
by
Christian Inci
Committed by
Alexandre Julliard
Nov 26, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Add nVidia GT 320M to the table.
parent
acee9cde
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
directx.c
dlls/wined3d/directx.c
+2
-0
wined3d_private.h
dlls/wined3d/wined3d_private.h
+1
-0
No files found.
dlls/wined3d/directx.c
View file @
4229b1f3
...
...
@@ -1080,6 +1080,7 @@ static const struct gpu_description gpu_description_table[] =
{
HW_VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCE_GTX260
,
"NVIDIA GeForce GTX 260"
,
DRIVER_NVIDIA_GEFORCE6
,
1024
},
{
HW_VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCE_GTX275
,
"NVIDIA GeForce GTX 275"
,
DRIVER_NVIDIA_GEFORCE6
,
896
},
{
HW_VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCE_GTX280
,
"NVIDIA GeForce GTX 280"
,
DRIVER_NVIDIA_GEFORCE6
,
1024
},
{
HW_VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCE_GT320M
,
"NVIDIA GeForce GT 320M"
,
DRIVER_NVIDIA_GEFORCE6
,
1024
},
{
HW_VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCE_GT325M
,
"NVIDIA GeForce GT 325M"
,
DRIVER_NVIDIA_GEFORCE6
,
1024
},
{
HW_VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCE_GT330
,
"NVIDIA GeForce GT 330"
,
DRIVER_NVIDIA_GEFORCE6
,
1024
},
{
HW_VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCE_GTS350M
,
"NVIDIA GeForce GTS 350M"
,
DRIVER_NVIDIA_GEFORCE6
,
1024
},
...
...
@@ -1427,6 +1428,7 @@ static enum wined3d_pci_device select_card_nvidia_binary(const struct wined3d_gl
{
"GTS 350M"
,
CARD_NVIDIA_GEFORCE_GTS350M
},
/* Geforce 300 - highend mobile */
{
"GT 330M"
,
CARD_NVIDIA_GEFORCE_GT325M
},
/* Geforce 300 - midend mobile */
{
"GT 325M"
,
CARD_NVIDIA_GEFORCE_GT325M
},
/* Geforce 300 - midend mobile */
{
"GT 320M"
,
CARD_NVIDIA_GEFORCE_GT320M
},
/* Geforce 300 - midend mobile */
{
"GTX 295"
,
CARD_NVIDIA_GEFORCE_GTX280
},
/* Geforce 200 - highend */
{
"GTX 285"
,
CARD_NVIDIA_GEFORCE_GTX280
},
/* Geforce 200 - highend */
{
"GTX 280"
,
CARD_NVIDIA_GEFORCE_GTX280
},
/* Geforce 200 - highend */
...
...
dlls/wined3d/wined3d_private.h
View file @
4229b1f3
...
...
@@ -1395,6 +1395,7 @@ enum wined3d_pci_device
CARD_NVIDIA_GEFORCE_GTX260
=
0x05e2
,
CARD_NVIDIA_GEFORCE_GTX275
=
0x05e6
,
CARD_NVIDIA_GEFORCE_GTX280
=
0x05e1
,
CARD_NVIDIA_GEFORCE_GT320M
=
0x0a2d
,
CARD_NVIDIA_GEFORCE_GT325M
=
0x0a35
,
CARD_NVIDIA_GEFORCE_GT330
=
0x0ca0
,
CARD_NVIDIA_GEFORCE_GTS350M
=
0x0cb0
,
...
...
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