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
5ef54904
Commit
5ef54904
authored
Apr 19, 2014
by
Andrew Sheldon
Committed by
Alexandre Julliard
Apr 21, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Add NVIDIA Geforce GTX 780 to supported device list.
parent
026ea82a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
directx.c
dlls/wined3d/directx.c
+3
-0
wined3d_private.h
dlls/wined3d/wined3d_private.h
+1
-0
No files found.
dlls/wined3d/directx.c
View file @
5ef54904
...
...
@@ -1269,6 +1269,7 @@ static const struct gpu_description gpu_description_table[] =
{
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
},
{
HW_VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCE_GTX770
,
"NVIDIA GeForce GTX 770"
,
DRIVER_NVIDIA_GEFORCE6
,
2048
},
{
HW_VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCE_GTX780
,
"NVIDIA GeForce GTX 780"
,
DRIVER_NVIDIA_GEFORCE6
,
3072
},
/* AMD cards */
{
HW_VENDOR_AMD
,
CARD_AMD_RAGE_128PRO
,
"ATI Rage Fury"
,
DRIVER_AMD_RAGE_128PRO
,
16
},
...
...
@@ -1675,6 +1676,7 @@ static enum wined3d_pci_device select_card_nvidia_binary(const struct wined3d_gl
}
cards
[]
=
{
{
"GTX 780"
,
CARD_NVIDIA_GEFORCE_GTX780
},
/* Geforce 700 - highend */
{
"GTX 770M"
,
CARD_NVIDIA_GEFORCE_GTX770M
},
/* Geforce 700 - midend high mobile */
{
"GTX 770"
,
CARD_NVIDIA_GEFORCE_GTX770
},
/* Geforce 700 - highend */
{
"GTX 765M"
,
CARD_NVIDIA_GEFORCE_GTX765M
},
/* Geforce 700 - midend high mobile */
...
...
@@ -2177,6 +2179,7 @@ static enum wined3d_pci_device select_card_nvidia_mesa(const struct wined3d_gl_i
/* Maxwell */
{
"NV117"
,
CARD_NVIDIA_GEFORCE_GTX750
},
/* Kepler */
{
"NVF0"
,
CARD_NVIDIA_GEFORCE_GTX780
},
{
"NVE6"
,
CARD_NVIDIA_GEFORCE_GTX770M
},
{
"NVE4"
,
CARD_NVIDIA_GEFORCE_GTX680
},
/* Fermi */
...
...
dlls/wined3d/wined3d_private.h
View file @
5ef54904
...
...
@@ -1495,6 +1495,7 @@ enum wined3d_pci_device
CARD_NVIDIA_GEFORCE_GTX765M
=
0x11e2
,
CARD_NVIDIA_GEFORCE_GTX770M
=
0x11e0
,
CARD_NVIDIA_GEFORCE_GTX770
=
0x1184
,
CARD_NVIDIA_GEFORCE_GTX780
=
0x1004
,
CARD_VMWARE_SVGA3D
=
0x0405
,
...
...
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