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
48557153
Commit
48557153
authored
Nov 03, 2011
by
Claudio Fontana
Committed by
Alexandre Julliard
Nov 03, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Rename nVidia GTX560 to GTX560TI, add GTX560 with correct device id.
parent
aa80ce8c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
directx.c
dlls/wined3d/directx.c
+4
-2
wined3d_private.h
dlls/wined3d/wined3d_private.h
+2
-1
No files found.
dlls/wined3d/directx.c
View file @
48557153
...
...
@@ -1154,7 +1154,8 @@ static const struct gpu_description gpu_description_table[] =
{
HW_VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCE_GTX480
,
"NVIDIA GeForce GTX 480"
,
DRIVER_NVIDIA_GEFORCE6
,
1536
},
{
HW_VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCE_GTX550
,
"NVIDIA GeForce GTX 550 Ti"
,
DRIVER_NVIDIA_GEFORCE6
,
1024
},
{
HW_VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCE_GT555M
,
"NVIDIA GeForce GT 555M"
,
DRIVER_NVIDIA_GEFORCE6
,
1024
},
{
HW_VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCE_GTX560
,
"NVIDIA GeForce GTX 560 Ti"
,
DRIVER_NVIDIA_GEFORCE6
,
1024
},
{
HW_VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCE_GTX560TI
,
"NVIDIA GeForce GTX 560 Ti"
,
DRIVER_NVIDIA_GEFORCE6
,
1024
},
{
HW_VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCE_GTX560
,
"NVIDIA GeForce GTX 560"
,
DRIVER_NVIDIA_GEFORCE6
,
1024
},
{
HW_VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCE_GTX570
,
"NVIDIA GeForce GTX 570"
,
DRIVER_NVIDIA_GEFORCE6
,
1280
},
{
HW_VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCE_GTX580
,
"NVIDIA GeForce GTX 580"
,
DRIVER_NVIDIA_GEFORCE6
,
1536
},
...
...
@@ -1522,7 +1523,8 @@ static enum wined3d_pci_device select_card_nvidia_binary(const struct wined3d_gl
{
{
"GTX 580"
,
CARD_NVIDIA_GEFORCE_GTX580
},
/* Geforce 500 - highend */
{
"GTX 570"
,
CARD_NVIDIA_GEFORCE_GTX570
},
/* Geforce 500 - midend high */
{
"GTX 560 Ti"
,
CARD_NVIDIA_GEFORCE_GTX560
},
/* Geforce 500 - midend */
{
"GTX 560 Ti"
,
CARD_NVIDIA_GEFORCE_GTX560TI
},
/* Geforce 500 - midend */
{
"GTX 560"
,
CARD_NVIDIA_GEFORCE_GTX560
},
/* Geforce 500 - midend */
{
"GT 555M"
,
CARD_NVIDIA_GEFORCE_GT555M
},
/* Geforce 500 - midend mobile */
{
"GTX 550 Ti"
,
CARD_NVIDIA_GEFORCE_GTX550
},
/* Geforce 500 - midend */
{
"GTX 480"
,
CARD_NVIDIA_GEFORCE_GTX480
},
/* Geforce 400 - highend */
...
...
dlls/wined3d/wined3d_private.h
View file @
48557153
...
...
@@ -1404,7 +1404,8 @@ enum wined3d_pci_device
CARD_NVIDIA_GEFORCE_GTX480
=
0x06c0
,
CARD_NVIDIA_GEFORCE_GTX550
=
0x1244
,
CARD_NVIDIA_GEFORCE_GT555M
=
0x04b8
,
CARD_NVIDIA_GEFORCE_GTX560
=
0x1200
,
CARD_NVIDIA_GEFORCE_GTX560TI
=
0x1200
,
CARD_NVIDIA_GEFORCE_GTX560
=
0x1201
,
CARD_NVIDIA_GEFORCE_GTX570
=
0x1081
,
CARD_NVIDIA_GEFORCE_GTX580
=
0x1080
,
...
...
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