Added patch with stubs for D3DCompile2 and D3DCompileFromFile.

This commit is contained in:
Sebastian Lackner
2015-07-28 21:36:16 +02:00
parent 510297d315
commit d96eed9e17
5 changed files with 136 additions and 45 deletions

View File

@@ -39,9 +39,10 @@ Wine. All those differences are also documented on the
Included bug fixes and improvements
-----------------------------------
**Bug fixes and features included in the next upcoming release [14]:**
**Bug fixes and features included in the next upcoming release [15]:**
* Add stub for D3DXTessellateNPatches
* Add stubs for D3DCompile2 and D3DCompileFromFile
* Add stubs for d3dx10_43.D3DX10CreateEffectFromFileA/W ([Wine Bug #27739](https://bugs.winehq.org/show_bug.cgi?id=27739))
* Add support for ThreadQuerySetWin32StartAddress info class ([Wine Bug #8277](https://bugs.winehq.org/show_bug.cgi?id=8277))
* Check architecture before trying to load libraries ([Wine Bug #38021](https://bugs.winehq.org/show_bug.cgi?id=38021))