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
860aa699
Commit
860aa699
authored
Jun 28, 2007
by
H. Verbeet
Committed by
Alexandre Julliard
Jun 29, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Get rid of the oneToOneTexUnitMap field.
parent
92fc808b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
device.c
dlls/wined3d/device.c
+0
-1
wined3d_private.h
dlls/wined3d/wined3d_private.h
+0
-1
No files found.
dlls/wined3d/device.c
View file @
860aa699
...
@@ -1819,7 +1819,6 @@ static HRESULT WINAPI IWineD3DDeviceImpl_Init3D(IWineD3DDevice *iface, WINED3DPR
...
@@ -1819,7 +1819,6 @@ static HRESULT WINAPI IWineD3DDeviceImpl_Init3D(IWineD3DDevice *iface, WINED3DPR
This
->
rev_tex_unit_map
[
state
]
=
-
1
;
This
->
rev_tex_unit_map
[
state
]
=
-
1
;
}
}
}
}
This
->
oneToOneTexUnitMap
=
TRUE
;
/* Setup the implicit swapchain */
/* Setup the implicit swapchain */
TRACE
(
"Creating implicit swapchain
\n
"
);
TRACE
(
"Creating implicit swapchain
\n
"
);
...
...
dlls/wined3d/wined3d_private.h
View file @
860aa699
...
@@ -727,7 +727,6 @@ struct IWineD3DDeviceImpl
...
@@ -727,7 +727,6 @@ struct IWineD3DDeviceImpl
DWORD
texUnitMap
[
MAX_COMBINED_SAMPLERS
];
DWORD
texUnitMap
[
MAX_COMBINED_SAMPLERS
];
DWORD
rev_tex_unit_map
[
MAX_COMBINED_SAMPLERS
];
DWORD
rev_tex_unit_map
[
MAX_COMBINED_SAMPLERS
];
BOOL
fixed_function_usage_map
[
MAX_TEXTURES
];
BOOL
fixed_function_usage_map
[
MAX_TEXTURES
];
BOOL
oneToOneTexUnitMap
;
/* Stream source management */
/* Stream source management */
WineDirect3DVertexStridedData
strided_streams
;
WineDirect3DVertexStridedData
strided_streams
;
...
...
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