Added patch to avoid crash in d3d9 tests by skipping when texture/surface creation fails.

This commit is contained in:
Sebastian Lackner
2015-03-14 02:35:58 +01:00
parent 70c01d5385
commit 4bfaa67fea
3 changed files with 60 additions and 0 deletions

1
debian/changelog vendored
View File

@@ -4,6 +4,7 @@ wine-staging (1.7.39) UNRELEASED; urgency=low
* Added patch with tests for VerQueryValueA (by Mark Jansen).
* Added patch to implement proper locking of keystate and synchronization with desktop thread.
* Added patch to implement better stub function for NtQueryInformationJobObject.
* Added patch to avoid crash in d3d9 tests by skipping when texture/surface creation fails.
* Removed patch to avoid hardcoded values for sizeof(GUID) (accepted upstream).
* Removed patches for SLGetWindowsInformationDWORD (accepted upstream).
-- Sebastian Lackner <sebastian@fds-team.de> Mon, 09 Mar 2015 16:52:35 +0100