[PATCH v3 5/5] d3d11: Check for WINED3DUSAGE_QUERY_POSTPIXELSHADER_BLENDING with WINED3D_RTYPE_TEXTURE_2D.

Zebediah Figura zfigura at codeweavers.com
Thu Jun 23 18:34:29 CDT 2022


On 6/23/22 18:21, Marvin wrote:
> Hi,
> 
> It looks like your patch introduced the new failures shown below.
> Please investigate and fix them before resubmitting your patch.
> If they are not new, fixing them anyway would help a lot. Otherwise
> please ask for the known failures list to be updated.
> 
> The tests also ran into some preexisting test failures. If you know how
> to fix them that would be helpful. See the TestBot job for the details:
> 
> The full results can be found at:
> https://testbot.winehq.org/JobDetails.pl?Key=117527
> 
> Your paranoid android.
> 
> 
> === w7u_2qxl (32 bit report) ===
> 
> d3d11:
> d3d11.c:20775: Test failed: Format 0x55 - blendable not supported, feature_level 0xb000, format support 0.
> d3d11.c:20775: Test failed: Format 0x55 - blendable not supported, feature_level 0xa100, format support 0.
> d3d11.c:20775: Test failed: Format 0x55 - blendable not supported, feature_level 0xa000, format support 0.
> d3d11.c:20775: Test failed: Format 0x31 - blendable not supported, feature_level 0x9300, format support 0.
> d3d11.c:20775: Test failed: Format 0x3d - blendable not supported, feature_level 0x9300, format support 0x213e0.
> d3d11.c:20775: Test failed: Format 0x41 - blendable not supported, feature_level 0x9300, format support 0x201e0.
> d3d11.c:20775: Test failed: Format 0x31 - blendable not supported, feature_level 0x9200, format support 0.
> d3d11.c:20775: Test failed: Format 0x3d - blendable not supported, feature_level 0x9200, format support 0x213e0.
> d3d11.c:20775: Test failed: Format 0x41 - blendable not supported, feature_level 0x9200, format support 0x201e0.
> d3d11.c:20775: Test failed: Format 0x31 - blendable not supported, feature_level 0x9100, format support 0.
> d3d11.c:20775: Test failed: Format 0x3d - blendable not supported, feature_level 0x9100, format support 0x213e0.
> d3d11.c:20775: Test failed: Format 0x41 - blendable not supported, feature_level 0x9100, format support 0.
> 
> === w7u_adm (32 bit report) ===
> 
> d3d11:
> d3d11.c:20775: Test failed: Format 0x55 - blendable not supported, feature_level 0xb000, format support 0.
> d3d11.c:20775: Test failed: Format 0x55 - blendable not supported, feature_level 0xa100, format support 0.
> d3d11.c:20775: Test failed: Format 0x55 - blendable not supported, feature_level 0xa000, format support 0.
> d3d11.c:20775: Test failed: Format 0x31 - blendable not supported, feature_level 0x9300, format support 0.
> d3d11.c:20775: Test failed: Format 0x3d - blendable not supported, feature_level 0x9300, format support 0x213e0.
> d3d11.c:20775: Test failed: Format 0x41 - blendable not supported, feature_level 0x9300, format support 0x201e0.
> d3d11.c:20775: Test failed: Format 0x31 - blendable not supported, feature_level 0x9200, format support 0.
> d3d11.c:20775: Test failed: Format 0x3d - blendable not supported, feature_level 0x9200, format support 0x213e0.
> d3d11.c:20775: Test failed: Format 0x41 - blendable not supported, feature_level 0x9200, format support 0x201e0.
> d3d11.c:20775: Test failed: Format 0x31 - blendable not supported, feature_level 0x9100, format support 0.
> d3d11.c:20775: Test failed: Format 0x3d - blendable not supported, feature_level 0x9100, format support 0x213e0.
> d3d11.c:20775: Test failed: Format 0x41 - blendable not supported, feature_level 0x9100, format support 0.
> 
> === w7u_el (32 bit report) ===
> 
> d3d11:
> d3d11.c:20775: Test failed: Format 0x55 - blendable not supported, feature_level 0xb000, format support 0.
> d3d11.c:20775: Test failed: Format 0x55 - blendable not supported, feature_level 0xa100, format support 0.
> d3d11.c:20775: Test failed: Format 0x55 - blendable not supported, feature_level 0xa000, format support 0.
> d3d11.c:20775: Test failed: Format 0x31 - blendable not supported, feature_level 0x9300, format support 0.
> d3d11.c:20775: Test failed: Format 0x3d - blendable not supported, feature_level 0x9300, format support 0x213e0.
> d3d11.c:20775: Test failed: Format 0x41 - blendable not supported, feature_level 0x9300, format support 0x201e0.
> d3d11.c:20775: Test failed: Format 0x31 - blendable not supported, feature_level 0x9200, format support 0.
> d3d11.c:20775: Test failed: Format 0x3d - blendable not supported, feature_level 0x9200, format support 0x213e0.
> d3d11.c:20775: Test failed: Format 0x41 - blendable not supported, feature_level 0x9200, format support 0x201e0.
> d3d11.c:20775: Test failed: Format 0x31 - blendable not supported, feature_level 0x9100, format support 0.
> d3d11.c:20775: Test failed: Format 0x3d - blendable not supported, feature_level 0x9100, format support 0x213e0.
> d3d11.c:20775: Test failed: Format 0x41 - blendable not supported, feature_level 0x9100, format support 0.
> 
> === w1064_tsign (32 bit report) ===
> 
> d3d11:
> d3d11.c:5908: Test failed: Got unexpected query result 0x0000000000000000.
> 

I meant to address this but forgot. I've pushed a v4 now that ignores 
broken WARP results.



More information about the wine-devel mailing list