Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
058783b8
Commit
058783b8
authored
Mar 25, 2016
by
Kerstin Noa
Committed by
Alexandre Julliard
Mar 26, 2016
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Add NVIDIA GeForce GTX 980 GPU information.
Signed-off-by:
Henri Verbeet
<
hverbeet@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
08158f7e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
directx.c
dlls/wined3d/directx.c
+2
-0
wined3d_private.h
dlls/wined3d/wined3d_private.h
+2
-1
No files found.
dlls/wined3d/directx.c
View file @
058783b8
...
...
@@ -1289,6 +1289,7 @@ static const struct gpu_description gpu_description_table[] =
{
HW_VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCE_GTX960M
,
"NVIDIA GeForce GTX 960M"
,
DRIVER_NVIDIA_GEFORCE8
,
2048
},
{
HW_VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCE_GTX970
,
"NVIDIA GeForce GTX 970"
,
DRIVER_NVIDIA_GEFORCE8
,
4096
},
{
HW_VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCE_GTX970M
,
"NVIDIA GeForce GTX 970M"
,
DRIVER_NVIDIA_GEFORCE8
,
3072
},
{
HW_VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCE_GTX980
,
"NVIDIA GeForce GTX 980"
,
DRIVER_NVIDIA_GEFORCE8
,
4096
},
/* AMD cards */
{
HW_VENDOR_AMD
,
CARD_AMD_RAGE_128PRO
,
"ATI Rage Fury"
,
DRIVER_AMD_RAGE_128PRO
,
16
},
...
...
@@ -1737,6 +1738,7 @@ static const struct wined3d_renderer_table
cards_nvidia_binary
[]
=
{
/* Direct 3D 11 */
{
"GTX 980"
,
CARD_NVIDIA_GEFORCE_GTX980
},
/* GeForce 900 - highend */
{
"GTX 970M"
,
CARD_NVIDIA_GEFORCE_GTX970M
},
/* GeForce 900 - highend mobile*/
{
"GTX 970"
,
CARD_NVIDIA_GEFORCE_GTX970
},
/* GeForce 900 - highend */
{
"GTX 960M"
,
CARD_NVIDIA_GEFORCE_GTX960M
},
/* GeForce 900 - midend high mobile */
...
...
dlls/wined3d/wined3d_private.h
View file @
058783b8
...
...
@@ -1720,9 +1720,10 @@ enum wined3d_pci_device
CARD_NVIDIA_GEFORCE_GTX950
=
0x1402
,
CARD_NVIDIA_GEFORCE_GTX950M
=
0x139a
,
CARD_NVIDIA_GEFORCE_GTX960
=
0x1401
,
CARD_NVIDIA_GEFORCE_GTX960M
=
0x139
B
,
CARD_NVIDIA_GEFORCE_GTX960M
=
0x139
b
,
CARD_NVIDIA_GEFORCE_GTX970
=
0x13c2
,
CARD_NVIDIA_GEFORCE_GTX970M
=
0x13d8
,
CARD_NVIDIA_GEFORCE_GTX980
=
0x13c0
,
CARD_VMWARE_SVGA3D
=
0x0405
,
...
...
Vitaly Lipatov
@lav
mentioned in commit
8d6c7355
·
Sep 03, 2020
mentioned in commit
8d6c7355
mentioned in commit 8d6c73552d4bfe27b17eb5ca98f870b8caf80340
Toggle commit list
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