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
e0b21688
Commit
e0b21688
authored
Aug 19, 2006
by
Stefan Dösinger
Committed by
Alexandre Julliard
Aug 23, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Make the destination surface glDirty in UpdateSurface.
parent
3f2e2601
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
device.c
dlls/wined3d/device.c
+1
-0
No files found.
dlls/wined3d/device.c
View file @
e0b21688
...
@@ -6828,6 +6828,7 @@ static HRESULT WINAPI IWineD3DDeviceImpl_UpdateSurface(IWineD3DDevice *iface,
...
@@ -6828,6 +6828,7 @@ static HRESULT WINAPI IWineD3DDeviceImpl_UpdateSurface(IWineD3DDevice *iface,
}
}
}
}
checkGLcall
(
"glTexSubImage2D"
);
checkGLcall
(
"glTexSubImage2D"
);
((
IWineD3DSurfaceImpl
*
)
pDestinationSurface
)
->
Flags
|=
SFLAG_GLDIRTY
;
/* I only need to look up baseTexture here, so it may be a good idea to hava a GL_TARGET ->
/* I only need to look up baseTexture here, so it may be a good idea to hava a GL_TARGET ->
* GL_DIMENSIONS lookup, or maybe store the dimensions on the surface (but that's making the
* GL_DIMENSIONS lookup, or maybe store the dimensions on the surface (but that's making the
...
...
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