• Stefan Dösinger's avatar
    d3d9/tests: Test special fp values in local constants. · 6d06b7f5
    Stefan Dösinger authored
    The HLSL compiler refuses to use NaN and +/-Inf values in pre-SM4
    shaders, claiming that those are unsupported in this shader model.
    However, vsa.exe happilly generates them, the required strings in the
    shader code are 1.#QNAN and 1.#INF. Native d3d9 happily loads such a
    shader.
    6d06b7f5
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...