Commit Graph

967 Commits

Author SHA1 Message Date
Sebastian Lackner
ab14a7dba0 Added patch to fix handling of window attributes for WS_EX_LAYERED | WS_EX_COMPOSITED. 2015-01-24 05:15:18 +01:00
Sebastian Lackner
804b80bb94 winecfg-Staging: Simplify logic to enable/disable CSMT. 2015-01-24 03:52:02 +01:00
Sebastian Lackner
2271acca98 Rebase against upstream wine, move ntdll-DllRedirects dependency from winecfg-Staging to wined3d-CSMT_Helper. 2015-01-23 18:21:18 +01:00
Sebastian Lackner
1b792e51fb msvcrt-atof_strtod: Skip tests on Windows 2000/XP.
We still need to add additional tests before sending this one upstream, since
the behaviour could be different between different msvcrt libraries.
2015-01-23 14:17:29 +01:00
Sebastian Lackner
dcc1885175 ntoskrnl-DriverTest: Fix typo in subject. 2015-01-23 06:21:11 +01:00
Sebastian Lackner
29bbba1e0f Added patches to implement ntoskrnl driver testing framework. 2015-01-23 06:14:02 +01:00
Sebastian Lackner
1d5798b7d0 kernel32-Profile: List one additional bug as fixed (Mario Remake fails to load keyboard mapping from profile files). 2015-01-23 04:51:45 +01:00
Erich E. Hoover
525dcd012f Removed patch to fix RandR on some broken nVidia systems (accepted upstream). 2015-01-22 14:37:27 -07:00
Erich E. Hoover
6a1d2cdd7b Add stub for KeWaitForMultipleObjects. 2015-01-22 13:50:03 -07:00
Sebastian Lackner
6a10f6d38f d3dx9_36-DXTn: Add another fixed bug to the definition file (Space Rangers 2 crashes). 2015-01-22 19:46:18 +01:00
Sebastian Lackner
0121248145 Added patch to fix cursor clip regression / broken raw input in multiple games. 2015-01-22 19:42:54 +01:00
Sebastian Lackner
fbe41916cb Properly wrap CUDA stream callbacks by forwarding them to a separate worker thread. 2015-01-22 01:05:36 +01:00
Sebastian Lackner
f64437a901 nvcuda-CUDA_Support: Update patchset with various improvements.
* Add static to a couple of functions
* TLS callbacks should be declared as CDECL
* Do not unlock the critical section while processing TLS callbacks
2015-01-21 03:09:54 +01:00
Sebastian Lackner
ddbbcb6c0f ws2_32-getaddrinfo: Rebase against upstream changes. 2015-01-20 23:04:35 +01:00
Sebastian Lackner
372c004139 Added patch to implement semi-stub for IDirectPlayVoiceClient::GetCompressionTypes. 2015-01-20 19:11:58 +01:00
Erich E. Hoover
277cf9f50f Actually revert 1b743a18ea. 2015-01-20 00:00:34 -07:00
Erich E. Hoover
69032a489b Added patch to quote program name in ShellExecute[Ex] when it contains spaces. 2015-01-19 23:39:56 -07:00
Erich E. Hoover
2a8899bd4f Revert commit 1b743a18ea for now. 2015-01-19 23:35:34 -07:00
Erich E. Hoover
0c33c34ab3 Add the library packages for building with OpenCL support. 2015-01-19 21:19:03 -07:00
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
Erich E. Hoover
1b743a18ea Added OpenCL dependency to the Debian control file. 2015-01-19 12:51:32 -07: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
17c1053de4 Release 1.7.34-1 (Debian/Ubuntu specific dependency fix).
The package rename caused some problems on Debian/Ubuntu. This updated version should
hopefully fix those. Other distributions which do not use debian/{rules,control} for
packaging are unaffected by these changes.
2015-01-11 19:25:22 +01:00
Sebastian Lackner
b56948f392 debian/rules: Second attempt to fix Debian/Ubuntu dependencies, this time by providing the compatibility symlinks in the main package. 2015-01-11 13:42:15 +01:00
Michael Müller
7850f8bd74 Fix debian control file 2015-01-11 07:19:23 +01:00