Sweden-Number/dlls/ddraw
Alexander Dorofeyev cb5e06c944 ddraw: Implement FPU mode fixup in d3d7 device.
As documented in DirectX7 SDK, d3d7 devices set FPU mode (control word) on every 
call and restore it back to original state before returning, if created in 
DDSCL_FPUPRESERVE cooperative mode. This allows games to work with FPU in a 
possibly incompatible mode and avoid resetting it all the time.
2008-06-23 19:59:33 +02:00
..
tests ddraw: Reset the viewport data before each test. 2008-06-18 13:51:46 +02:00
Makefile.in makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
clipper.c
ddcomimpl.h
ddraw.c ddraw: Implement FPU mode fixup in d3d7 device. 2008-06-23 19:59:33 +02:00
ddraw.spec
ddraw_private.h ddraw: Implement FPU mode fixup in d3d7 device. 2008-06-23 19:59:33 +02:00
ddraw_thunks.c
device.c ddraw: Implement FPU mode fixup in d3d7 device. 2008-06-23 19:59:33 +02:00
direct3d.c ddraw: Implement FPU mode fixup in d3d7 device. 2008-06-23 19:59:33 +02:00
executebuffer.c ddraw: Indentation fix. 2008-05-07 12:24:04 +02:00
gamma.c
light.c ddraw: Spelling fixes. 2008-04-03 11:39:45 +02:00
main.c ddraw: Ensure to load wined3d before attempting to create a clipper. 2008-06-23 14:11:58 +02:00
material.c ddraw: DPRINTF -> TRACE. 2007-12-05 12:34:33 +01:00
palette.c ddraw: Spelling fixes. 2008-04-03 11:39:45 +02:00
parent.c
regsvr.c ddraw: Don't use typeof as it's not portable. 2008-02-27 14:52:24 +01:00
surface.c Assorted spelling fixes. 2008-05-06 16:10:20 +02:00
surface_thunks.c ddraw: Set surface to NULL on failure in GetAttachedSurface. 2008-04-03 11:30:30 +02:00
texture.c ddraw: Remove trailing spaces in Wine traces. 2008-05-30 10:01:11 +02:00
utils.c ddraw: Fix some Z buffer formats. 2008-03-27 11:10:20 +01:00
version.rc
vertexbuffer.c ddraw: Don't clear the return value anymore, we fill the fields anyway, also a test for the behaviour. 2008-03-25 12:50:33 +01:00
viewport.c ddraw: Temporarily activate viewport when clearing. 2008-04-11 13:04:34 +02:00