Sweden-Number/dlls/d3d9
Rob Shearman a4b2a2c380 d3d9: Fix incorrect ordering of brackets in IDirect3DVertexShader9Impl_GetDevice.
The comparison should be (D3D_OK == hr && myDevice), not (D3D_OK == (hr && myDevice)).
(Found with PreFast.)
2008-09-30 10:20:22 -05:00
..
tests wined3d: Add a test for zenable=false, zwriteenable=false. 2008-09-11 11:43:42 +02:00
Makefile.in
basetexture.c
cubetexture.c
d3d9.spec
d3d9_main.c
d3d9_private.h
device.c d3d9: Fix type used to store return value in IDirect3DDevice9Impl_GetNPatchMode. 2008-09-15 13:23:30 +02:00
directx.c ddraw: Beware of the surface type when checking for format support. 2008-09-02 14:56:26 +02:00
indexbuffer.c
pixelshader.c
query.c
resource.c
stateblock.c
surface.c
swapchain.c
texture.c
version.rc
vertexbuffer.c
vertexdeclaration.c wined3d: Fix the texcoord size mask. 2008-08-26 12:07:41 +02:00
vertexshader.c d3d9: Fix incorrect ordering of brackets in IDirect3DVertexShader9Impl_GetDevice. 2008-09-30 10:20:22 -05:00
volume.c
volumetexture.c