Sweden-Number/dlls/d3d9/tests
Stefan Dösinger cd011661e6 d3d9: Test psize_min vs psize_max vs psize behavior.
Add a test that checks what happens if D3DRS_POINTSIZE, D3DRS_POINTSIZE_MIN
and POINTSIZE_MAX have conflicting values. D3DRS_POINTSIZE_MAX trumps
D3DRS_POINTSIZE_MIN, and both MIN and MAX clamp the D3DRS_POINTSIZE value if it is
outside of their range.
2008-11-20 12:17:18 +01:00
..
Makefile.in d3d9: Don't depend on the dxerr9 static library in the tests. 2008-07-08 17:51:46 +02:00
d3d9ex.c d3d9: Convert source files to utf-8. 2008-10-18 19:19:23 +02:00
device.c d3d9: Don't ignore the GetCursorInfo() return value (LLVM/Clang). 2008-11-03 11:49:31 +01:00
query.c d3d9: Convert source files to utf-8. 2008-10-18 19:19:23 +02:00
shader.c d3d9: Avoid a not needed address-of operator. 2008-06-06 10:29:18 +02:00
stateblock.c d3d9/tests: Fix test for old gfx-card. 2008-10-13 12:03:43 +02:00
surface.c d3d9: Don't depend on the dxerr9 static library in the tests. 2008-07-08 17:51:46 +02:00
texture.c d3d9: Add a test for GetTexture with no texture set. 2008-11-04 11:41:20 +01:00
vertexdeclaration.c d3d: D3DDECLTYPE_UNUSED is not valid in vertex declarations. 2008-07-24 11:55:42 +02:00
visual.c d3d9: Test psize_min vs psize_max vs psize behavior. 2008-11-20 12:17:18 +01:00
volume.c d3d9: Avoid a not needed address-of operator. 2008-06-06 10:29:18 +02:00