[PATCH 1/3] d2d1/tests: Enable developers to export generated images.

Henri Verbeet hverbeet at gmail.com
Tue Jan 21 09:11:17 CST 2020


On Tue, 21 Jan 2020 at 15:32, Giovanni Mascellani <gio at 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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: d2d1_tests_dump_surface.diff
Type: text/x-patch
Size: 7499 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20200121/2ced4148/attachment-0001.bin>


More information about the wine-devel mailing list