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
48de52e2
Commit
48de52e2
authored
Dec 05, 2013
by
Nikolay Bogoychev
Committed by
Alexandre Julliard
Dec 06, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Recognize Haswell mobile graphics 4600.
parent
b968c9c5
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 @
48de52e2
...
...
@@ -1330,6 +1330,7 @@ static const struct gpu_description gpu_description_table[] =
{
HW_VENDOR_INTEL
,
CARD_INTEL_IVBD
,
"Intel(R) Ivybridge Desktop"
,
DRIVER_INTEL_GMA3000
,
1024
},
{
HW_VENDOR_INTEL
,
CARD_INTEL_IVBM
,
"Intel(R) Ivybridge Mobile"
,
DRIVER_INTEL_GMA3000
,
1024
},
{
HW_VENDOR_INTEL
,
CARD_INTEL_IVBS
,
"Intel(R) Ivybridge Server"
,
DRIVER_INTEL_GMA3000
,
1024
},
{
HW_VENDOR_INTEL
,
CARD_INTEL_HWM
,
"Intel(R) Haswell Mobile"
,
DRIVER_INTEL_GMA3000
,
1024
},
};
static
const
struct
driver_version_information
*
get_driver_version_info
(
enum
wined3d_display_driver
driver
,
...
...
@@ -1991,6 +1992,8 @@ static enum wined3d_pci_device select_card_intel(const struct wined3d_gl_info *g
}
cards
[]
=
{
/* Haswell */
{
"Haswell Mobile"
,
CARD_INTEL_HWM
},
/* Ivybridge */
{
"Ivybridge Server"
,
CARD_INTEL_IVBS
},
{
"Ivybridge Mobile"
,
CARD_INTEL_IVBM
},
...
...
dlls/wined3d/wined3d_private.h
View file @
48de52e2
...
...
@@ -1505,6 +1505,7 @@ enum wined3d_pci_device
CARD_INTEL_IVBD
=
0x0162
,
CARD_INTEL_IVBM
=
0x0166
,
CARD_INTEL_IVBS
=
0x015a
,
CARD_INTEL_HWM
=
0x0416
,
};
struct
wined3d_fbo_ops
...
...
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