Added patch to avoid calling IDirect3DDevice7_DrawIndexedPrimitive if there is no primitive.

This commit is contained in:
Sebastian Lackner
2014-12-27 18:56:01 +01:00
parent 913f7f2af2
commit 1944c4b4e8
3 changed files with 47 additions and 0 deletions

1
debian/changelog vendored
View File

@@ -19,6 +19,7 @@ wine-staging (1.7.34) UNRELEASED; urgency=low
* Added patch to try harder to get the host name address in getaddrinfo().
* Added patch to fix invalid usage of RegOpenKeyExW in msdmo.
* Added patch to add support for named pipe message mode.
* Added patch to avoid calling IDirect3DDevice7_DrawIndexedPrimitive if there is no primitive.
* Removed patch to implement combase HSTRING objects (accepted upstream).
* Removed patch to add fake ProductId to registry (accepted upstream).
* Removed patch to implement stubs for MFStartup and MFShutdown (accepted upstream).