Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
d5f18e6a
Commit
d5f18e6a
authored
Jan 06, 2007
by
Stefan Dösinger
Committed by
Alexandre Julliard
Jan 08, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Move applying the gl stream sources to the state table.
parent
d3d030eb
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
1 deletion
+2
-1
drawprim.c
dlls/wined3d/drawprim.c
+0
-0
state.c
dlls/wined3d/state.c
+0
-0
wined3d_private.h
dlls/wined3d/wined3d_private.h
+2
-1
No files found.
dlls/wined3d/drawprim.c
View file @
d5f18e6a
This diff is collapsed.
Click to expand it.
dlls/wined3d/state.c
View file @
d5f18e6a
This diff is collapsed.
Click to expand it.
dlls/wined3d/wined3d_private.h
View file @
d5f18e6a
...
...
@@ -579,6 +579,7 @@ typedef struct IWineD3DDeviceImpl
BOOL
untransformed
;
BOOL
last_was_pshader
;
BOOL
last_was_foggy_shader
;
BOOL
namedArraysLoaded
,
numberedArraysLoaded
;
/* State block related */
BOOL
isRecordingState
;
...
...
@@ -670,7 +671,7 @@ typedef struct IWineD3DDeviceImpl
/* Stream source management */
WineDirect3DVertexStridedData
strided_streams
;
WineDirect3DVertexStridedData
*
up_strided
;
BOOL
streamFixedUp
;
BOOL
useDrawStridedSlow
;
}
IWineD3DDeviceImpl
;
...
...
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