Sweden-Number/dlls/dxgi
Henri Verbeet a5214c306f wined3d: Don't free D3D surfaces until the wined3d surface is destroyed.
This prevents for example a d3d9 depth stencil from being destroyed when it
has no external references but is still in use by the device/stateblock. A
nice side effect is that it simplifies handling of "implicit" surfaces like
the frontbuffer and backbuffers, as well as the forwarding of reference counts
for surfaces that are part of a texture.
2009-09-16 13:04:32 -05:00
..
tests dxgi: Implement IDXGIDevice::CreateSurface(). 2009-01-19 13:36:25 +01:00
Makefile.in dxgi: Implement IDXGIAdapter::EnumOutputs(). 2009-09-15 14:32:08 -05:00
adapter.c dxgi: Implement IDXGIAdapter::EnumOutputs(). 2009-09-15 14:32:08 -05:00
device.c dxgi: Create a wined3d swapchain. 2009-02-24 16:57:29 +01:00
dxgi.spec dxgi: Implement DXGID3D10CreateDevice(). 2008-11-14 14:28:42 +01:00
dxgi_main.c dxgi: Implement IDXGIAdapter::EnumOutputs(). 2009-09-15 14:32:08 -05:00
dxgi_private.h dxgi: Implement IDXGIAdapter::EnumOutputs(). 2009-09-15 14:32:08 -05:00
factory.c dxgi: Create a wined3d swapchain. 2009-02-24 16:57:29 +01:00
output.c dxgi: Implement IDXGIAdapter::EnumOutputs(). 2009-09-15 14:32:08 -05:00
surface.c dxgi: Allow dxgi_surface to be aggregated. 2009-01-19 13:36:25 +01:00
swapchain.c wined3d: Don't free D3D surfaces until the wined3d surface is destroyed. 2009-09-16 13:04:32 -05:00
utils.c dxgi: Convert DXGI_FORMAT values to WINED3DFORMAT values. 2009-02-20 11:10:51 +01:00
version.rc dxgi: Add a dxgi dll. 2008-10-22 11:56:11 +02:00