[PATCH 3/4] d3d11: Add tests for WINED3DFMT_BC7_UNORM format.

Kimmo Myllyvirta kimmo.myllyvirta at gmail.com
Sun Aug 21 18:21:05 CDT 2016


On 08/21/2016 12:26 PM, Marvin wrote:
> Hi,
>
> While running your changed tests on Windows, I think I found new failures.
> Being a bot and all I'm not very good at pattern recognition, so I might be
> wrong, but could you please double-check?
> Full results can be found at
> https://testbot.winehq.org/JobDetails.pl?Key=25292
>
> Your paranoid android.
>

d3d11.c:5937: Test failed: Test 16: Failed to create 2d texture, hr 
0x80070057.
wvistau64, w2008s64 etc. fails because BC7 and BC6H needs at least 
feature level 11.0. There's no existing mechanism in texture_test to 
skip specific texture tests conditionally based on feature level (add 
min feature level to the texture_tests array?).

d3d11.c:5983: Test failed: Test 19: Got unexpected color 0xff0000fa at 
(0, 0)
The test expects 0xff0000fc, I'm getting 0xff0000fb and 0xff0000fd. 
0xff0000fa doesn't fit into the +-1 range. Some completely different 
texture might work, dunno.

I'll wait for additional comments before making patch V2.

-km




More information about the wine-devel mailing list