Added patch to fix wrong version of ID3DXEffect interface for d3dx9_25.

This commit is contained in:
Sebastian Lackner
2015-03-14 04:50:52 +01:00
parent 4bfaa67fea
commit 74f4207916
5 changed files with 1151 additions and 13 deletions

1
debian/changelog vendored
View File

@@ -5,6 +5,7 @@ wine-staging (1.7.39) UNRELEASED; urgency=low
* 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.
* Added patch to fix wrong version of ID3DXEffect interface for d3dx9_25.
* 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