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
c0892c2f
Commit
c0892c2f
authored
Aug 05, 2009
by
Stefan Dösinger
Committed by
Alexandre Julliard
Aug 06, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ddraw: d3d7 does not support two sided stencil.
The header is wrong. There is simply no API to set this. The MS header does not have this declaration either.
parent
c6d3e754
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
direct3d.c
dlls/ddraw/direct3d.c
+1
-1
d3dcaps.h
include/d3dcaps.h
+0
-1
No files found.
dlls/ddraw/direct3d.c
View file @
c0892c2f
...
...
@@ -1324,7 +1324,7 @@ IDirect3DImpl_GetCaps(IWineD3D *WineD3D,
Desc7
->
dwStencilCaps
&=
(
D3DSTENCILCAPS_KEEP
|
D3DSTENCILCAPS_ZERO
|
D3DSTENCILCAPS_REPLACE
|
D3DSTENCILCAPS_INCRSAT
|
D3DSTENCILCAPS_DECRSAT
|
D3DSTENCILCAPS_INVERT
|
D3DSTENCILCAPS_INCR
|
D3DSTENCILCAPS_DECR
|
D3DSTENCILCAPS_TWOSIDED
);
D3DSTENCILCAPS_INCR
|
D3DSTENCILCAPS_DECR
);
/* FVF caps ?*/
...
...
include/d3dcaps.h
View file @
c0892c2f
...
...
@@ -311,7 +311,6 @@ typedef struct _D3DDeviceDesc7 {
#define D3DSTENCILCAPS_INVERT 0x00000020
#define D3DSTENCILCAPS_INCR 0x00000040
#define D3DSTENCILCAPS_DECR 0x00000080
#define D3DSTENCILCAPS_TWOSIDED 0x00000100
#define D3DTEXOPCAPS_DISABLE 0x00000001
#define D3DTEXOPCAPS_SELECTARG1 0x00000002
...
...
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