wined3d: Send present operations through a command stream.
commit602c82bce86db8fff427b146176490db8bf7529d
authorHenri Verbeet <hverbeet@codeweavers.com>
Thu, 26 Sep 2013 22:15:13 +0000 (27 00:15 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 27 Sep 2013 08:33:15 +0000 (27 10:33 +0200)
treec80184f598eef4dc67c76340e392a8edd2f96818
parent7bcbb93c5a308c5270dacf265dfc03764a8fd0cb
wined3d: Send present operations through a command stream.

The eventual goal is to have a multithreaded implementation of wined3d_cs_ops
and offload some processing to a different thread.
dlls/wined3d/Makefile.in
dlls/wined3d/cs.c [new file with mode: 0644]
dlls/wined3d/device.c
dlls/wined3d/swapchain.c
dlls/wined3d/wined3d_private.h