Sweden-Number/dlls/d3d9/tests
Stefan Dösinger 28a9d6324a d3d9/tests: Extend the FPU setup test.
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.
2015-02-27 21:53:33 +09:00
..
Makefile.in d3d9/tests: Merge vertexdeclaration.c into device.c. 2014-05-02 14:08:42 +02:00
d3d9ex.c d3d9/tests: Test upload of user memory textures. 2015-02-20 22:53:19 +09:00
device.c d3d9/tests: Extend the FPU setup test. 2015-02-27 21:53:33 +09:00
stateblock.c d3d9/tests: Move some stateblock tests to device.c. 2014-03-13 20:22:02 +01:00
visual.c d3d9/tests: Move a Present out of the loops in fog_with_shader_test(). 2015-02-20 22:53:23 +09:00