[PATCH 1/5] wined3d: Enable the multi-threaded command stream by default.

Henri Verbeet hverbeet at gmail.com
Tue Jan 30 16:40:43 CST 2018


On 30 January 2018 at 23:53, Alexandre Julliard <julliard at winehq.org> wrote:
> This is breaking ddraw here:
>
> ../../../tools/runtest -q -P wine -T ../../.. -M ddraw.dll -p ddraw_test.exe.so ddraw1 && touch ddraw1.ok
> failed to create drawable
> 0036:err:d3d:context_set_gl_context Failed to set pixel format 5 on device context 0x160044.
> failed to create drawable
> 0039:err:d3d:context_create Failed to set pixel format 5 on device context 0x50045.
> X Error of failed request:  GLXBadWindow
>   Major opcode of failed request:  155 (GLX)
>   Minor opcode of failed request:  32 (X_GLXDestroyWindow)
>   Serial number of failed request:  1197
>   Current serial number in output stream:  1208
> Makefile:226: recipe for target 'ddraw1.ok' failed
>

Oh right, that's bug 40767. I had reverted
c89dc58deb9ba74d8dcd7faf7012203cff0724a0 locally while working on
upstreaming csmt, in the idle hope that it would be fixed by the time
I was done with that, and then promptly forgot about it.



More information about the wine-devel mailing list