Added patch to dirtify vertex shader on transformed update, fixes graphical corruption.

This commit is contained in:
Sebastian Lackner
2015-05-09 04:26:56 +02:00
parent da0ebd230f
commit 954aed181c
5 changed files with 53 additions and 2 deletions

4
debian/changelog vendored
View File

@@ -17,9 +17,11 @@ wine-staging (1.7.43) UNRELEASED; urgency=low
NtQueryObject.
* Added patch to fix error handling in OpenSCManagerW (fixes testfailure in
advapi32/service tests when named pipe messagemode is available).
* Added patch to fix leak of async handle in pipe_server_flush.
* Added patch to dirtify vertex shader on transformed update, fixes graphical
corruption.
* Removed patch to use lockfree implementation for FD cache (accepted
upstream).
* Added patch to fix leak of async handle in pipe_server_flush.
* Removed patch to properly handle closing sockets during a select call
(accepted upstream).
* Removed patches to fix behaviour of VirtualProtect / NtProtectVirtualMemory