Added patch to return a valid mesh in D3DXCreateTeapot.

This commit is contained in:
Sebastian Lackner
2015-08-23 00:59:52 +02:00
parent cd3a07933a
commit 78204c282f
5 changed files with 49 additions and 1 deletions

1
debian/changelog vendored
View File

@@ -31,6 +31,7 @@ wine-staging (1.7.50) UNRELEASED; urgency=low
* Added patch to return STATUS_OBJECT_NAME_INVALID in
wine_nt_to_unix_file_name for paths that only contain a prefix.
* Added patch to make sure Notepad creates new files immediately.
* Added patch to return a valid mesh in D3DXCreateTeapot.
* Removed patch to move security cookie initialization from memory management
to loader (accepted upstream).
* Removed patches for stub of D3DCompileFromFile and D3DCompile2 (accepted