[Bug 36789] "Could not find a Direct3D device that supports the XNA Framework HiDef profile" in "One Finger Death Punch"

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Jun 23 02:03:29 CDT 2014


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

Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |focht at gmx.net
     Ever confirmed|0                           |1

--- Comment #2 from Anastasius Focht <focht at gmx.net> ---
Hello Jason,

there are a few sites maintaining Direct3D and OpenGL device capabilities
database:

http://zp.amsnet.pl/cdragan/d3dcaps.html

http://www.kludx.com/kludx.php

DirectX SDKs also ship an Excel sheet denoting this:
'Samples\C++\Direct3D\ConfigSystem\CardCaps.xls' 

I found a dump of Intel HD 4000 caps here (Windows driver): 

http://www.scribd.com/doc/230713614/DIALux-Direct3D-Information

--- snip ---

Direct3D Information DIALux 4.11
------------------------------
AdapterCount 0X1
Adapter 0 
  Driver igdumd32.dll
  Description Intel(R) HD Graphics 4000
  DeviceName \\.\DISPLAY1
  DriverVersionLowPart 0XA0B0C
  DriverVersionHighPart 0X90011
  VendorId 0X8086 DeviceId 0X166
  SubSysId 0XFB201179 Revision 0X9
  DeviceIdentifier {D7B78E66-4226-11CF-C579-2ADBB7C2C435}
  WHQLLevel 0

Caps Adapter 0
  DeviceType 0X1
  AdapterOrdinal 0
  Caps 0X20000
  Caps2 0XE0020000
  Caps3 0X320
  PresentationIntervals 0X8000000F
  CursorCaps 0X1
  DevCaps 0X19AE50
  PrimitiveMiscCaps 0X2FCCF2
  RasterCaps 0XF736191
  ZCmpCaps 0XFF
  SrcBlendCaps 0X3FFF
  DestBlendCaps 0X27FF
...
--- snip ---

DestBlendCaps = 0x27FF -> D3DPBLENDCAPS_SRCALPHASAT = 0x400

So it should be supported by Intel HD 4000.

Maybe Henri knows another way to query for this capability on Apple HW.

Regards

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