Commit Graph

94856 Commits (1ce059d6929810b22aeb4e1177fac5afc58d93ef)
 

Author SHA1 Message Date
Dmitry Timoshkov 37f7e7ea0c kernel32: TerminateProcess unlike NtTerminateProcess is supposed to fail with process == 0. 2013-04-12 11:49:17 +02:00
Dmitry Timoshkov 521cf664d3 kernel32: Add a test for threads state when a process is being terminated. 2013-04-12 11:49:14 +02:00
Dmitry Timoshkov 54e2211db0 kernel32: Add a shared memory test. 2013-04-12 11:49:09 +02:00
Nikolay Sivov 872788356c oledb32: Implement DBTYPE_I4 -> DBTYPE_VARIANT conversion. 2013-04-11 19:32:33 +02:00
Nikolay Sivov 1d462aabea oledb32: Destination status and length are optional. 2013-04-11 19:32:33 +02:00
Piotr Caban 8985e968d4 winedump: Dump parameters default values in typelib. 2013-04-11 19:32:32 +02:00
Piotr Caban 06845a443e oleaut32: Use MSFT_VarFunc to store FUNCDESC. 2013-04-11 19:32:32 +02:00
Piotr Caban ea5dbbb0fb oleaut32: Use MSFT_VarRecord to store VARDESC. 2013-04-11 19:32:31 +02:00
Piotr Caban b0dcf32b85 oleaut32: Make typeinfo offsets table dynamic. 2013-04-11 19:32:31 +02:00
Piotr Caban 5e6016e2a7 oleaut32: Don't add stdole2 import when TYPEFLAG_FDISPATCHABLE is set. 2013-04-11 19:32:31 +02:00
Jonathan Liu ff27c49d3c d3dcompiler.h: Add function pointer typedefs. 2013-04-11 19:32:30 +02:00
Jonathan Liu 4936b8e5ec d3dcompiler.h: Fix typos. 2013-04-11 19:32:30 +02:00
Matteo Bruni 6118676c20 winex11.drv: Fix attributes conversion in wglCreateContextAttribsARB(). 2013-04-11 19:32:28 +02:00
Matteo Bruni 3e564b1e93 wined3d: Use 0 as GL internal format for WINED3DFMT_NULL. 2013-04-11 17:38:18 +02:00
Sergey Guralnik 80bc3838a7 extrac32: Avoid appending redundant backslash to path end. 2013-04-11 15:12:00 +02:00
Sergey Guralnik 7925c9b028 extrac32: Create directory for extracted file if need. 2013-04-11 15:11:57 +02:00
Erich Hoover 56c1a8b062 server: Report administrator ownership by default for registry objects. 2013-04-11 13:15:58 +02:00
Alexandre Julliard 62beef5a72 server: Add a helper function to compute an SID length. 2013-04-11 13:00:06 +02:00
Sam Edwards 33d31a3547 wined3d: Properly handle backbuffer_width/_height=0 in wined3d_device_reset. 2013-04-11 12:06:49 +02:00
Ken Thomases 2e226b9ad8 winemac: Don't order the window on-screen in -[WineWindow adjustWindowLevel]. 2013-04-11 12:06:41 +02:00
Alexandre Julliard d8c72febc8 kernel32: Make event/mutex/semaphore functions hotpatchable. 2013-04-10 23:54:08 +02:00
Francois Gouget cabbc4d983 wininet: Make urlcache_{entry_create,get_entry_info}() static. 2013-04-10 19:47:28 +02:00
Alexandre Julliard b3b498b5cc icinfo: Fix vsnprintfW usage. 2013-04-10 16:16:47 +02:00
Ken Thomases 71377c5652 libwine: Make [v]snprintW() always null-terminate the buffer, even if it's short. 2013-04-10 16:16:46 +02:00
Stefan Dösinger 822bcfdf74 wined3d: Remove the unused idx_data parameter from draw_primitive. 2013-04-10 16:16:44 +02:00
Matteo Bruni f6d2737e62 wined3d: Make the entire surface current after clearing a discarded depth buffer. 2013-04-10 15:46:49 +02:00
Matteo Bruni 50a91e11c6 wined3d: Update comment on top of format_texture_info[]. 2013-04-10 15:46:30 +02:00
Matteo Bruni 075fa6547c wined3d: Avoid redundant glDrawBuffer() calls. 2013-04-10 15:46:26 +02:00
Matteo Bruni 0d563a69dd wined3d: Fix typo, really check whether color fixups are supported. 2013-04-10 15:46:22 +02:00
Matteo Bruni a0c06a94aa wined3d: Reset all the dummy textures to 0 on destroy. 2013-04-10 15:46:18 +02:00
Matteo Bruni 46fa0448d9 wined3d: Remove useless glClearxxx calls. 2013-04-10 15:46:14 +02:00
Sergey Guralnik c7d2b1d5cc extrac32: Use own parser for command line. 2013-04-10 12:17:46 +02:00
Nikolay Sivov 69008be65d msdaps: Implement IRowsetNotify stub/proxy methods. 2013-04-10 11:43:37 +02:00
Matteo Bruni 3fd07694c4 d3dx9/tests: Don't use an arbitrary number in relative_error macro. 2013-04-10 11:43:27 +02:00
Matteo Bruni 7802ab15ce d3dx9/tests: Raise admitted error a bit in D3DXSHEvalSphericalLight tests. 2013-04-10 11:43:14 +02:00
Michael Stefaniuc f27358416c dplayx: Forward IDirectPlayLobby::Connect to ::ConnectEx. 2013-04-10 11:43:05 +02:00
Michael Stefaniuc 779cbdbe62 dplayx: Get rid of the useless IDirectPlayLobby{,2} vtables. 2013-04-10 11:43:01 +02:00
Michael Stefaniuc f65c6af3b4 dplayx/tests: Add DirectPlayLobby COM tests. 2013-04-10 11:42:46 +02:00
Michael Stefaniuc b669664c4c dplayx: Have the decency to support IUnknown in DirectPlayLobby. 2013-04-10 11:42:40 +02:00
Michael Stefaniuc dffc8fc5d1 dplayx: Remove the duplicated IDirectPlayLobby{2,3}Impl structs. 2013-04-10 11:42:34 +02:00
Michael Stefaniuc d73231575f dplayx: Get rid of the unused DirectPlayLobby{2,3}Data fields. 2013-04-10 11:42:26 +02:00
Alexandre Julliard 74f496d9bb ddraw: De-duplicate display modes even when returning the refresh rate. 2013-04-09 21:27:57 +02:00
Stefan Dösinger 6d06b7f5b8 d3d9/tests: Test special fp values in local constants.
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.
2013-04-09 16:33:50 +02:00
Stefan Dösinger 8c2874ee99 wined3d: Put local constants into the shader code in ARB shaders. 2013-04-09 16:33:31 +02:00
Stefan Dösinger 667f4225b5 wined3d: Put local constants into the shader code again.
This is essentially a revert of cd7825c893,
with proper precision.
2013-04-09 16:33:25 +02:00
Piotr Caban 3f7c07f560 oleaut32: Add support of VT_USERDEFINED arguments with default value in AddFuncDesc. 2013-04-09 15:26:14 +02:00
Piotr Caban fc456a3fea oleaut32: Add support for VARIANT arguments with default value in AddFuncDesc. 2013-04-09 15:26:12 +02:00
Piotr Caban cd9bbd64e8 oleaut32: Fixed setting oVft value in ITypeInfo2::GetFuncDesc. 2013-04-09 15:26:12 +02:00
Alexandre Julliard 3221338ca3 wineconsole: Fix a pointer cast warning. 2013-04-09 15:26:11 +02:00
Alexandre Julliard 24fe312783 cabarc: Avoid some redefinition warnings. 2013-04-09 15:26:11 +02:00