Added patch to avoid failing in d3dx9_mesh_OptimizeInplace because of unimplemented vertex reordering.

This commit is contained in:
Sebastian Lackner
2014-11-15 12:30:18 +01:00
parent c9bed78b65
commit 2ec0d480e3
3 changed files with 47 additions and 0 deletions

1
debian/changelog vendored
View File

@@ -25,6 +25,7 @@ wine-compholio (1.7.31) UNRELEASED; urgency=low
* Added patch to fix handling of invert_y in DrawTextExW.
* Added patch to fix implementation of K32GetPerformanceInfo.
* Added patch to close server fd if there is no space in thread inflight fd list.
* Added patch to avoid failing in d3dx9_mesh_OptimizeInplace because of unimplemented vertex reordering.
* Removed patch for iphlpapi stub functions (accepted upstream).
* Removed patches for FindFirstFileExW (accepted upstream).
* Removed patches for TLB dependencies lookup in resources (accepted upstream).