Commit Graph

78906 Commits

Author SHA1 Message Date
Henri Verbeet 687c1c7358 d3d10core: Implement d3d10_vertex_shader_GetDevice(). 2014-02-13 17:52:14 +01:00
Henri Verbeet 539a579d54 d3d10core: Implement d3d10_shader_resource_view_GetDevice(). 2014-02-13 17:52:13 +01:00
Henri Verbeet 40686f48cb d3d10core: Implement d3d10_rendertarget_view_GetDevice(). 2014-02-13 17:52:13 +01:00
Henri Verbeet 01d435288f d3d10core: Implement d3d10_depthstencil_view_GetDevice(). 2014-02-13 17:52:13 +01:00
Henri Verbeet 82fc81b644 d3d10core: Implement d3d10_buffer_GetDevice(). 2014-02-13 17:52:13 +01:00
Henri Verbeet 6e3619c42b d3d10core: Implement d3d10_texture3d_GetDevice(). 2014-02-13 17:52:13 +01:00
Henri Verbeet 387f65baf8 d3d10core: Implement d3d10_texture2d_GetDevice(). 2014-02-13 17:52:13 +01:00
Henri Verbeet b22ee99fe9 d3d8/tests: Accept some broken results in test_scalar_instructions(). 2014-02-13 17:52:13 +01:00
Nikolay Sivov 91672c8453 comctl32/tests: Don't assert() on test failures. 2014-02-13 17:52:13 +01:00
Nikolay Sivov 7dc45ea585 shell32/tests: Fix a test failure on Win8. 2014-02-13 17:52:13 +01:00
Nikolay Sivov 2d80fb33ee msxml3: Implement addParameter() for XSLProcessor. 2014-02-13 10:44:32 +01:00
Bruno Jesus e5fba2d54c ws2_32: Add AI_NUMERICSERV support. 2014-02-13 10:43:58 +01:00
Andrey Gusev add85f4687 Assorted typos fixes. 2014-02-12 19:15:32 +01:00
Stefan Dösinger 2728e7b887 wined3d: Reject height scaled repacked np2 textures. 2014-02-12 19:15:32 +01:00
Stefan Dösinger 6583379077 wined3d: Don't use NP2 repacking for RECT textures. 2014-02-12 19:15:31 +01:00
Martin Storsjo fd21351947 wined3d: Fix the YV12 illustration. 2014-02-12 19:15:30 +01:00
Francois Gouget 5e7724808c ddraw/tests: Skip the primary palette tests if the 640x480x8 mode is not supported. 2014-02-12 19:15:29 +01:00
Piotr Caban 6ad441cd6b msvcrt: Return error on invalid handle in _open_osfhandle. 2014-02-12 19:15:28 +01:00
Jacek Caban 76ce1f1679 msxml3: Read stream data until Read fails or returns 0 bytes. 2014-02-12 19:15:27 +01:00
Francois Gouget 3e033bb130 shell32/tests: Skip any test that needs the .shlexec association if we could not create it. 2014-02-12 19:15:26 +01:00
Frédéric Delanoy a0c258460b ole32/tests: Use wine_dbgstr_guid for printing GUIDs. 2014-02-12 19:15:21 +01:00
Frédéric Delanoy 86e2f37ebc dsound/tests: Use wine_dbgstr_guid for printing GUIDs. 2014-02-12 19:15:20 +01:00
Henri Verbeet 28510c73c2 d3d10core: Implement ID3D10Multithread. 2014-02-12 19:15:19 +01:00
Jacek Caban 8b7c4e3b24 wmp: Added IConnectionPointContainer stub implementation. 2014-02-12 19:15:18 +01:00
Alistair Leslie-Hughes 2c6ce9a02f dpnet: Add DirectPlay8 registry keys. 2014-02-12 19:15:17 +01:00
Jactry Zeng 1841426616 riched20/tests: Add tests to check the content open by ITextDocument_fnOpen. 2014-02-12 19:15:17 +01:00
Jacek Caban 7dc605ae78 msxml3: Fixed qname leak.
Spotted by Hans Leidekker.
2014-02-12 19:15:16 +01:00
Francois Gouget c92f773a3d dpnet/tests: Add a trailing '\n' to an ok() call. 2014-02-12 19:15:15 +01:00
Francois Gouget 899cb20eb9 inetmib1/tests: Add a trailing '\n' to an ok() call. 2014-02-12 19:15:14 +01:00
Nikolay Sivov 0a20d46801 kernel32/tests: Fix some test failures in older XP/Win2k3 versions. 2014-02-12 19:15:13 +01:00
Nikolay Sivov ee518b5e36 kernel32/tests: Don't test last error when there's no failure. 2014-02-12 19:15:12 +01:00
Alexandre Julliard 7066ce0b1e kernel32: Set correct binary type for COM and PIF files. 2014-02-12 19:15:11 +01:00
Michael Stefaniuc 37e5d4c53c qedit/tests: COM tests for IEnumPins from SampleGrabber. 2014-02-12 19:15:10 +01:00
Michael Stefaniuc ec9d32adf8 qedit: Return the correct iface in IEnumPins_QueryInterface(). 2014-02-12 19:15:10 +01:00
Michael Stefaniuc bb08b9f463 qedit/tests: Expand the SampleGrabber COM tests. 2014-02-12 19:15:09 +01:00
Michael Stefaniuc e27adf2a8c qedit: IMemInputPin / IQualityControl are IPin stuff. 2014-02-12 19:15:08 +01:00
Frédéric Delanoy 5380596379 propsys/tests: Use common wine_dbgstr_guid implementation from test.h. 2014-02-12 19:15:07 +01:00
Frédéric Delanoy d3b0543c05 crypt32/tests: Use common wine_dbgstr_guid implementation from test.h. 2014-02-12 19:15:06 +01:00
André Hentschel 374b449fdd gdiplus/tests: Remove assertions in graphics tests. 2014-02-12 19:15:05 +01:00
Alexandre Julliard 241dd9ff23 ntdll: Fix printing formats for ARM registers. 2014-02-12 19:15:04 +01:00
Piotr Caban f4985e42b7 msvcrt/tests: Don't pass path containing spaces to _spawnvp. 2014-02-11 20:22:31 +01:00
Erich E. Hoover 68e3b18533 ddraw: Return the D3D identifier when GetDeviceIdentifier is called with no flags. 2014-02-11 20:22:30 +01:00
Erich E. Hoover 2cb3aeb7b9 ddraw: Return a DLL in szDriver for GetDeviceIdentifier. 2014-02-11 19:20:33 +01:00
Martin Storsjo 963c26b36f wined3d: Fix clamping in reading rectangular YV12 textures.
The lower bound for chroma components is size.y + 1/2, not
size.y - 1/2.
2014-02-11 19:20:08 +01:00
Alistair Leslie-Hughes d3b1407982 dpnet/tests: Add IDirectPlay8Peer_EnumHosts tests. 2014-02-11 19:19:15 +01:00
Alistair Leslie-Hughes 1500a8a937 dpnet/tests: Add DirectPlay8Server tests. 2014-02-11 19:19:15 +01:00
Bruno Jesus a7578c7ae7 bcrypt: Add semi-stub implementation of BCryptGenRandom. 2014-02-11 19:19:15 +01:00
Dmitry Timoshkov c47ba3a425 scrrun: Fix a file enumeration handle leak. 2014-02-11 19:19:15 +01:00
Dmitry Timoshkov 173233cfe3 scrrun: Move the counter check into the code block where counter is actually incremented. 2014-02-11 19:19:14 +01:00
Jacek Caban 07c3e134c8 wmp: Added IOleInPlaceObjectWindowless stub implementation. 2014-02-11 19:19:14 +01:00