[Bug 39546] Smooth textures of paladin in Heroes VI

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Nov 23 12:49:39 CST 2015


https://bugs.winehq.org/show_bug.cgi?id=39546

--- Comment #10 from Sergey Isakov <isakov-sl at bk.ru> ---
With wine-1.8 there is only d3dcompiler_43 native enough to get good picture.
There are messages in the log if related
----
fixme:d3dx:D3DXGetShaderConstantTableEx Flags (0x20000) are not handled, yet!
fixme:d3dx:D3DXGetShaderConstantTableEx Flags (0x20000) are not handled, yet!
fixme:d3dx:D3DXGetShaderConstantTableEx Flags (0x20000) are not handled, yet!
fixme:d3dx:D3DXGetShaderConstantTableEx Flags (0x20000) are not handled, yet!
fixme:d3dx:D3DXGetShaderConstantTableEx Flags (0x20000) are not handled, yet!

The flag is 
#define D3DXCONSTTABLE_LARGEADDRESSAWARE          0x20000
May be better to 
return D3DERR_INVALIDCALL;
?

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list