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
8e9af286
Commit
8e9af286
authored
Mar 27, 2013
by
Frédéric Delanoy
Committed by
Alexandre Julliard
Mar 27, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Add NVIDIA GeForce 410M.
parent
fbe7ab5c
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 @
8e9af286
...
...
@@ -1099,6 +1099,7 @@ static const struct gpu_description gpu_description_table[] =
{
HW_VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCE_GTX280
,
"NVIDIA GeForce GTX 280"
,
DRIVER_NVIDIA_GEFORCE6
,
1024
},
{
HW_VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCE_315M
,
"NVIDIA GeForce 315M"
,
DRIVER_NVIDIA_GEFORCE6
,
512
},
{
HW_VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCE_320M
,
"NVIDIA GeForce 320M"
,
DRIVER_NVIDIA_GEFORCE6
,
256
},
{
HW_VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCE_410M
,
"NVIDIA GeForce 410M"
,
DRIVER_NVIDIA_GEFORCE6
,
512
},
{
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
},
...
...
@@ -1553,6 +1554,7 @@ static enum wined3d_pci_device select_card_nvidia_binary(const struct wined3d_gl
{
"GT 440"
,
CARD_NVIDIA_GEFORCE_GT440
},
/* Geforce 400 - lowend */
{
"GT 430"
,
CARD_NVIDIA_GEFORCE_GT430
},
/* Geforce 400 - lowend */
{
"GT 420"
,
CARD_NVIDIA_GEFORCE_GT420
},
/* Geforce 400 - lowend */
{
"410M"
,
CARD_NVIDIA_GEFORCE_410M
},
/* Geforce 400 - lowend mobile */
{
"GT 330"
,
CARD_NVIDIA_GEFORCE_GT330
},
/* Geforce 300 - highend */
{
"GTS 360M"
,
CARD_NVIDIA_GEFORCE_GTS350M
},
/* Geforce 300 - highend mobile */
{
"GTS 350M"
,
CARD_NVIDIA_GEFORCE_GTS350M
},
/* Geforce 300 - highend mobile */
...
...
dlls/wined3d/wined3d_private.h
View file @
8e9af286
...
...
@@ -1398,6 +1398,7 @@ enum wined3d_pci_device
CARD_NVIDIA_GEFORCE_GT325M
=
0x0a35
,
CARD_NVIDIA_GEFORCE_GT330
=
0x0ca0
,
CARD_NVIDIA_GEFORCE_GTS350M
=
0x0cb0
,
CARD_NVIDIA_GEFORCE_410M
=
0x1055
,
CARD_NVIDIA_GEFORCE_GT420
=
0x0de2
,
CARD_NVIDIA_GEFORCE_GT430
=
0x0de1
,
CARD_NVIDIA_GEFORCE_GT440
=
0x0de0
,
...
...
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