[Bug 108910] Vkd3d test failure test_multisample_array_texture()
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Nov 30 04:10:24 UTC 2018
https://bugs.freedesktop.org/show_bug.cgi?id=108910
Bug ID: 108910
Summary: Vkd3d test failure test_multisample_array_texture()
Product: Mesa
Version: git
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/Vulkan/intel
Assignee: intel-3d-bugs at lists.freedesktop.org
Reporter: t_arceri at yahoo.com.au
QA Contact: intel-3d-bugs at lists.freedesktop.org
CC: jason at jlekstrand.net
Tested on SKL.
The d3d12 test suite can be run using the command:
tests/d3d12 or by running make check
Result:
d3d12:12038: Test failed: Got 0xff0000ff, expected 0xff00ff00 at (0, 0, 0).
d3d12:12038: Test failed: Got 0xff0000ff, expected 0xffff0000 at (0, 0, 0).
d3d12:12038: Test failed: Got 0xff0000ff, expected 0xffffff00 at (0, 0, 0).
d3d12:12038: Test failed: Got 0xff0000ff, expected 0xffff00ff at (0, 0, 0).
d3d12:12038: Test failed: Got 0xff0000ff, expected 0xff00ffff at (0, 0, 0).
d3d12:12038: Test failed: Got 0xff0000ff, expected 0xff7f7f7f at (0, 0, 0).
d3d12:12038: Test failed: Got 0xff0000ff, expected 0x7f7f7f7f at (0, 0, 0).
For comparision the test passes on RADV.
Instructions for building the Vkd3d test suite:
-----------------------------------------------
Source code: git://source.winehq.org/git/vkd3d.git
autogen.sh
configure
make
Updated Spriv headers may be needed:
https://github.com/KhronosGroup/Vulkan-Headers.git
https://github.com/KhronosGroup/SPIRV-Headers.git
CPPFLAGS="-I/home/tarceri/git/SPIRV-Headers/include
-I/home/tarceri/git/Vulkan-Headers/include" ./configure
Also an undated version of widl (a tool in the wine project) may be needed:
git://source.winehq.org/git/wine.git
./configure --without-freetype
make tools/widl
Then pass the new build to configure for Vkd3d e.g.
WIDL=~/git/wine/tools/widl/widl ./configure
--
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20181130/fd1ff573/attachment-0001.html>
More information about the intel-3d-bugs
mailing list