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
1ae183a3
Commit
1ae183a3
authored
Oct 30, 2023
by
Christian Costa
Committed by
Alexandre Julliard
Nov 07, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Add entry info for NVidia RTX 3070.
parent
82d3fd0a
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 @
1ae183a3
...
...
@@ -1315,6 +1315,7 @@ cards_nvidia_binary[] =
/* Direct 3D 11 */
{
"Tesla T4"
,
CARD_NVIDIA_TESLA_T4
},
{
"Ampere A10"
,
CARD_NVIDIA_AMPERE_A10
},
{
"RTX 3070"
,
CARD_NVIDIA_GEFORCE_RTX3070
},
/* GeForce 3000 - highend */
{
"RTX 2080 Ti"
,
CARD_NVIDIA_GEFORCE_RTX2080TI
},
/* GeForce 2000 - highend */
{
"RTX 2080"
,
CARD_NVIDIA_GEFORCE_RTX2080
},
/* GeForce 2000 - highend */
{
"RTX 2070"
,
CARD_NVIDIA_GEFORCE_RTX2070
},
/* GeForce 2000 - highend */
...
...
dlls/wined3d/directx.c
View file @
1ae183a3
...
...
@@ -478,6 +478,7 @@ static const struct wined3d_gpu_description gpu_description_table[] =
{
HW_VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCE_RTX2070
,
"NVIDIA GeForce RTX 2070"
,
DRIVER_NVIDIA_KEPLER
,
8192
},
{
HW_VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCE_RTX2080
,
"NVIDIA GeForce RTX 2080"
,
DRIVER_NVIDIA_KEPLER
,
8192
},
{
HW_VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCE_RTX2080TI
,
"NVIDIA GeForce RTX 2080 Ti"
,
DRIVER_NVIDIA_KEPLER
,
11264
},
{
HW_VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCE_RTX3070
,
"NVIDIA GeForce RTX 3070"
,
DRIVER_NVIDIA_KEPLER
,
8192
},
{
HW_VENDOR_NVIDIA
,
CARD_NVIDIA_TESLA_T4
,
"NVIDIA Tesla T4"
,
DRIVER_NVIDIA_KEPLER
,
16384
},
{
HW_VENDOR_NVIDIA
,
CARD_NVIDIA_AMPERE_A10
,
"NVIDIA Ampere A10"
,
DRIVER_NVIDIA_KEPLER
,
24576
},
...
...
dlls/wined3d/wined3d_private.h
View file @
1ae183a3
...
...
@@ -2362,6 +2362,7 @@ enum wined3d_pci_device
CARD_NVIDIA_GEFORCE_RTX2070
=
0x1f07
,
CARD_NVIDIA_GEFORCE_RTX2080
=
0x1e87
,
CARD_NVIDIA_GEFORCE_RTX2080TI
=
0x1e07
,
CARD_NVIDIA_GEFORCE_RTX3070
=
0x249d
,
CARD_NVIDIA_TESLA_T4
=
0x1eb8
,
CARD_NVIDIA_AMPERE_A10
=
0x2236
,
...
...
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