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
bfd1ac26
Commit
bfd1ac26
authored
Jul 12, 2008
by
Stefan Dösinger
Committed by
Alexandre Julliard
Jul 22, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Set WINED3DDEVCAPS2_VERTEXELEMENTSCANSHARESTREAMOFFSET.
parent
448fee28
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
directx.c
dlls/wined3d/directx.c
+2
-2
No files found.
dlls/wined3d/directx.c
View file @
bfd1ac26
...
...
@@ -3253,8 +3253,8 @@ static HRESULT WINAPI IWineD3DImpl_GetDeviceCaps(IWineD3D *iface, UINT Adapter,
pCaps
->
MaxStreamStride
=
1024
;
/* d3d9.dll sets D3DDEVCAPS2_CAN_STRETCHRECT_FROM_TEXTURES here because StretchRects is implemented in d3d9 */
pCaps
->
DevCaps2
=
WINED3DDEVCAPS2_STREAMOFFSET
;
/* TODO: VS3.0 needs at least D3DDEVCAPS2_VERTEXELEMENTSCANSHARESTREAMOFFSET */
pCaps
->
DevCaps2
=
WINED3DDEVCAPS2_STREAMOFFSET
|
WINED3DDEVCAPS2_VERTEXELEMENTSCANSHARESTREAMOFFSET
;
pCaps
->
MaxNpatchTessellationLevel
=
0
;
pCaps
->
MasterAdapterOrdinal
=
0
;
pCaps
->
AdapterOrdinalInGroup
=
0
;
...
...
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