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
d738e6ff
Commit
d738e6ff
authored
May 27, 2012
by
Kimmo Myllyvirta
Committed by
Alexandre Julliard
May 29, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Add NVIDIA GeForce GTX 680.
parent
e369e79b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
directx.c
dlls/wined3d/directx.c
+2
-0
wined3d_private.h
dlls/wined3d/wined3d_private.h
+1
-0
No files found.
dlls/wined3d/directx.c
View file @
d738e6ff
...
...
@@ -1125,6 +1125,7 @@ static const struct gpu_description gpu_description_table[] =
{
HW_VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCE_GTX570
,
"NVIDIA GeForce GTX 570"
,
DRIVER_NVIDIA_GEFORCE6
,
1280
},
{
HW_VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCE_GTX580
,
"NVIDIA GeForce GTX 580"
,
DRIVER_NVIDIA_GEFORCE6
,
1536
},
{
HW_VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCE_GTX670
,
"NVIDIA GeForce GTX 670"
,
DRIVER_NVIDIA_GEFORCE6
,
2048
},
{
HW_VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCE_GTX680
,
"NVIDIA GeForce GTX 680"
,
DRIVER_NVIDIA_GEFORCE6
,
2048
},
/* AMD cards */
{
HW_VENDOR_AMD
,
CARD_AMD_RAGE_128PRO
,
"ATI Rage Fury"
,
DRIVER_AMD_RAGE_128PRO
,
16
},
...
...
@@ -1517,6 +1518,7 @@ static enum wined3d_pci_device select_card_nvidia_binary(const struct wined3d_gl
}
cards
[]
=
{
{
"GTX 680"
,
CARD_NVIDIA_GEFORCE_GTX680
},
/* Geforce 600 - highend */
{
"GTX 670"
,
CARD_NVIDIA_GEFORCE_GTX670
},
/* Geforce 600 - midend high */
{
"GTX 580"
,
CARD_NVIDIA_GEFORCE_GTX580
},
/* Geforce 500 - highend */
{
"GTX 570"
,
CARD_NVIDIA_GEFORCE_GTX570
},
/* Geforce 500 - midend high */
...
...
dlls/wined3d/wined3d_private.h
View file @
d738e6ff
...
...
@@ -1406,6 +1406,7 @@ enum wined3d_pci_device
CARD_NVIDIA_GEFORCE_GTX570
=
0x1081
,
CARD_NVIDIA_GEFORCE_GTX580
=
0x1080
,
CARD_NVIDIA_GEFORCE_GTX670
=
0x1189
,
CARD_NVIDIA_GEFORCE_GTX680
=
0x1180
,
CARD_INTEL_830M
=
0x3577
,
CARD_INTEL_855GM
=
0x3582
,
...
...
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