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
8f72961e
Commit
8f72961e
authored
May 05, 2008
by
Alexander Dorofeyev
Committed by
Alexandre Julliard
May 05, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ddraw: Move handling of D3DRENDERSTATE_TEXTUREMAPBLEND from d3ddevice2 to d3ddevice3.
parent
edaaf63b
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
0 deletions
+5
-0
ddraw_private.h
dlls/ddraw/ddraw_private.h
+3
-0
device.c
dlls/ddraw/device.c
+0
-0
direct3d.c
dlls/ddraw/direct3d.c
+2
-0
No files found.
dlls/ddraw/ddraw_private.h
View file @
8f72961e
...
...
@@ -336,6 +336,9 @@ struct IDirect3DDeviceImpl
IDirect3DViewportImpl
*
current_viewport
;
D3DVIEWPORT7
active_viewport
;
/* Required to keep track which of two available texture blending modes in d3ddevice3 is used */
BOOL
legacyTextureBlending
;
/* Light state */
DWORD
material
;
...
...
dlls/ddraw/device.c
View file @
8f72961e
This diff is collapsed.
Click to expand it.
dlls/ddraw/direct3d.c
View file @
8f72961e
...
...
@@ -820,6 +820,8 @@ IDirect3DImpl_7_CreateDevice(IDirect3D7 *iface,
object
->
Handles
=
NULL
;
object
->
numHandles
=
0
;
object
->
legacyTextureBlending
=
FALSE
;
/* This is for convenience */
object
->
wineD3DDevice
=
This
->
wineD3DDevice
;
...
...
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