[Bug 20776] 3DMark Vantage: your graphics card doesn't support DirectX 10 (needs support for 'D3D10_QUERY_SO_STATISTICS')

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Dec 7 13:09:38 CST 2015


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

--- Comment #9 from Sergey Isakov <isakov-sl at bk.ru> ---
Then, if I relax the condition 
if (FAILED(hr) || caps.VertexShaderVersion < 4 || caps.PixelShaderVersion < 4) 
to 
...< 3
then I got next stop
~~~
fixme:d3d11:device_parent_create_swapchain_texture device_parent 0x18ba98,
container_parent 0x1ab348, wined3d_desc 0x337630, wined3d_texture 0x1ab380
partial stub!
fixme:d3d11:device_parent_create_swapchain_texture Implement DXGI<->wined3d
usage conversion
fixme:d3d:query_init Unhandled query type 0x2.
fixme:msvcrt:__clean_type_info_names_internal (0x40a9304) stub
~~~
This is WINED3D_QUERY_TYPE_SO_STATISTICS = 2

-- 
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