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
4c454fd4
Commit
4c454fd4
authored
Oct 08, 2014
by
Henri Verbeet
Committed by
Alexandre Julliard
Oct 08, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Only prepare the texture in device_update_volume().
parent
ee8a5b7d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
device.c
dlls/wined3d/device.c
+2
-1
No files found.
dlls/wined3d/device.c
View file @
4c454fd4
...
...
@@ -3481,7 +3481,8 @@ static HRESULT device_update_volume(struct wined3d_device *device,
context
=
context_acquire
(
device
,
NULL
);
wined3d_volume_load
(
dst_volume
,
context
,
FALSE
);
/* Only a prepare, since we're uploading the entire volume. */
wined3d_texture_prepare_texture
(
dst_volume
->
container
,
context
,
FALSE
);
data
.
buffer_object
=
0
;
data
.
addr
=
src
.
data
;
...
...
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