On Tue, 21 Jan 2020 at 15:32, Giovanni Mascellani gio@debian.org wrote:
Is this kind of developer-oriented patch acceptable in Wine? Or is there already an easy way to export the bitmaps generated during the test? I could not find one.
I've been using something like the attached patch, mostly for getting data out of the testbot. For local debugging, in many cases it's enough to simply add a IDXGISwapchain_Present() call followed by a Sleep() in the appropriated place.
I think the general sentiment is that these kinds of debugging patches are trivial enough for individual developers to write on their own when needed, but personally I'm not necessarily opposed to having something like this in the upstream tree.