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
a69c488f
Commit
a69c488f
authored
Apr 10, 2014
by
Ryan Turner
Committed by
Alexandre Julliard
Apr 11, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Add NVIDIA Geforce GTX 750 to device list.
parent
c6ba107a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
directx.c
dlls/wined3d/directx.c
+6
-0
wined3d_private.h
dlls/wined3d/wined3d_private.h
+2
-0
No files found.
dlls/wined3d/directx.c
View file @
a69c488f
...
...
@@ -1261,6 +1261,8 @@ static const struct gpu_description gpu_description_table[] =
{
HW_VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCE_GTX670
,
"NVIDIA GeForce GTX 670"
,
DRIVER_NVIDIA_GEFORCE6
,
2048
},
{
HW_VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCE_GTX670MX
,
"NVIDIA GeForce GTX 670MX"
,
DRIVER_NVIDIA_GEFORCE6
,
3072
},
{
HW_VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCE_GTX680
,
"NVIDIA GeForce GTX 680"
,
DRIVER_NVIDIA_GEFORCE6
,
2048
},
{
HW_VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCE_GTX750
,
"NVIDIA GeForce GTX 750"
,
DRIVER_NVIDIA_GEFORCE6
,
1024
},
{
HW_VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCE_GTX750TI
,
"NVIDIA GeForce GTX 750 Ti"
,
DRIVER_NVIDIA_GEFORCE6
,
2048
},
{
HW_VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCE_GTX760
,
"NVIDIA Geforce GTX 760"
,
DRIVER_NVIDIA_GEFORCE6
,
2048
},
{
HW_VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCE_GTX765M
,
"NVIDIA GeForce GTX 765M"
,
DRIVER_NVIDIA_GEFORCE6
,
2048
},
{
HW_VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCE_GTX770M
,
"NVIDIA GeForce GTX 770M"
,
DRIVER_NVIDIA_GEFORCE6
,
3072
},
...
...
@@ -1675,6 +1677,8 @@ static enum wined3d_pci_device select_card_nvidia_binary(const struct wined3d_gl
{
"GTX 770"
,
CARD_NVIDIA_GEFORCE_GTX770
},
/* Geforce 700 - highend */
{
"GTX 765M"
,
CARD_NVIDIA_GEFORCE_GTX765M
},
/* Geforce 700 - midend high mobile */
{
"GTX 760"
,
CARD_NVIDIA_GEFORCE_GTX760
},
/* Geforce 700 - midend high */
{
"GTX 750 Ti"
,
CARD_NVIDIA_GEFORCE_GTX750TI
},
/* Geforce 700 - midend */
{
"GTX 750"
,
CARD_NVIDIA_GEFORCE_GTX750
},
/* Geforce 700 - midend */
{
"GTX 680"
,
CARD_NVIDIA_GEFORCE_GTX680
},
/* Geforce 600 - highend */
{
"GTX 670MX"
,
CARD_NVIDIA_GEFORCE_GTX670MX
},
/* Geforce 600 - highend */
{
"GTX 670"
,
CARD_NVIDIA_GEFORCE_GTX670
},
/* Geforce 600 - midend high */
...
...
@@ -2168,6 +2172,8 @@ static enum wined3d_pci_device select_card_nvidia_mesa(const struct wined3d_gl_i
}
cards
[]
=
{
/* Maxwell */
{
"NV117"
,
CARD_NVIDIA_GEFORCE_GTX750
},
/* Kepler */
{
"NVE6"
,
CARD_NVIDIA_GEFORCE_GTX770M
},
{
"NVE4"
,
CARD_NVIDIA_GEFORCE_GTX680
},
...
...
dlls/wined3d/wined3d_private.h
View file @
a69c488f
...
...
@@ -1474,6 +1474,8 @@ enum wined3d_pci_device
CARD_NVIDIA_GEFORCE_GTX670
=
0x1189
,
CARD_NVIDIA_GEFORCE_GTX670MX
=
0x11a1
,
CARD_NVIDIA_GEFORCE_GTX680
=
0x1180
,
CARD_NVIDIA_GEFORCE_GTX750
=
0x1381
,
CARD_NVIDIA_GEFORCE_GTX750TI
=
0x1380
,
CARD_NVIDIA_GEFORCE_GTX760
=
0x1187
,
CARD_NVIDIA_GEFORCE_GTX765M
=
0x11e2
,
CARD_NVIDIA_GEFORCE_GTX770M
=
0x11e0
,
...
...
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