Added patch to fix check for texture levels in wined3d_device_update_texture.

This commit is contained in:
Sebastian Lackner
2015-04-27 02:13:12 +02:00
parent 58cc16c463
commit 157d49eb57
8 changed files with 83 additions and 22 deletions

1
debian/changelog vendored
View File

@@ -1,6 +1,7 @@
wine-staging (1.7.42) UNRELEASED; urgency=low
* Added patch to implement FileFsFullSizeInformation information class.
* Added patch to update timezone information in wine.inf.
* Added patch to fix check for texture levels in wined3d_device_update_texture.
* Removed patch to avoid crash when trying to bind mshtml event scripts to window (fixed upstream).
* Removed patch for stub of ntdll.WinSqmIsOptedIn (fixed upstream).
* Removed patch to fix issues with invalid console handles for new processes (accepted upstream).