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
d1e00648
Commit
d1e00648
authored
Mar 26, 2012
by
Henri Verbeet
Committed by
Alexandre Julliard
Mar 27, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Only update the drawable on surface unmap for the frontbuffer.
parent
6f8b8bda
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
surface.c
dlls/wined3d/surface.c
+2
-6
No files found.
dlls/wined3d/surface.c
View file @
d1e00648
...
...
@@ -953,12 +953,8 @@ static void surface_unmap(struct wined3d_surface *surface)
goto
done
;
}
/* FIXME: The ORM_BACKBUFFER case probably isn't needed, but who knows
* what obscure bugs in backbuffer ORM removing it will uncover. Also,
* this should only be needed for the frontbuffer, but that requires
* present calls to call surface_load_location() on the backbuffer.
* Fix both of those after 1.4. */
if
(
surface
->
container
.
type
==
WINED3D_CONTAINER_SWAPCHAIN
if
((
surface
->
container
.
type
==
WINED3D_CONTAINER_SWAPCHAIN
&&
surface
->
container
.
u
.
swapchain
->
front_buffer
==
surface
)
||
(
wined3d_settings
.
offscreen_rendering_mode
==
ORM_BACKBUFFER
&&
device
->
fb
.
render_targets
&&
surface
==
device
->
fb
.
render_targets
[
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