wine/dlls/d3d8
Henri Verbeet 0739cae273 wined3d: Pass "reset_enum_callback" directly to wined3d_device_reset().
It would have been nice if we could do all of this inside wined3d, but we need
to determine what resources are in use by d3d8/d3d9, not wined3d. This is
mostly an issue for "implicit" resources like swapchain render targets and the
depth / stencil surface. The fact that we're having this problem probably
means we're doing it wrong. Since these implicit resources should only be
referenced by wined3d, we could probably just destroy and recreate the
swapchain, instead of the little updateSurfaceDesc() dance we currently do.
2011-07-25 21:25:01 +02:00
..
tests d3d8: Increment the reference count of the IDirect3D8 parent when creating a device. 2011-06-06 21:49:19 +02:00
buffer.c d3d8: COM cleanup for the IDirect3DVertexBuffer8 iface. 2011-07-08 14:45:14 +02:00
cubetexture.c d3d8: Implement IDirect3DCubeTexture8 private data handling on top of wined3d_resource. 2011-06-20 11:28:32 +02:00
d3d8_main.c wined3d: Make D3DRS_ZBIAS work. 2011-07-05 13:46:07 +02:00
d3d8_private.h d3d8: COM cleanup for the IDirect3DVertexBuffer8 iface. 2011-07-08 14:45:14 +02:00
d3d8.spec
device.c wined3d: Pass "reset_enum_callback" directly to wined3d_device_reset(). 2011-07-25 21:25:01 +02:00
directx.c d3d8: Increment the reference count of the IDirect3D8 parent when creating a device. 2011-06-06 21:49:19 +02:00
Makefile.in makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
shader.c wined3d: Remove COM from the device implementation. 2011-05-17 10:06:18 +02:00
surface.c d3d8: COM cleanup for the IDirect3DSurface8 iface. 2011-07-05 13:47:30 +02:00
swapchain.c wined3d: Remove COM from the device implementation. 2011-05-17 10:06:18 +02:00
texture.c d3d8: Implement IDirect3DTexture8 private data handling on top of wined3d_resource. 2011-06-20 11:28:36 +02:00
version.rc
vertexdeclaration.c d3d8: Stream indices are WORDs. 2011-05-18 16:42:08 +02:00
volume.c d3d8: Implement IDirect3DVolume8 private data handling on top of wined3d_resource. 2011-06-23 09:47:34 +02:00
volumetexture.c d3d8: Implement IDirect3DVolumeTexture8 private data handling on top of wined3d_resource. 2011-06-20 11:28:40 +02:00