Commit Graph

905 Commits

Author SHA1 Message Date
Sebastian Lackner
87b4b86756 patchinstall.sh: Switch to DESTDIR at the beginning, instead of for each patch individually. Various Improvements of the 'ebuild' backend. 2015-01-20 03:54:35 +01:00
Sebastian Lackner
93224a7bf4 Rebase wined3d-CSMT_Main patchset on top of upstream Wine, remove wined3d-Color_Key patchset (fixed upstream). 2015-01-20 03:44:15 +01:00
Sebastian Lackner
ffac1eec98 mshtml-sessionStorage: Remove patches (because of incompatibility with new Gecko version).
These patches have been disabled for quite some time now because of fundamental changes
in Gecko (see https://github.com/wine-compholio/wine-staging/issues/119). As there
wasn't any attempt to fix that yet, we will remove them (until a solution compatible
with the current version is found).
2015-01-19 08:49:21 +01:00
Sebastian Lackner
417adfe869 d3dx9_36-AnimationController: Update patch to fix style issues in include/d3dx9anim.h. 2015-01-19 00:33:06 +01:00
Sebastian Lackner
294abd9164 Added patch to implement stubs for D3DXCreateAnimationController interface. 2015-01-18 07:43:10 +01:00
Sebastian Lackner
56a8b5698c Mark various bugs as fixed, which are indirectly solved by other patchsets. Disable ntoskrnl-Irp_Status since it doesn't solve the issue completely. 2015-01-18 06:18:42 +01:00
Sebastian Lackner
3a77266255 wined3d-CSMT_Main: Rebase against current upstream git version. 2015-01-16 07:52:09 +01:00
Sebastian Lackner
8692907421 Rebase against upstream commit 79a0dece8b2a27979835076914a21f468515d8b6, remove several patches accepted upstream. 2015-01-16 05:06:37 +01:00
Sebastian Lackner
3e7445275a Added patch to fix init of LONGLONG variable with a negative value in TGA decoder. 2015-01-15 18:18:50 +01:00
Sebastian Lackner
603ba80d41 Automatically enable fallback method to apply patches when running from inside of a git subdirectory. 2015-01-15 06:51:54 +01:00
Sebastian Lackner
d50c673144 Several improvements to make nvcuvid (CUDA video decoding) better compatible with x86_64. 2015-01-15 02:21:19 +01:00
Michael Müller
60d18d4610 Add nvapi patch to stub NvAPI_D3D9_RegisterResource. 2015-01-14 22:55:10 +01:00
Michael Müller
93764fd3d4 Add more nvapi stub patches. 2015-01-14 22:24:14 +01:00
Sebastian Lackner
fce30bb8f1 Removed patch to fix handling of subdirectory in FtpFindFirstFile (accepted upstream). 2015-01-14 21:48:26 +01:00
Michael Müller
7c3eb20866 Add patch to stub IConnectionPoint. 2015-01-14 05:32:57 +01:00
Sebastian Lackner
322a32547f Synchronize CSMT patchset with https://github.com/stefand/wine. 2015-01-14 01:43:00 +01:00
Erich E. Hoover
b7ec4c3294 Update broken nVidia RandR detection with Henri's suggestions. 2015-01-13 14:59:19 -07:00
Sebastian Lackner
2e7eef2694 Removed patch to set last error on success in WSARecv (accepted upstream). 2015-01-13 22:21:26 +01:00
Sebastian Lackner
4d5f020d44 Add support for patchinstall.sh parameters '--no-patchlist' and '--no-autoconf'. 2015-01-13 07:54:16 +01:00
Sebastian Lackner
ce0a7a882b Added patch to avoid appending duplicate NULL character when importing keys with regedit. 2015-01-13 05:46:52 +01:00
Michael Müller
0d07d50b91 Add more nvapi stubs. 2015-01-13 03:16:33 +01:00
Sebastian Lackner
32d5e2d8e9 nvcuvid-CUDA_Video_Support: Avoid duplicate struct definition to stay compatible with ancient gcc compilers (CentOS 6). 2015-01-12 20:20:09 +01:00
Sebastian Lackner
e55bb43544 d3dx9_36-DXTn: Remove todo_wine for all fixed format conversions. 2015-01-12 19:34:20 +01:00
Sebastian Lackner
2c708426cc patchinstall.sh: Mention stg backend in help. 2015-01-12 19:29:22 +01:00
Sebastian Lackner
ecd57240d0 Added patch to implement support for DDS file format in D3DXSaveTextureToFileInMemory. 2015-01-12 19:10:13 +01:00
Sebastian Lackner
a6b41279d8 patchinstall.sh: Use abort on error instead of calling exit directly, mention epatch backend in help. 2015-01-12 13:17:03 +01:00
Sebastian Lackner
7d9c7855c2 Add support for Gentoo epatch backend to patchinstall.sh. 2015-01-12 13:10:19 +01:00
Sebastian Lackner
daf84945cb kernel32-Named_Pipe: When running on an older kernel, make sure that ntdll doesn't try to use message mode features. 2015-01-10 18:13:05 +01:00
Sebastian Lackner
a83a587270 patchinstall.sh: Use /bin/sh instead of bash. 2015-01-10 15:30:31 +01:00
Sebastian Lackner
595ac8afa2 wined3d-CSMT_Main: Fix warning in CSMT patchset, move fixes for uninitialized memory accesses into corresponding patches. 2015-01-10 07:35:17 +01:00
Sebastian Lackner
09ab82e9d0 ws2_32-WSARecv_Last_Error: Remove unnecessary tests, remove todo_wine where necessary. 2015-01-10 03:53:38 +01:00
Sebastian Lackner
87fd17de51 Update DXTn patches to better handle when libtxc_dxtn is missing or support is not compiled in. 2015-01-10 03:28:30 +01:00
Sebastian Lackner
ec40c1c8d0 nvapi-Stub_DLL: Build nvapi.dll only on 32-bit systems and nvapi64.dll only on 64-bit systems. 2015-01-10 00:22:00 +01:00
Sebastian Lackner
a0d5d4158b nvcuda-CUDA_Support: Rename function arguments in Unknown1 interface back to void*, we don't know enough about this internal interface yet. 2015-01-09 19:34:10 +01:00
Sebastian Lackner
e7782a24bf nvcuda-CUDA_Support: Replace a FIXME with a TRACE, its harmless now that ContextStorage is wrapped properly. 2015-01-09 08:05:29 +01:00
Sebastian Lackner
5c890acd8a nvcuda-CUDA_Support: Properly wrap undocumented 'ContextStorage' interface and add tests. 2015-01-09 07:58:31 +01:00
Sebastian Lackner
09dbde3104 nvcuda-CUDA_Support: Add additional patch for functions added in CUDA 6.5 2015-01-09 04:46:29 +01:00
Sebastian Lackner
e0a9d6cb9d nvcuda-CUDA_Support: Merge Unknown5 interface into main patch, move workaround into separate patch (to be removed later). 2015-01-09 03:47:45 +01:00
Sebastian Lackner
19d41e6139 winepulse-Pulseaudio_Support: Added missing files. 2015-01-08 18:41:18 +01:00
Sebastian Lackner
f2b6e399d4 Rebased winepulse-Pulseaudio_Support patches to latest version from http://repo.or.cz/w/wine/multimedia.git. 2015-01-08 18:34:58 +01:00
Sebastian Lackner
d4fa1d1816 patchinstall.sh: Implement 'stg' (stacked git) backend. 2015-01-08 15:41:25 +01:00
Sebastian Lackner
e01a0f00de patchinstall.sh: Rename 'git' backend to 'git-am', add 'git-apply' backend. 2015-01-08 14:59:00 +01:00
Sebastian Lackner
4f4df208a9 patchupdate.py: Fix issue when detecting dependencies, make wined3d-CSMT_Main depend on wined3d-Color_Key. 2015-01-08 02:12:38 +01:00
Michael Müller
62d458238d Clean up nvapi patches and add NvAPI_GetPhysicalGPUsFromLogicalGPU. 2015-01-08 01:09:51 +01:00
Sebastian Lackner
f80d76f069 Merge branch 'master' of github.com:wine-compholio/wine-staging 2015-01-08 00:40:58 +01:00
Sebastian Lackner
cb475f78f9 Added patch to fix color key regression causing pink rectangles around text. 2015-01-08 00:38:19 +01:00
Michael Müller
0868bcbade Update existing nvapi patch and add new stubs. 2015-01-07 23:31:32 +01:00
Sebastian Lackner
ac1ffc70f8 patchupdate.py: Improve code-generation for dependency resolver. 2015-01-07 23:08:07 +01:00
Sebastian Lackner
fe43f3ddc6 Added patch to implement support for CUDA GPU video decoding. 2015-01-07 22:37:15 +01:00
Erich E. Hoover
3f85f1763b Actually add patch for previous commit... 2015-01-07 11:17:26 -07:00
Erich E. Hoover
1fe2ba1ddc Added patch for WSARecv to call SetLastError on success. 2015-01-07 10:50:48 -07:00
Sebastian Lackner
673cb4f847 Added patch to fix NULL dereference in ICSeqCompressFrameStart. 2015-01-07 10:51:59 +01:00
Sebastian Lackner
2e6bd2290e nvapi-Stub_DLL: Remove unnecessary DLL_WINE_PREATTACH check. 2015-01-07 10:40:48 +01:00
Sebastian Lackner
1f5939c74a nvcuda-CUDA_Support: Fix typos. 2015-01-07 10:36:35 +01:00
Sebastian Lackner
63509658f4 Merge branch 'master' of github.com:wine-compholio/wine-staging 2015-01-07 10:07:50 +01:00
Sebastian Lackner
9fb3f40824 Huge rewrite of patchupdate.py, use script based method to apply patches, deprecation of Makefile based method. 2015-01-07 10:02:38 +01:00
Michael Müller
41728a6faf Added patch for nvapi stubs (required for GPU PhysX support). 2015-01-06 15:12:34 +01:00
Erich E. Hoover
5f3631c6be Removed patches accepted upstream and rebase. 2015-01-05 19:25:58 -07:00
Erich E. Hoover
ad5dcc9752 Fix issue with invalid handles being incorrect when a new process is created. 2015-01-04 23:40:46 -07:00
Erich E. Hoover
abdef6b13c Remove patch for creating handles for new consoles. 2015-01-04 11:47:29 -07:00
Sebastian Lackner
205001dab8 d3dx9_36-DrawText: Added patch to fix horizontal centering. 2015-01-04 19:32:27 +01:00
Erich E. Hoover
1ba1541771 Replace new console handle patch with a version that does not inherit the handles from the parent. 2015-01-04 09:33:16 -07:00
Erich E. Hoover
ef6a3db00f Fix mistaken removal of trace variable in NeedCurrentDirectoryForExePath patch. 2015-01-04 09:18:01 -07:00
Erich E. Hoover
d8cde81519 Added patch to creating handles for new consoles when a new process is created. 2015-01-04 00:08:23 -07:00
Erich E. Hoover
a5ec351f6e Added patch for CreateProcess to prioritize the working directory over the system search path. 2015-01-03 22:32:32 -07:00
Sebastian Lackner
4c95b9d483 Fix issue in ws2_32-WriteWatches patch which can cause exceptions on the signal stack. 2015-01-03 21:32:47 +01:00
Sebastian Lackner
90c12baba2 nvcuda-CUDA_Support: Add minimalistic cuda.h directly to wine to avoid dependency, split patchset. 2015-01-03 03:53:04 +01:00
Michael Müller
d3262def33 Add nvcuda patch for two d3d9 init functions. 2015-01-03 00:36:12 +01:00
Erich E. Hoover
63a6c00152 Added patch with stubs for WinSqm[Start|End]Session. 2015-01-02 14:28:56 -07:00
Sebastian Lackner
aa13fb8472 nvcuda-CUDA_Support: Added patch for Unknown5 internal CUDA interface. 2015-01-02 22:00:32 +01:00
Sebastian Lackner
21ab9dc521 Release lock while calling TLS callbacks, use refcount to allow releasing an active callback. 2015-01-02 03:46:33 +01:00
Sebastian Lackner
40e8ab0c08 Added patches for D3DXComputeNormals and D3DXComputeNormalMap. 2015-01-02 03:32:58 +01:00
Michael Müller
e09be4fd77 Added first nvcuda implementation. 2015-01-01 22:38:59 +01:00
Sebastian Lackner
9f43cabb0a Added patch to fix parameters for ConvertToIndexedBlendedMesh stub. 2015-01-01 16:42:23 +01:00
Sebastian Lackner
b5e303e711 Removed patch to reallocate buffer when adding records to AVI files (fixed upstream). 2014-12-31 23:45:20 +01:00
Sebastian Lackner
706ff96060 d3dx9_36-DrawText: Fix condition when stripping NULL chars at the end of buffer. 2014-12-31 00:54:52 +01:00
Sebastian Lackner
6294cf99ff Merge branch 'master' of github.com:wine-compholio/wine-staging 2014-12-30 21:03:14 +01:00
Sebastian Lackner
0ad98f7460 Added patch for ID3DXFont::DrawTextA/W support. 2014-12-30 21:00:02 +01:00
Erich E. Hoover
b22ef7765c Rebase dsound-Fast_Mixer patch against latest upstream. 2014-12-29 21:40:24 -07:00
Sebastian Lackner
2fce7d906c Merge branch 'maharmstone-master' 2014-12-30 03:23:35 +01:00
Sebastian Lackner
44abde0a0d Removed several patches (accepted upstream), disable dsound-Fast_Mixer until rebased. 2014-12-30 01:32:56 +01:00
Mark Harmstone
e103c8cb4a added patch to expose PKEY_AudioEndpoint_PhysicalSpeakers for Pulse 2014-12-29 22:05:03 +00:00
Sebastian Lackner
ca871ef7fd kernel32-Named_Pipe: Fix compilation issue on FreeBSD. 2014-12-29 18:48:39 +01:00
Sebastian Lackner
bbd04d95a2 Added patch to fix access violation when calling GetStringTypeW with NULL src. 2014-12-27 23:08:41 +01:00
Sebastian Lackner
1944c4b4e8 Added patch to avoid calling IDirect3DDevice7_DrawIndexedPrimitive if there is no primitive. 2014-12-27 18:56:01 +01:00
Sebastian Lackner
913f7f2af2 Add note that named pipe message mode support is only fully implemented on Linux. 2014-12-27 18:25:51 +01:00
Sebastian Lackner
9c6e895b0b Added patch to add support for named pipe message mode. 2014-12-27 17:33:55 +01:00
Sebastian Lackner
1f74cc531e wininet-encoding: Fix whitespace issue. 2014-12-27 14:35:38 +01:00
Sebastian Lackner
05fd4e7f64 Removed patch for IoCsqInitialize (accepted upstream). 2014-12-24 22:09:07 +01:00
Sebastian Lackner
74e480d41e Merge branch 'master' of github.com:wine-compholio/wine-staging 2014-12-23 23:08:31 +01:00
Sebastian Lackner
b6a21b238f Removed several patches (accepted upstream). 2014-12-23 23:07:04 +01:00
Erich E. Hoover
9b064a2d9b Add bug number for IOCTL_DVD_READ_STRUCTURE problem. 2014-12-23 11:20:17 -07:00
Sebastian Lackner
981ea8facf Removed patch for wine64 support on FreeBSD (accepted upstream). 2014-12-23 16:02:22 +01:00
Sebastian Lackner
a934f08991 Added patch to fix invalid usage of RegOpenKeyExW in msdmo. 2014-12-23 07:23:35 +01:00
Sebastian Lackner
ce701fe0df Added patch to try harder to get the host name address in getaddrinfo(). 2014-12-23 07:12:43 +01:00
Sebastian Lackner
91e07b125f Merge branch 'master' of github.com:wine-compholio/wine-staging 2014-12-23 06:36:07 +01:00
Sebastian Lackner
2ec8a387a0 Added patch to use actual program name if available to describe PulseAudio streams. 2014-12-23 06:33:31 +01:00
Erich E. Hoover
b594ebe2e7 Added patch to expect the correct buffer size for different IOCTL_DVD_READ_STRUCTURE requests. 2014-12-22 20:36:56 -07:00
Sebastian Lackner
4f213843ac Added patch for support of SLGetWindowsInformationDWORD. 2014-12-22 20:35:58 +01:00
Mark Harmstone
cdcb0f8b99 Added patch to extract program name to describe PulseAudio streams 2014-12-21 23:55:31 +00:00
Sebastian Lackner
9e0670934a winepulse-PulseAudio_Support: Merge last patch into corresponding commits. 2014-12-21 05:34:21 +01:00
Michael Müller
f85f8cf234 Add another entry to list of fixed bugs for gdi32-MultiMonitor. 2014-12-21 01:37:42 +01:00
Michael Müller
7bad59bbdd Provide font licenses as seperate files. 2014-12-20 23:17:47 +01:00
Sebastian Lackner
030275f110 Added test for RtlIpv4StringToAddressExA. 2014-12-20 20:13:49 +01:00
Sebastian Lackner
0d1d699881 Added patch with stub for D3DXIntersect. 2014-12-20 17:13:13 +01:00
Sebastian Lackner
a59b542fd6 Added patch with stub for D3DXComputeTangentFrameEx. 2014-12-20 17:02:35 +01:00
Sebastian Lackner
aeedb30ca0 Removed patch for stub of ntdll.RtlSetHeapInformation (accepted upstream), rebased wininet patch. 2014-12-19 23:39:35 +01:00
Michael Müller
9efe53b3f5 Added patch for ID3DXEffect::FindNextValidTechnique. 2014-12-19 22:40:48 +01:00
Michael Müller
3d8a3c0e69 Added patch for IDXGIOutput::GetDesc. 2014-12-19 21:35:01 +01:00
Sebastian Lackner
c6eae9c6a3 Merge branch 'master' of github.com:wine-compholio/wine-staging 2014-12-19 14:53:04 +01:00
Sebastian Lackner
135f617b33 Fix issue in user32-WndProc patch which caused crashes for some 16-bit apps. 2014-12-19 14:38:16 +01:00
Erich E. Hoover
72b64cb4f2 Update DOS Attributes patches to use ENOSYS and 'turn hexattr up to 11'. 2014-12-18 15:50:39 -07:00
Sebastian Lackner
f6749f92de Added patch for stub of ntdll.RtlSetHeapInformation. 2014-12-18 23:26:56 +01:00
Sebastian Lackner
d2c32c103a Merge branch 'master' of github.com:wine-compholio/wine-staging 2014-12-18 22:44:36 +01:00
Sebastian Lackner
777d431d9a Removed patch to export SHILCreateFromPath by name (accepted upstream). 2014-12-18 22:44:10 +01:00
Erich E. Hoover
2777cce402 Remove DOS Attribute dependency from Junction Point patchset (dependent patch accepted upstream). 2014-12-18 13:07:38 -07:00
Sebastian Lackner
3fe922b5f5 Added test for server-Unexpected_Wakeup patch. 2014-12-18 18:44:41 +01:00
Sebastian Lackner
2912921b94 Added patch to ensure X11 input events are handled even without explicit message loop. 2014-12-18 01:17:09 +01:00
Sebastian Lackner
7dac73a69b Partially removed patches for ntdll DOS attributes (accepted upstream). 2014-12-18 00:13:20 +01:00
Sebastian Lackner
12af26a582 Avoid duplicate wined3d specfile by adding PARENTSPEC Makefile argument. 2014-12-17 04:27:10 +01:00
Sebastian Lackner
565f1e2e53 Removed several patches (accepted upstream). 2014-12-16 22:22:31 +01:00
Sebastian Lackner
b0ab8b3913 Added patch to return proper charcount for GetLocaleInfo with LOCALE_IFIRSTDAYOFWEEK. 2014-12-16 04:12:24 +01:00
Sebastian Lackner
1de37be8c1 wininet-FtpFindFirstFile: Replace HeapFree with heap_free.
... which is the same, but makes the coding style look more similar to existing code.
2014-12-16 02:41:20 +01:00
Sebastian Lackner
71a0838ac3 Added patch to fix handling of subdirectory in FtpFindFirstFile. 2014-12-16 01:49:58 +01:00
Sebastian Lackner
8765c50218 Removed several patches (accepted upstream). 2014-12-15 22:50:30 +01:00
Sebastian Lackner
346417b032 ntdll-DOS_Attributes: Replace '==' with '=' in configure.ac to be compatible with alternative shells. 2014-12-15 14:32:00 +01:00
Sebastian Lackner
d9dc8f76ba wined3d-CSMT_Helper: Remove autogenerated changes from 'configure'. 2014-12-15 00:12:40 +01:00
Sebastian Lackner
0201a48e29 wined3d-CSMT_Helper: Fix error in spec file. 2014-12-14 22:14:05 +01:00
Sebastian Lackner
0f0f8d3d6f Added patch to add winecfg Staging tab. 2014-12-14 21:55:51 +01:00
Sebastian Lackner
2971d1f90b Added patch to enable second version of wined3d with STAGING_CSMT enabled. 2014-12-14 21:45:45 +01:00
Sebastian Lackner
5c6cef5ac8 Added patches for CSMT support (not enabled yet). 2014-12-14 20:24:48 +01:00
Michael Müller
60f7d52725 Added patch to implement support for loader dll redirections. 2014-12-13 05:38:40 +01:00
Sebastian Lackner
f474c5783f Add definition file for bug 37701 (mfplat.MFStartup and MFShutdown stubs). 2014-12-12 06:15:47 +01:00
Sebastian Lackner
c466779d90 Added patch to reallocate buffer when adding records to AVI files. 2014-12-12 05:53:08 +01:00
Sebastian Lackner
825711fcc7 Added patch to provide named entry point shell32.SHILCreateFromPath for vista apps. 2014-12-12 05:25:48 +01:00
Sebastian Lackner
47a163dcef Added patch to ignore unsupported flags for CoInternetSetFeatureEnabled. 2014-12-12 05:18:45 +01:00
Sebastian Lackner
fc24ba3f65 Added patch to fix return value of ScrollWindowEx for invisible windows. 2014-12-12 05:08:15 +01:00
Sebastian Lackner
824469b329 Added patch for additional tests of CoWaitForMultipleHandles with WM_QUIT. 2014-12-12 04:43:59 +01:00
Sebastian Lackner
5db9d0a105 Add missing files. 2014-12-12 04:35:46 +01:00
Sebastian Lackner
88e30c29c4 Added patch to implement stubs for MFStartup and MFShutdown. 2014-12-12 01:02:40 +01:00
Sebastian Lackner
50db62e9f4 d3dx9_36-DXTn: Fix build failure.
The fix in 78156b2 was incomplete, the build now fails with "config.h must be included before anything else".
2014-12-11 04:44:51 +01:00
Erich E. Hoover
78156b24d4 Add missing include to d3dx9 DXTn patch. 2014-12-10 18:51:06 -07:00
Erich E. Hoover
2a4af68e93 Add missing dependency for proper junction point support (when cherry-picking patches). 2014-12-10 18:21:47 -07:00
Erich E. Hoover
5bb17cb9ed Fix a bug in determining the type of delete operation for junction points. 2014-12-10 18:19:11 -07:00
Erich E. Hoover
7ba4197cbe Update DXTn patch against upstream changes. 2014-12-10 18:11:48 -07:00
Erich E. Hoover
26f47c8dd8 Remove part of combase HSTRING (accepted upstream). 2014-12-10 18:08:02 -07:00
Sebastian Lackner
ca389f162a Merge with master. 2014-12-09 22:53:38 +01:00
Sebastian Lackner
150dc70e53 Added patch for combase HSTRING objects. 2014-12-09 22:48:02 +01:00
Michael Müller
8369b0ce86 Added patch to allow Accept-Encoding for HTTP/1.0 in wininet. 2014-12-08 03:02:18 +01:00
Sebastian Lackner
ec9701cec2 Added patch to implement shlwapi.StrCatChainW. 2014-12-07 23:23:22 +01:00
Sebastian Lackner
0feae4d437 Added patch to replace busyloop with condition variable in winepulse patchset. 2014-12-06 01:28:17 +01:00
Sebastian Lackner
f8befaf7fa Merge pull request #211 (Added patch to implement support for GetPropValue to PulseAudio backend.) 2014-12-06 01:11:01 +01:00
Mark Harmstone
ca0d3d1dca Added patch to implement GetPropValue function in winepulse 2014-12-05 15:54:37 +00:00
Sebastian Lackner
7bcb2e7adb Removed several patches (accepted upstream). 2014-12-04 23:12:37 +01:00
Sebastian Lackner
2f2045c5c8 Merge pull request #210 (Added patch to fix possible segfault in pulse_rd_loop of PulseAudio backend.) 2014-12-04 22:19:55 +01:00
Mark Harmstone
526c93c453 Added patch to fix winepulse segfault 2014-12-04 20:35:53 +00:00
Sebastian Lackner
e39c803fac Added patch to set last error when GetRawInputDeviceList fails. 2014-12-04 15:00:08 +01:00
Sebastian Lackner
00872dd69c Removed more api-ms-win-core-* stub patches (fixed upstream). 2014-12-03 23:47:54 +01:00
Sebastian Lackner
fb6a771a44 Remove various patches (accepted upstream), rebase some patches. 2014-12-02 21:24:57 +01:00
Sebastian Lackner
f317ba0b0c Removed patch to fix copy and paste errors in ws2_32 tests (accepted upstream). 2014-12-01 22:04:19 +01:00
Sebastian Lackner
c67647eb73 Added new version of patch to fix condition mask handling in RtlVerifyVersionInfo. 2014-12-01 11:39:29 +01:00
Sebastian Lackner
5420552434 Remove incorrect patch for RtlVerifyVersionInfo, add tests for VerifyVersionInfo. 2014-11-30 22:33:59 +01:00
Sebastian Lackner
748696d2bd Added patch to fix condition handling in RtlVerifyVersionInfo. 2014-11-30 18:20:45 +01:00
Sebastian Lackner
d7a1c87111 Added patch to fix possible invalid memory access in wordpad. 2014-11-30 03:28:18 +01:00
Sebastian Lackner
2e2178f595 Added patch to fix passing of unicode environment from msvcrt to CreateProcessW. 2014-11-30 03:11:04 +01:00
Sebastian Lackner
90bd4d997c Added patch to fix handling of empty section and key name for profile files. 2014-11-30 02:39:37 +01:00
Sebastian Lackner
557a9e9899 Added patch to fix ordering of IP addresses by metric if two addresses have the same metric. 2014-11-30 00:20:58 +01:00
Sebastian Lackner
50794f220a Added patch to implement semi-stub for psapi/kernel32 K32EnumProcessModulesEx. 2014-11-29 23:04:33 +01:00
Sebastian Lackner
bb57db5f98 Added patch to change winedbg bug reporting URL to bugs.wine-staging.com. 2014-11-29 21:08:08 +01:00
Sebastian Lackner
4afa857aee Added patchset to fix copy and paste errors and ugly coding style in recently committed ws32 patch. 2014-11-29 11:30:04 +01:00
Sebastian Lackner
db0fd400e4 patchupdate.py: Various speed optimizations and improvements, removed several patches (accepted upstream). 2014-11-29 09:18:17 +01:00
Michael Müller
e6d0cbe554 Remove old patches from api-ms-win-core-Stubs. 2014-11-26 22:06:56 +01:00
Michael Müller
c17a70e03f api-ms-win-core-Stubs: Add even more stubs and add missing exports. 2014-11-26 21:57:11 +01:00
Michael Müller
9d92d67b75 Added patch to implement stubs for additional api-ms-win-core-* dlls. 2014-11-26 20:47:57 +01:00
Sebastian Lackner
7f503dd5f1 Update several patches and include changes from tools/make_specfiles and tools/make_makefiles. 2014-11-26 18:30:43 +01:00
Michael Müller
81ffd32566 Add DXT1 to B4G4R4A4, DXT1 to B5G5R5A1 and DXT3 to B4G4R4A4 conversion patch. 2014-11-26 14:30:52 +01:00
Sebastian Lackner
432cb9a889 ntoskrnl-Emulator: Some small style fixes. 2014-11-26 12:37:05 +01:00
Sebastian Lackner
dd4efb315a ntoskrnl-Emulator: Move logic for user shared data into separate patchset. 2014-11-26 11:02:03 +01:00
Sebastian Lackner
1979f90644 ntdll-FD_Cache: Update patch to use more efficient functions on x86_64 systems. 2014-11-26 09:13:27 +01:00
Sebastian Lackner
3a7d42fd2c Added patch to ensure wintrust resets data->pWintrustData->u.pFile->hFile after closing handle. 2014-11-25 21:29:26 +01:00
Sebastian Lackner
bb565dbad1 Added patch to fix issues with dragging layers between images in Adobe Photoshop 7.0. 2014-11-25 20:41:19 +01:00
Sebastian Lackner
e4caae5b65 Added patch to avoid sending unexpected wakeup with uninitialized cookie value. 2014-11-25 20:20:55 +01:00
Sebastian Lackner
c2bceff255 Add missing file. 2014-11-23 22:57:58 +01:00
Sebastian Lackner
2741db55bd Added patch to automatically detect if tests are running under Wine. 2014-11-23 22:52:48 +01:00
Sebastian Lackner
3b946491da Added patch to avoid failure because of missing ptrace support for Exagear. 2014-11-23 22:35:30 +01:00
Sebastian Lackner
0301a239d6 patchupdate.py: Fix escaping of some special characters. 2014-11-23 19:45:14 +01:00
Sebastian Lackner
7c3d480e56 Added patch to fix issues with write watches when using Exagear. 2014-11-22 05:52:24 +01:00
Sebastian Lackner
50b6b69053 Added patch to avoid race-conditions of async WSARecv() operations with write watches. 2014-11-22 01:52:41 +01:00
Sebastian Lackner
cc1292a1ac Removed several patches (accepted upstream). 2014-11-21 17:00:52 +01:00
Sebastian Lackner
3741c4fe33 Added patch to ensure ShowWindow avoids interthread no-op messages. 2014-11-21 07:30:26 +01:00
Sebastian Lackner
744f67198c Added patch to take abs() of vertex z coordinate as FFP fog coordinate. 2014-11-21 06:42:40 +01:00
Sebastian Lackner
3d68d500d9 ws2_32-Connect_Time: Update patch with latest attempt. 2014-11-20 22:48:23 +01:00
Sebastian Lackner
2bdc19de1a server-CreateProcess_ACLs: Rebase for latest git changes. 2014-11-20 22:47:35 +01:00
Sebastian Lackner
6a390b6b9a Merge pull request #186 (Added patch to implement exclusive mode in PulseAudio backend). 2014-11-20 07:45:43 +01:00
Mark Harmstone
41293aeb8d Added patch to implement exclusive mode in PulseAudio backend 2014-11-18 18:54:35 +00:00
Sebastian Lackner
26b52cdc49 Removed patches to avoid sending messages in FindWindowExW (accepted upstream). 2014-11-18 19:50:19 +01:00
Sebastian Lackner
d31c55702c Removed several patches (accepted upstream). 2014-11-17 15:17:34 +01:00
Sebastian Lackner
54b4500a85 Added patch to ensure dbghelp always checks for debug symbols in BINDIR. 2014-11-15 20:24:21 +01:00
Sebastian Lackner
7e72d7770d Added patch to workaround bugs in CompareStringW (triggered by Adobe Flash). 2014-11-15 15:02:16 +01:00
Sebastian Lackner
73da458bc5 patchutils.py: Another small fix to prefer the longest matching version string. 2014-11-15 13:13:05 +01:00
Sebastian Lackner
e12216c644 patchutils.py: Fix a bug in parsing version numbers, make parser less strict in some cases. 2014-11-15 12:53:30 +01:00
Sebastian Lackner
2ec0d480e3 Added patch to avoid failing in d3dx9_mesh_OptimizeInplace because of unimplemented vertex reordering. 2014-11-15 12:30:18 +01:00
Sebastian Lackner
7a419c031a Make definition files optional, move revision numbers to corresponding .patch files. 2014-11-15 10:33:43 +01:00
Sebastian Lackner
723bc23e50 patchupdate.py: Extract revision information directly from patch subject. 2014-11-15 10:01:12 +01:00
Sebastian Lackner
dc05c7f163 patchupdate.py: Change output format of 'wine --patches' to match the wine ANNOUNCE file. 2014-11-15 08:31:56 +01:00
Sebastian Lackner
972842c50e patchupdate.py: Use author information from patch files instead of definition file. 2014-11-15 06:35:26 +01:00
Sebastian Lackner
f9c1ebaa12 mshtml-sessionStorage: Remove message from README.md because the patch is currently disabled. 2014-11-15 02:31:35 +01:00
Sebastian Lackner
2789fdcece Added patch to close server fd if there is no space in thread inflight fd list. 2014-11-15 02:19:13 +01:00
Sebastian Lackner
1637f56db9 Removed several patches (accepeted upstream). 2014-11-14 11:17:24 +01:00
Sebastian Lackner
c501f9328f Added patch to fix implementation of K32GetPerformanceInfo. 2014-11-13 23:15:15 +01:00
Sebastian Lackner
917b9ce280 Removed patch for vectored continue handler stubs (accepted upstream). 2014-11-13 16:26:33 +01:00
Sebastian Lackner
82d94a776d Added patch to fix handling of invert_y in DrawTextExW. 2014-11-13 06:49:12 +01:00
Sebastian Lackner
75c5402c30 Exagear: Fix typo in patch to emulate SIDT. 2014-11-13 01:34:48 +01:00
Sebastian Lackner
a9b0616fc8 user32-FindWindowEx: Mark bug 27282 as fixed. 2014-11-12 18:04:49 +01:00
Sebastian Lackner
ed7e1530b5 Rebase patches for WS_SO_CONNECT_TIME. 2014-11-12 17:59:01 +01:00
Sebastian Lackner
693e4d185b Added patch to avoid sending window messages in FindWindowExW. 2014-11-12 07:55:50 +01:00
Sebastian Lackner
3a5f2b6be0 Added patch to avoid crashing when broken app tries to release surface although refcount is zero. 2014-11-11 22:36:19 +01:00
Sebastian Lackner
7641fa58b9 Removed patches for D3DXCreatePolygon (accepted upstream), rebased imm32-Cross_Thread_Access patches. 2014-11-11 18:36:12 +01:00
Sebastian Lackner
4b062e3f22 Added patch to return more context attributes in schan_InitializeSecurityContextW. 2014-11-11 08:55:07 +01:00
Sebastian Lackner
de353ee024 Exagear: Fix spelling error in subject of patch. 2014-11-11 08:06:52 +01:00
Sebastian Lackner
513952a066 Added patch to implement emulation SIDT instruction when using Exagear. 2014-11-11 03:28:23 +01:00
Sebastian Lackner
78784bf5d3 Added patch to initialize irp.Tail.Overlay.OriginalFileObject with stub file object. 2014-11-10 23:51:34 +01:00
Sebastian Lackner
f5cb09e9a4 ntoskrnl-Emulator: Add additional patch to emulate access to KI_USER_SHARED_DATA kernel page on x86_64. 2014-11-10 22:01:27 +01:00
Sebastian Lackner
c9da32b6b0 d3dx9_36-CreatePolygon: Update to latest version submitted to winehq (minor style fixes). 2014-11-10 19:59:44 +01:00
Sebastian Lackner
5eae92bf33 Added patch to emulate 'mov Eb, Gb' instruction on x86 processor architecture. 2014-11-10 07:36:40 +01:00
Sebastian Lackner
c3920efc17 Added patch to fix crash of winedevice when relocation entry crosses page boundary. 2014-11-10 04:09:18 +01:00
Michael Müller
475485ce5b Added patch to fix crash in atof and strtod when passing NULL as string. 2014-11-08 22:56:49 +01:00
Sebastian Lackner
d7bdce7fb6 Added patch to allow NULL pointer for optional arguments of D3DXIntersectTri. 2014-11-08 19:38:13 +01:00
Sebastian Lackner
e5b7f0c052 Added patch to fix wglDescribePixelFormat when NULL is passed as pixel format descriptor. 2014-11-08 11:35:23 +01:00
Sebastian Lackner
03554ec52b ntdll-Vectored_Continue_Handler: Fix wrong prototype for RtlRemoveVectoredContinueHandler function. 2014-11-08 07:26:00 +01:00
Sebastian Lackner
b0f0338a95 Added patch with vectored continue handler functions. 2014-11-08 07:20:27 +01:00
Sebastian Lackner
90d7c40949 Added patch with stub for IoCsqInitialize. 2014-11-08 06:14:33 +01:00
Sebastian Lackner
1aa8b412df Added patch to align texture dimensions to block size for compressed textures. 2014-11-07 14:19:10 +01:00
Sebastian Lackner
1ec6f34853 Partially removed kernel32-UTF7_Support patches (accepted upstream). 2014-11-07 14:12:27 +01:00
Sebastian Lackner
c213417376 Added patch to return correct values in GetThreadTimes function for all threads. 2014-11-07 03:34:58 +01:00
Sebastian Lackner
393eed4e68 d3dx9_36-DXTn: Don't mark bug 28851 as fixed because it still crashes. 2014-11-07 00:03:35 +01:00
Sebastian Lackner
a05b7dc368 Remove several patches (accepted upstream). 2014-11-06 18:17:40 +01:00
Sebastian Lackner
8d9d2558c9 Added patch to implement DXTn support for d3dx9_36. 2014-11-06 11:08:00 +01:00
Sebastian Lackner
f6dd7940f0 ntdll-Fix_Alignment: Use DECLSPEC_ALIGN instead of __attribute__((aligned(..))). 2014-11-06 03:18:26 +01:00
Sebastian Lackner
14ae97f5a2 kernel32-GetSystemTimes: Fix invalid value passed to NtQuerySystemInformation. 2014-11-06 03:16:36 +01:00
Sebastian Lackner
677a246d22 Several minor style fixes. 2014-11-06 03:08:11 +01:00
Sebastian Lackner
6cc9038091 ole32-CoWaitForMultipleHandles: Add additional test to confirm correct behaviour of MsgWaitForMultipleObjectsEx. 2014-11-06 00:16:47 +01:00
Michael Müller
653547070d Fix missing spec file change in last commit. 2014-11-05 05:20:23 +01:00
Michael Müller
fdd2f4a7f3 Add patch for KeSetSystemAffinityThread stub. 2014-11-05 05:14:07 +01:00
Sebastian Lackner
1c01fe44d7 Added patch to prevent processing message events for CoWaitForMultipleHandles when APC calls are queued. 2014-11-05 00:54:45 +01:00
Sebastian Lackner
2c0583d002 Added patch with stub for NtSetLdtEntries/ZwSetLdtEntries. 2014-11-04 21:09:40 +01:00
Sebastian Lackner
a691cec6e7 Remove several patches (accepted/fixed upstream). 2014-11-04 17:11:34 +01:00
Sebastian Lackner
92fc5f6141 Merge branch 'master' of github.com:wine-compholio/wine-staging 2014-11-04 06:05:38 +01:00
Sebastian Lackner
d260e9e7c4 d3dx9_36-CreatePolygon: Updated with feedback from Matteo Bruni. 2014-11-04 06:04:41 +01:00
Mark Harmstone
305af53597 winepulse: expose individual audio devices directly 2014-11-04 04:42:32 +01:00