• Zebediah Figura's avatar
    dxgi: Introduce IWineDXGIDeviceParent::register_swapchain_texture() and use it… · 4413e949
    Zebediah Figura authored
    dxgi: Introduce IWineDXGIDeviceParent::register_swapchain_texture() and use it in IDXGIDevice::CreateSurface().
    
    Instead of having d3d11 create the wined3d texture, create it in dxgi instead,
    and let d3d11 create a d3d_texture2d object to wrap it.
    
    This is a step towards getting rid of the create_swapchain_texture() callback,
    which is mildly difficult to work with and conceptually complex.
    4413e949
Name
Last commit
Last update
..
tests Loading commit data...
Makefile.in Loading commit data...
adapter.c Loading commit data...
device.c Loading commit data...
dxgi.spec Loading commit data...
dxgi_main.c Loading commit data...
dxgi_private.h Loading commit data...
factory.c Loading commit data...
output.c Loading commit data...
resource.c Loading commit data...
swapchain.c Loading commit data...
utils.c Loading commit data...
version.rc Loading commit data...