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
5647fffb
Commit
5647fffb
authored
Feb 12, 2016
by
Henri Verbeet
Committed by
Alexandre Julliard
Feb 13, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3d8: Disable WINED3D_SRGB_READ_WRITE_CONTROL.
Signed-off-by:
Henri Verbeet
<
hverbeet@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
e5719e98
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
directx.c
dlls/d3d8/directx.c
+1
-2
No files found.
dlls/d3d8/directx.c
View file @
5647fffb
...
@@ -438,8 +438,7 @@ static const struct IDirect3D8Vtbl d3d8_vtbl =
...
@@ -438,8 +438,7 @@ static const struct IDirect3D8Vtbl d3d8_vtbl =
BOOL
d3d8_init
(
struct
d3d8
*
d3d8
)
BOOL
d3d8_init
(
struct
d3d8
*
d3d8
)
{
{
DWORD
flags
=
WINED3D_LEGACY_DEPTH_BIAS
|
WINED3D_VIDMEM_ACCOUNTING
DWORD
flags
=
WINED3D_LEGACY_DEPTH_BIAS
|
WINED3D_VIDMEM_ACCOUNTING
|
WINED3D_HANDLE_RESTORE
|
WINED3D_PIXEL_CENTER_INTEGER
|
WINED3D_HANDLE_RESTORE
|
WINED3D_PIXEL_CENTER_INTEGER
;
|
WINED3D_SRGB_READ_WRITE_CONTROL
;
d3d8
->
IDirect3D8_iface
.
lpVtbl
=
&
d3d8_vtbl
;
d3d8
->
IDirect3D8_iface
.
lpVtbl
=
&
d3d8_vtbl
;
d3d8
->
refcount
=
1
;
d3d8
->
refcount
=
1
;
...
...
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