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
55d4f631
Commit
55d4f631
authored
Oct 08, 2018
by
Henri Verbeet
Committed by
Alexandre Julliard
Oct 08, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Add GPU information for NVIDIA GeForce GT 720.
Signed-off-by:
Henri Verbeet
<
hverbeet@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
8fa5f1d8
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
adapter_gl.c
dlls/wined3d/adapter_gl.c
+1
-0
directx.c
dlls/wined3d/directx.c
+1
-0
wined3d_private.h
dlls/wined3d/wined3d_private.h
+1
-0
No files found.
dlls/wined3d/adapter_gl.c
View file @
55d4f631
...
...
@@ -1714,6 +1714,7 @@ cards_nvidia_mesa[] =
{
"NV117"
,
CARD_NVIDIA_GEFORCE_GTX750
},
/* Kepler */
{
"NV108"
,
CARD_NVIDIA_GEFORCE_GT740M
},
{
"NV106"
,
CARD_NVIDIA_GEFORCE_GT720
},
{
"NVF1"
,
CARD_NVIDIA_GEFORCE_GTX780TI
},
{
"NVF0"
,
CARD_NVIDIA_GEFORCE_GTX780
},
{
"NVE6"
,
CARD_NVIDIA_GEFORCE_GTX770M
},
...
...
dlls/wined3d/directx.c
View file @
55d4f631
...
...
@@ -283,6 +283,7 @@ static const struct wined3d_gpu_description gpu_description_table[] =
{
HW_VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCE_GTX675MX
,
"NVIDIA GeForce GTX 675MX"
,
DRIVER_NVIDIA_GEFORCE8
,
4096
},
{
HW_VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCE_GTX680
,
"NVIDIA GeForce GTX 680"
,
DRIVER_NVIDIA_GEFORCE8
,
2048
},
{
HW_VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCE_GTX690
,
"NVIDIA GeForce GTX 690"
,
DRIVER_NVIDIA_GEFORCE8
,
2048
},
{
HW_VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCE_GT720
,
"NVIDIA GeForce GT 720"
,
DRIVER_NVIDIA_GEFORCE8
,
2048
},
{
HW_VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCE_GT730
,
"NVIDIA GeForce GT 730"
,
DRIVER_NVIDIA_GEFORCE8
,
2048
},
{
HW_VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCE_GT730M
,
"NVIDIA GeForce GT 730M"
,
DRIVER_NVIDIA_GEFORCE8
,
1024
},
{
HW_VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCE_GT740M
,
"NVIDIA GeForce GT 740M"
,
DRIVER_NVIDIA_GEFORCE8
,
2048
},
...
...
dlls/wined3d/wined3d_private.h
View file @
55d4f631
...
...
@@ -2386,6 +2386,7 @@ enum wined3d_pci_device
CARD_NVIDIA_GEFORCE_GTX675MX
=
0x11a7
,
CARD_NVIDIA_GEFORCE_GTX680
=
0x1180
,
CARD_NVIDIA_GEFORCE_GTX690
=
0x1188
,
CARD_NVIDIA_GEFORCE_GT720
=
0x128b
,
CARD_NVIDIA_GEFORCE_GT730
=
0x1287
,
CARD_NVIDIA_GEFORCE_GT730M
=
0x0fe1
,
CARD_NVIDIA_GEFORCE_GT740M
=
0x1292
,
...
...
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