https://bugs.freedesktop.org/show_bug.cgi?id=105736

--- Comment #3 from Grazvydas Ignotas <[email protected]> ---
Created attachment 138644
  --> https://bugs.freedesktop.org/attachment.cgi?id=138644&action=edit
wine's dxgi test exe

You need to build wine from source, I'm using the 64bit version, which should
be something like:
> git clone git://source.winehq.org/git/wine.git && cd wine
> ./configure --prefix=/somewhere --enable-win64
> # (install dependencies and rerun configure as needed)
> make # -jN
and then run the test:
> make -C dlls/dxgi/tests/ testclean test
Alternatively install recent official binary packages and just run the attached
.exe under wine (it's compiled with wine's "make crosstest", which is intended
to run wine's tests under Windows).

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
xorg-driver-ati mailing list
[email protected]
https://lists.x.org/mailman/listinfo/xorg-driver-ati

Reply via email to