• Stefan Dösinger's avatar
    d3d9/tests: Extend the FPU setup test. · 28a9d632
    Stefan Dösinger authored
    Games created by GameMaker modify the FPU control word to enable
    division by zero exceptions. The game Risk of Rain, which is written
    with GameMaker, furthermore sets fogstart == fogend, which triggers an
    exception when the GL driver attempts to calculate 1 / (fogend -
    fogstart). This test adds some evidence that we are not supposed to
    temporarily restore the FPU CW if D3DCREATE_FPU_PRESERVE is used.
    28a9d632
Name
Last commit
Last update
..
tests Loading commit data...
Makefile.in Loading commit data...
buffer.c Loading commit data...
d3d9.spec Loading commit data...
d3d9_main.c Loading commit data...
d3d9_private.h Loading commit data...
device.c Loading commit data...
directx.c Loading commit data...
query.c Loading commit data...
shader.c Loading commit data...
stateblock.c Loading commit data...
surface.c Loading commit data...
swapchain.c Loading commit data...
texture.c Loading commit data...
version.rc Loading commit data...
vertexdeclaration.c Loading commit data...
volume.c Loading commit data...