Commit Graph

3810 Commits

Author SHA1 Message Date
Alistair Leslie-Hughes
292a0e67f4 Added ddraw-Prevent_viewport_crash patchset 2018-07-11 10:57:01 +10:00
Alistair Leslie-Hughes
7993325086 Added wined3d-WINED3DFMT_B8G8R8X8_UNORM patchset 2018-07-11 09:41:05 +10:00
Alistair Leslie-Hughes
77ecb8ba3f Updated kernelbase-PathCchCombineEx patchset 2018-07-11 09:39:32 +10:00
Alistair Leslie-Hughes
d3bb80f8eb Updated xaudio2_7-WMA_support patchset 2018-07-11 09:38:22 +10:00
Alistair Leslie-Hughes
0b4011d95c Rebase against 3d5d8903b89803f5b2ec12a2d20ae9a171047fdc 2018-07-11 08:40:24 +10:00
Alistair Leslie-Hughes
23fd2d0f93 Release 3.12 2018-07-10 09:38:48 +10:00
Alistair Leslie-Hughes
f61b8570b8 Rebase against 8ef224fa43869a8c977921d6bec08863382d6e11 2018-07-10 09:02:41 +10:00
Zebediah Figura
738fd3fd35 Rebase against 80205232d3ece73d4cc6c7589cea893583aae0b1. 2018-07-07 01:01:40 +02:00
Zebediah Figura
8ed2ef6f5c Rebase against cb468b682d2b7d088d0607259affe1680b558e24.
Thanks to Henri Verbeet for his assistance.
2018-07-06 16:02:29 +02:00
Alistair Leslie-Hughes
686ab91ec6 Rebase against e7f5dc194aeb586bb516b5fd191ad6924c4fcdd3 2018-07-05 09:19:21 +10:00
Zebediah Figura
d53fc8ece0 Rebase against 3edbb2a4fdd2fb46a7af13c921bcd4bf8b7ab718. 2018-07-04 00:13:50 +02:00
Alistair Leslie-Hughes
a505e3815f Correct upstream commit sha 2018-07-03 08:57:59 +10:00
Zebediah Figura
51b6a46ce0 xaudio2_7-WMA_support: Also include libavcodec/libavutil CFLAGS.
Should hopefully fix build on some systems.

Also add dependency on other xaudio2 patch.
2018-07-02 21:07:42 +02:00
Alistair Leslie-Hughes
729a9ebadd Rebase against 86864486be64a277f6edf8e66709cd0f17a4eed9 2018-06-29 08:35:27 +10:00
Alistair Leslie-Hughes
4e57013325 Added wined3d-texture-blt-device patchset 2018-06-28 14:27:13 +10:00
Alistair Leslie-Hughes
19db07f062 Added xaudio2-WMA_support patchset 2018-06-28 14:26:16 +10:00
Alistair Leslie-Hughes
74b35082b3 Rebase against 6a04cf4a69205ddf6827fb2a4b97862fd1947c62 2018-06-28 08:30:08 +10:00
Alistair Leslie-Hughes
24f0fcf07d Remove Coverity patches
These patches are never going to be accepted upstream.

https://www.winehq.org/pipermail/wine-devel/2015-November/110396.html
2018-06-27 08:22:21 +10:00
Alistair Leslie-Hughes
59948639b6 Rebase against 85f1a79be8bbb9b62ad88e0d0fbf1e005fd3ba16 2018-06-27 08:20:14 +10:00
Alistair Leslie-Hughes
2bf4df0d11 Updated wintab32-improvements patchset 2018-06-26 21:07:52 +10:00
Alistair Leslie-Hughes
ba6b6642fb Rebase against 6d801377055911d914226a3c6af8d8637a63fa13 2018-06-26 08:16:59 +10:00
Alistair Leslie-Hughes
da5cec25df Release 3.11 2018-06-24 17:27:35 +10:00
Alistair Leslie-Hughes
5e51e13900 Rebase against 58c49279f5d5ac11c0af25053f47845203dffdec 2018-06-23 16:38:58 +10:00
Alistair Leslie-Hughes
82eedec6ed Updated d3dx9_36-DXTn patchset
Make dxtn library internal.
2018-06-23 15:28:52 +10:00
Alistair Leslie-Hughes
7c9f9bc0c1 Rebase against 9ef8fa2a0bfb559475e17d2562892085f0e2a90f 2018-06-22 11:30:35 +10:00
Zebediah Figura
c3a5e9290e Revert "winebuild-Fake_Dlls: Get rid of dependency on ntdll-User_Shared_Data."
This reverts commit c9eaabbba9.

ntdll-User_Shared_Data touches basically everything that uses shared data.
Trying to avoid any interdependency between these two is futile.
2018-06-20 21:52:57 -05:00
Zebediah Figura
01a9cda461 Revert "winebuild-Fake_Dlls: Reorder some lines to avoid collision with ntdll-User_Shared_Data."
This reverts commit b27ebc675a.
2018-06-20 21:52:32 -05:00
Zebediah Figura
7d7e852679 msi-Deferral: Add patchset. 2018-06-20 18:04:07 -05:00
Zebediah Figura
78878ee3b9 Rebase against cba24001e482fa8a8a1fbf5d5390539e2792b1aa 2018-06-20 17:58:17 -05:00
Zebediah Figura
b27ebc675a winebuild-Fake_Dlls: Reorder some lines to avoid collision with ntdll-User_Shared_Data. 2018-06-20 17:45:35 -05:00
Zebediah Figura
6499b77447 winebuild-Fake_Dlls: Restore changes to krnl386.exe/wowthunk.c removed by bdf29b7cd.
"Don't know if the code modification was correct"—indeed, it was not.
2018-06-20 17:20:31 -05:00
Zebediah Figura
c9eaabbba9 winebuild-Fake_Dlls: Get rid of dependency on ntdll-User_Shared_Data.
By using the marginally documented 'SystemCall' field rather than adding our own.

Note that the SystemCall field is only 32 bits wide even on 64-bit systems, so we have to write over the SystemCallReturn field as well. Since we don't need return thunks this should be fine.
2018-06-20 17:20:31 -05:00
Zebediah Figura
ae4862e0fb Update several definition files 2018-06-19 16:29:27 -05:00
Zebediah Figura
a755842e30 patchupdate.py: All of the bugs linking to wine-compholio have been moved, remove the exception. 2018-06-19 16:11:56 -05:00
Alistair Leslie-Hughes
91b1d2470a Rebase against b6c7b2d322e0cd61eaeaac0d936dfc78c850f61b 2018-06-16 14:02:13 +10:00
Alistair Leslie-Hughes
03cdc2f2c8 Rebase against 83f845dfa1bb4a6ec6e8b7f65e9469dc9a8a7787 2018-06-15 08:57:38 +10:00
Alistair Leslie-Hughes
12fb928da8 Rebase against 8c48c632fc66c8420331ed9c14f7fd3764aa8a0d 2018-06-14 09:16:59 +10:00
Alistair Leslie-Hughes
4592d28a7a Release 3.10 2018-06-12 10:22:26 +10:00
Alistair Leslie-Hughes
122a110c7a Rebase against e470221dcaaadf10f222551997ff837f1e7557de 2018-06-12 10:22:06 +10:00
Alistair Leslie-Hughes
d78f0a5a7b Added bcrypt-BCryptGenerateKeyPair patchset 2018-06-12 08:28:09 +10:00
Alistair Leslie-Hughes
95d74e37bd Updated uianimation-stubs patchset
Thanks Louis Lenders
2018-06-12 08:11:17 +10:00
Alistair Leslie-Hughes
e884abcd88 Add uianimation-stubs patchset 2018-06-08 09:16:42 +10:00
Alistair Leslie-Hughes
f98bff1805 Rebase against 868fb05e7710dbaa94569fa7d2c3736580aec438 2018-06-08 08:21:29 +10:00
Alistair Leslie-Hughes
6b93eac6ad Rebase against 5fd3090f522a9c2a4cfb077c9b7cdc1ae1304c4c 2018-06-06 08:44:57 +10:00
Alistair Leslie-Hughes
5ffb34bc71 Updated virtdisk-GetStorageDependencyInformation patchset 2018-06-05 09:46:50 +10:00
Alistair Leslie-Hughes
cf3c3e93e5 Rebase against 11e3cf091d8ec70a9d6004ac6a51d5c827d9ddff
No changes. This is to ensure the build includes the
upstream dbghelp which include "wine/heap.h".
2018-06-05 09:08:05 +10:00
Alistair Leslie-Hughes
7997379312 Added wintab32-improvements patchset 2018-06-03 08:45:19 +10:00
Alistair Leslie-Hughes
26bb2b21f2 Added winex11-Vulkan_support patchset 2018-06-03 08:45:19 +10:00
Alistair Leslie-Hughes
8df70b8b0c Rebase against 185d9ee7ebf56e0663f715e532f2ee2c27289f12 2018-06-01 09:07:56 +10:00
Alistair Leslie-Hughes
b69aa1fa72 Rebase against d3a71dec7ee99e9c65630d080c02d7d4182e61a6 2018-05-31 09:12:45 +10:00
Alistair Leslie-Hughes
d28e1388c0 Rebase against 37e837113ce6654c436211031712719e8f9f29a2 2018-05-30 08:48:14 +10:00
Alistair Leslie-Hughes
b305d85b78 Updated d3d11-Deferred_Context patchset 2018-05-27 11:52:08 +10:00
Alistair Leslie-Hughes
d0cc6096d1 Added wined3d-CompareInterpolationMode patchset 2018-05-27 11:46:46 +10:00
Alistair Leslie-Hughes
eb816d477a Updated windowscodecs-GIF_Encoder patchset.
Added test for function GetEncoderInfo.
2018-05-27 11:24:37 +10:00
Alistair Leslie-Hughes
69650f38d8 Release 3.9 2018-05-26 16:47:41 +10:00
Alistair Leslie-Hughes
06caa35518 Rebase against b70f0d723a768b9fdc89cd835b23718f6cd61f31 2018-05-25 09:05:36 +10:00
Alistair Leslie-Hughes
51557bbf6e Rebase against bf4d0982fd88f9c8848b9e27bb1391d45d18b68e 2018-05-24 10:15:30 +10:00
Zebediah Figura
1121536608 d3d11-Depth_Bias: Add tests for depth bias clamp. 2018-05-22 16:36:40 -05:00
Zebediah Figura
deac22809d Rebase against da5112c74313b5236183135204cab38a8b0169ed. 2018-05-22 16:36:18 -05:00
Zebediah Figura
da46ed3444 Rebase against 8b9ba16e9ad9ca85b93b05c13d6c5044a1a5ecf3. 2018-05-21 20:30:37 -05:00
Zebediah Figura
53a402bde4 Rebase against 8e9ea7a8a163147012908bad696a539454654d8f 2018-05-18 18:56:01 -05:00
Alistair Leslie-Hughes
41b4cfa2c4 Rebase against 48aeef69fc99ff1460da934f4933f0499ff33b13 2018-05-18 11:31:57 +10:00
Alistair Leslie-Hughes
7715ae4be5 Rebase against ba1d9f3aad85303997635ce8328caffa08992c14 2018-05-17 08:57:30 +10:00
Alistair Leslie-Hughes
f5bb52ba01 Disbale d3d11-dynamic-cpu-access patchset
Causing regressions.
2018-05-17 08:15:08 +10:00
Alistair Leslie-Hughes
584fc68f0e Rebase against 9321aa40f5ba79352d346c04f4d428d143575fb9 2018-05-16 08:02:03 +10:00
Alistair Leslie-Hughes
93d16ba18b Updated ntdll-Loader_Machine_Type patchset 2018-05-16 07:53:04 +10:00
Gijs Vermeulen
a6526e647f Update server-Realtime_Priority patchset 2018-05-15 09:01:25 +10:00
Alistair Leslie-Hughes
7966caf282 Rebase against 09bf88092d0748ceac355098a942b01b267e8773 2018-05-15 08:53:14 +10:00
Gijs Vermeulen
501012afe2 Fix LsaLookUpPrivilegeName patchset folder name 2018-05-12 15:12:11 +02:00
Alistair Leslie-Hughes
eb684dd939 Release 3.8 2018-05-12 17:19:45 +10:00
Alistair Leslie-Hughes
3851931e1c Added wined3d-Implement-oMask patchset 2018-05-12 13:55:47 +10:00
Alistair Leslie-Hughes
054b0f6db6 Added dxgi-IDXGIDevice2 patchset 2018-05-12 13:49:45 +10:00
Alistair Leslie-Hughes
fcff4a78ba Rebase against 7280f7fb744e951281e7f051c347fb8fef5ab36b 2018-05-12 09:24:56 +10:00
Alistair Leslie-Hughes
44ee738e8b Updated ntdll-Loader_Machine_Type patchset 2018-05-11 19:57:03 +10:00
Alistair Leslie-Hughes
fd7f8c9f16 Rebase against 6d6b4bffb3f619ae298669b888775350223e281f 2018-05-11 11:32:38 +10:00
Alistair Leslie-Hughes
54122cc23e Updated ntdll-Loader_Machine_Type patchset
- Resource only DLLs need to be excluded from the Architecture test.
2018-05-10 08:29:54 +10:00
Alistair Leslie-Hughes
31a33b08ad Rebase against 8f46ac233ed96f7286f6aacd1f8fb2626d3ed1c2 2018-05-10 08:26:38 +10:00
Zebediah Figura
ec4fd3ebdc Rebase against 7f955f22d317cad1e7d5323179e9a0ee635c9768. 2018-05-08 17:53:51 -05:00
Alistair Leslie-Hughes
e9ce651159 Added d3d11-dynamic-cpu-access patchset 2018-05-08 15:35:51 +10:00
Alistair Leslie-Hughes
9f3d2b6601 Disabled dwrite-FontFallback patchset
The tests pass without the implementaion.
2018-05-08 15:31:50 +10:00
Alistair Leslie-Hughes
eaebccd0b8 Rebase against 540c48b91175b11c7b8646d0a036b20c46425080 2018-05-05 09:01:04 +10:00
Alistair Leslie-Hughes
3c3993fdfa Updated shell32-NewMenu_Interface patchset 2018-05-04 18:45:15 +10:00
Alistair Leslie-Hughes
cc3e8145ba Updated shell32-NewMenu_Interface patchset 2018-05-04 10:32:47 +10:00
Alistair Leslie-Hughes
5571baf8cc Rebase against e637a6f0bf1eeba3e6be62c4e1c5688bb8f6102e 2018-05-04 10:25:05 +10:00
Alistair Leslie-Hughes
c7b329f9f1 Added dwrite-FontFallback patch 2018-05-04 09:32:17 +10:00
Alistair Leslie-Hughes
a022e6ff69 Added d3d11-shader-count patchset 2018-05-04 09:27:24 +10:00
Alistair Leslie-Hughes
f9342fe22e Added d2d1-ID2D1Factory1 patchset 2018-05-04 09:20:44 +10:00
Zebediah Figura
797372c132 ntoskrnl-DriverTest: Merge tests with appropriate patches in ntoskrnl-Stubs and winedevice-Default_Drivers. 2018-05-02 18:37:53 -05:00
Zebediah Figura
27c94566e3 Rebase against 8dca6c35e11a104385242ed8346ee05707b78ef7 2018-05-02 17:29:44 -05:00
Zebediah Figura
c6a90a954b Rebase against dbce559df683b7831861c747f1f4d28614eedbe2 2018-05-01 18:26:01 -05:00
Alistair Leslie-Hughes
d13e9fa487 Rebase against 784b617ae936f97118e18624da85cc9de900e3a7 2018-05-01 12:33:16 +10:00
Alistair Leslie-Hughes
4af8ffc7f2 Release v3.7 2018-04-29 08:16:14 +10:00
Zebediah Figura
4801f89bba Rebase against 9fecb7499531ddbcde7970b4d98df92dbc1bc010 2018-04-27 16:30:13 -05:00
Alistair Leslie-Hughes
9e260976b4 Rebase against d6654dbf2b38d02f3c6e0ede706a0388cd7cd4a6 2018-04-27 09:26:33 +10:00
Alistair Leslie-Hughes
48e37a9f7c Updated xaudio2 CommitChanges patchset
Renamed patch to reflect actual change.
2018-04-27 09:26:22 +10:00
Alistair Leslie-Hughes
c9330ebfa3 Updated ntdll-RtlQueryPackageIdentity-update patchset 2018-04-27 09:26:22 +10:00
Alistair Leslie-Hughes
9832547e5c Added wintrust-WTHelperGetProvCertFromChain patchset 2018-04-27 09:26:22 +10:00
Alistair Leslie-Hughes
792181ca4e Added dxgi-SetMaximumFrameLatency patchset 2018-04-27 09:26:21 +10:00
Alistair Leslie-Hughes
409261dc56 Rebase against 5e74b9ea945db50bd31cef3254865f6cd9544eb2 2018-04-26 08:48:52 +10:00
Zebediah Figura
bd3bf6c3b0 Rebase against e13f59085f8a3787abd4e3f3eabae1a7e607a3c0 2018-04-24 18:57:07 -05:00
Alistair Leslie-Hughes
6eb6431a82 Rebase against ee7756fdfd46cd64a09089def3c330a3b262cdd5 2018-04-24 09:07:00 +10:00
Alistair Leslie-Hughes
eb4096dc62 Rebase against a373054b72f396a04ab4f191e1f6c2c9e0476aa0 2018-04-21 11:59:41 +10:00
Alistair Leslie-Hughes
bff60a3afb Added winemapi - Use xdg-email if it is available 2018-04-20 08:48:13 +10:00
Alistair Leslie-Hughes
d61501a68f Rebase against 448344c5e443b35c06bc0cc4f2e8ee9b7968008f 2018-04-20 08:37:39 +10:00
Alistair Leslie-Hughes
5b388bb912 Rebase against c5023aea7e97213159b754a168b7abddc89664bb 2018-04-19 10:08:22 +10:00
Zebediah Figura
3e2b8a53bb Use WINAPIV for variadic functions.
Should fix https://bugs.winehq.org/show_bug.cgi?id=44099
2018-04-16 18:27:39 -05:00
Zebediah Figura
de87a73aac Rebase against 70c5dc64fc02408c6f7233c996e0ffdc5dc4a5a0 2018-04-16 18:15:29 -05:00
Alistair Leslie-Hughes
8fd6d103e3 Release v3.6 2018-04-14 15:25:13 +10:00
Zebediah Figura
11233f0810 Rebase against 3f281a3baad9f5f8f875da902718a1d5d3dc0d9f 2018-04-13 18:46:23 -05:00
Zebediah Figura
3fe54232fa Rebase against a7b33a6a428c9920d8130819373b1554bbd206c4 2018-04-12 18:20:32 -05:00
Alistair Leslie-Hughes
8853cef050 Rebase against aa27dd07aa55301f3e23acf9f74daa0f465e7b6d 2018-04-12 10:22:53 +10:00
Alistair Leslie-Hughes
f70daff195 Rebase against 4a6a7655e1cbc614f609ea53939e240f4f785a94 2018-04-11 10:34:16 +10:00
Alistair Leslie-Hughes
a596208a7f Rebase against dd2624a24fba400bf59b9396e496d16c43d399d9 2018-04-10 09:10:43 +10:00
Alistair Leslie-Hughes
35999cf261 Updated combase-RoApi patchset 2018-04-08 11:09:31 +10:00
Alistair Leslie-Hughes
bd8446fa57 Rebase agains 3263d51a1fd86abf195c5be224f6fdb4db284b53 2018-04-05 08:09:25 +10:00
Zebediah Figura
0cf0a265da Rebase against 2986e895015b9785d61e7265763efacc053d7ad6. 2018-04-03 17:51:58 -05:00
Zebediah Figura
2736dff771 server-Shared_Memory: Fix compile failure on 64-bit.
This will at least hold us off until someone forces a real solution.
2018-04-02 21:50:53 -05:00
Zebediah Figura
f6fdc7705e ntdll-DllRedirects: Fall back to unredirected DLL on load failure. 2018-04-02 20:49:39 -05:00
Zebediah Figura
b4fce09d03 Rebase against ca9d03a7ac6bb599e50aa05ea5ec99d5cf096e2a. 2018-04-02 20:00:16 -05:00
Zebediah Figura
89733585b3 winecfg-Staging: Actually fix CSMT checkbox. 2018-04-02 12:03:04 -05:00
Zebediah Figura
6e3fbe28e1 winecfg-Staging: Fix CSMT checkbox.
Now toggles the upstream csmt registry value.
2018-04-01 17:23:01 -05:00
Alistair Leslie-Hughes
e31b1ba24f Release v3.5 2018-03-31 17:38:09 +11:00
Alistair Leslie-Hughes
1dfd404d6d Rebase against 79f93ecf429f42db15bc14f276045fdad35cef13 2018-03-31 09:46:41 +11:00
Zebediah Figura
6d95251218 ole32-Implicit_MTA: Add patchset. 2018-03-30 17:37:38 -05:00
Alistair Leslie-Hughes
4e3fb17588 Rebase against ecbb4fa3ea2d3a9e1d3f560c7e0dea008439db5b 2018-03-30 13:47:30 +11:00
Alistair Leslie-Hughes
ec58b6f6b1 Added msvcr110 _crtCapturePreviousContext and __crtCaptureCurrentContext patchset 2018-03-30 13:47:30 +11:00
Alistair Leslie-Hughes
7e20244fbc Added bcrypt Implement BCryptDeriveKeyPBKDF2 patch 2018-03-30 13:47:30 +11:00
Alistair Leslie-Hughes
c6b3d2a128 Updated ntoskrnl-Stubs patchset
- Added more stub patches
2018-03-30 13:47:30 +11:00
Alistair Leslie-Hughes
046821d509 Updated fltmgr.sys-filters patchset
Added Implement FltGetRoutineAddress.
2018-03-30 13:47:30 +11:00
Alistair Leslie-Hughes
e15e1cf076 Updated crypt32-MS_Root_Certs patch subject 2018-03-30 13:47:30 +11:00
Zebediah Figura
46d9678e0a Rebase against be002fd92b9d72163bf130ab8ade8aa4d9cdbad0. 2018-03-28 21:25:29 -05:00
Zebediah Figura
5876a3f782 Remove several d3d patchsets:
* wined3d-Core_Context: fixed by 62651d65f4f8e4dc6e1f4fb5d589526613d419aa
* wined3d-Limit_Vram: This patch is a no-op; LONG_MAX is 0x7fffffffffffffff on 64-bit.
* wined3d-Revert_Surface_Blt: fixed by d38076fd57a50452b17d61f771688bbfcd3a5563
* wined3d-WINED3DFMT_R32G32_UINT: fixed by af1be967a0b0262a980e9bfbdff107c1d6db7e8d
* wined3d-sample_c_lz: fixed by ce8610cea58ed1ba9d8f17857e507d9d6c30132d
* wined3d-CSMT_Helper, wined3d-CSMT_Main: Remove CSMT_Helper and remove toggle for CSMT_Main. CSMT is in Wine and configurable.
	Also remove patches 0008, 0019, 0034, which are no-ops and not useful.
* makedep-PARENTSPEC: Remove patch which was only needed for wined3d-csmt.
2018-03-27 19:57:17 -05:00
Zebediah Figura
b7119079a3 Rebase against d7430abd406d1f298acb9b2e5a397e11e448f304. 2018-03-27 18:31:13 -05:00
Alistair Leslie-Hughes
e50f0488cc Rebase against e1c7a1f7ce03c1e69e008378e90523e85e1c6e8f 2018-03-27 08:55:06 +11:00
Alistair Leslie-Hughes
4954f5c64c Rebase against 5946973021285dd6ecb8df224956fea4817f8fed 2018-03-24 16:23:18 +11:00
Alistair Leslie-Hughes
4d7af4085f Rebase against afef57f872433bcd3032c2ccbc0453bef5b62178 2018-03-23 11:48:17 +11:00
Alistair Leslie-Hughes
3d050ca9b9 Rebase against f2cb86decb334fc72ff5422122ba190bc9b6046e 2018-03-22 13:27:09 +11:00
Alistair Leslie-Hughes
e38104d365 Rebase against cfb67712ce35c05d6b7d27ece84c9192e66290b4 2018-03-21 13:00:33 +11:00
Alistair Leslie-Hughes
b05c091935 Rebase against ae5d0b22291d866a49f293e782b43ba025ab77ec 2018-03-20 12:26:23 +11:00
Alistair Leslie-Hughes
495f9db49c Rebase against afe4f54bb439cfa26ca72968cec2da357ea8836e 2018-03-17 10:29:06 +11:00
Alistair Leslie-Hughes
3f981ccb7f Update windowscodecs-Palette_Images patchset
Thanks Dmitry Timoshkov
2018-03-16 21:35:37 +11:00
Alistair Leslie-Hughes
fa354f3ca5 Rebase against bf7b21ec7b587215385c210e695cfa42e19efe4c 2018-03-16 14:23:41 +11:00
Alistair Leslie-Hughes
ebe4142fc3 Rebase against 1c8c9308e74abe5e5d85dfe722dea10e60092e7c 2018-03-15 11:02:33 +11:00
Zebediah Figura
cea60071d1 Remove some patches:
* ntdll-call_thread_func_wrapper: Remove patchset accommodating broken custom program.
* wined3d-Interpolation_Modifiers: Remove patch 0002, fixed by f75f581aa2b8f0c494a3c2c5b1cc1d9526c778c1. Probably more should be removed.
* winex11-Window_Groups: Remove, fixed by 917e86dd7a4cca1da47262caaded2bef9e022f99.
* winhlp32-Flex_Workaround: Remove, fixed upstream in flex 2.6.4.
2018-03-13 22:32:53 -05:00
Zebediah Figura
9739f8ff47 Rebase against c21c8525f9e69cfd48906ecc33b909490bd82783. 2018-03-13 22:31:07 -05:00
Alistair Leslie-Hughes
cc1da8fb76 Updated d3d11-Deferred_Context patchset
Thanks Kimmo Myllyvirta

Fixes crashes with Assassin's Creed Syndicate
2018-03-13 13:51:24 +11:00
Alistair Leslie-Hughes
b6406b6fbf Updated fltmgr.sys-filters patchset 2018-03-13 13:51:20 +11:00
Alistair Leslie-Hughes
8cb4aa20de Rebase against dfae798d98bf7a8b45954e6d788928d067d0772e
Disabled windowscodecs patchsets until all pending changes
have been committed/rejected.
2018-03-13 13:50:59 +11:00
Zebediah Figura
e8d98eb7ba wined3d-Indexed-Vertex-Blending: Fix rebase. 2018-03-11 19:13:10 -05:00
Alistair Leslie-Hughes
480b33f208 Add patchset for FltRegisterFilter, FltStartFiltering, FltUnregisterFilter stubs 2018-03-10 21:11:01 +11:00
Alistair Leslie-Hughes
bedf3301ab Add patchset for ObRegisterCallbacks, ObUnRegisterCallbacks, ObGetFilterVersion stubs 2018-03-10 21:11:01 +11:00
Zebediah Figura
56c6aa09fd Rebase against dfde1195385df5ddb11f1104a0e744596b99477f 2018-03-09 20:14:22 -06:00
Alistair Leslie-Hughes
2ee460d68d Rebase against 661791cb7ea3757655aeff4fb061ada27a88cecc 2018-03-09 09:49:52 +11:00
Zebediah Figura
04283ef5c5 Rebase against 813ab925abd45d48c811898028fddc1047b0c250 2018-03-07 22:39:23 -06:00
Alistair Leslie-Hughes
61fcdf539a Rebase against dc328fe314970d39cbe6e330d99102adf619a73c 2018-03-07 12:43:35 +11:00
Alistair Leslie-Hughes
28c580ffb4 Updated windowscodecs-JPEG_Decoder patchset
Thanks Dmitry Timoshkov.
2018-03-06 12:35:33 +11:00
Alistair Leslie-Hughes
fcca2476bf Rebase against acd2f1e59bd22197b63eb5ae4ac0d621a0b8cce0 2018-03-06 12:30:29 +11:00
Alistair Leslie-Hughes
e09e1fd366 Release 3.3 2018-03-04 16:00:22 +11:00
Zebediah Figura
6a4c6089c4 Various fixes.
kernelbase-PathCchCombineEx: Restore mistakenly deleted patch.
wined3d-Core_Context: Fix rebase.
wined3d-Viewports: Restore mistakenly disabled patch.
2018-03-03 16:20:39 -06:00
Zebediah Figura
d854a14e64 bcrypt-Improvements: Fix Mac build.
Also fix some test failures.
2018-03-03 14:17:14 -06:00
Alistair Leslie-Hughes
1fdaf4c4e5 Rebase against f17120d11b0e1272bb9742ad88eb526ac914d7da 2018-03-03 19:45:18 +11:00
Alistair Leslie-Hughes
4f315f2a10 Updated bcrypt-Improvements patchset 2018-03-03 18:24:14 +11:00
Zebediah Figura
6d7bf6bd02 user32-WM_MEASUREITEM: Restore. 2018-03-02 09:42:49 -06:00
Zebediah Figura
745e1c5f96 Rebase against b1aee9c391a7e3ce4a069993d527dbdc518ef29c. 2018-03-01 16:03:19 -06:00
Zebediah Figura
092274bdf7 user32-Groupbox_Rectangle: Remove.
Proven incorrect by b7a08c9281
2018-03-01 15:02:52 -06:00
Alistair Leslie-Hughes
9999806838 Rebase against 0a72708126f5b8fc06698172d973bb529944c3bf 2018-03-01 16:25:25 +11:00
Zebediah Figura
d3bcb61436 winex11-SC_KEYMENU: Remove.
As per https://bugs.winehq.org/show_bug.cgi?id=41544#c11
2018-02-27 23:56:03 -06:00
Alistair Leslie-Hughes
c81dad1373 Removed wininet-Redirect patchset
Fixed upstream by cee99826b62b62acb7a8cf1ff32d27633c078e8f
2018-02-28 13:20:28 +11:00
Alistair Leslie-Hughes
f03920a32a Updated bcrypt-Improvements patchset 2018-02-28 13:20:27 +11:00
Zebediah Figura
7d1d3410c8 Rebase against 7b62a970e9ad3b4179394cf54f0232475fe2388a 2018-02-27 19:59:50 -06:00
Zebediah Figura
7ae8e84d71 Update several bug report references. 2018-02-27 00:20:18 -06:00
Zebediah Figura
11d0c892e2 Remove two more obsolete patches.
d3dx9 tests have all been fixed, and Wine no longer supports DOS executables.
2018-02-27 00:05:01 -06:00
Zebediah Figura
6a0ff5b96e Fix some rebase failures 2018-02-27 00:02:49 -06:00
Zebediah Figura
de0ef226da d3d9-DesktopWindow: Rebase and re-enable. 2018-02-26 21:30:43 -06:00
Alistair Leslie-Hughes
923358dcea Updated windowscodecs-JPEG_Decoder patchset 2018-02-27 12:38:43 +11:00
Alistair Leslie-Hughes
a1ec166849 Rebase againsts 9ae8b8c00f2cca205fdf4ce76e221778b7dfbea7 2018-02-27 12:26:58 +11:00
Alistair Leslie-Hughes
ef8e90cbdc Updated windowscodecs-TIFF_Support patch
Restore a test patch
2018-02-27 09:14:18 +11:00
Zebediah Figura
41645dc0b0 wined3d-CSMT_Main: Properly fix patchset and regenerate IfDefined. 2018-02-24 19:14:06 -06:00
Zebediah Figura
e33ae29ca0 Fix the rest of the configure lines. 2018-02-24 17:57:53 -06:00
Zebediah Figura
29b36434e8 ntdll-WRITECOPY: Fix mistakenly deleted line. 2018-02-24 17:48:15 -06:00
Zebediah Figura
ac17c5d866 Rebase against 7be8beab68c5074e78c899acac7ccb6eb2f7e22e 2018-02-24 17:43:27 -06:00
Thomas Crider
4cb811ac52 wined3d-Indexed_Vertex_Blending: 0005 apply omega13a's patch which moves transpose_matrix with minor correction 2018-02-23 19:24:46 -05:00
Brandon Amaro
caef127ac8 Update 0005-wined3d-Move-matrix-inversion-functions-into-utils.c.patch
Not only allows the patch to be applied but also moves a new matrix function that's been added after this patch was made to utils.c
2018-02-23 19:20:01 -05:00
Thomas Crider
ffd11f280d Revert "wined3d-Indexed_Vertex_Blending: 0005 fix patch apply"
This reverts commit 7773dec0f4.
2018-02-23 19:19:44 -05:00
Zebediah Figura
7b0a3f25ac Fix configure changes 2018-02-23 14:52:23 -06:00
gloriouseggroll
e180b2e4dd nvencodeapi-Video_Encoder: 0001 fix configure.ac patch apply 2018-02-23 12:21:28 -05:00
Zebediah Figura
2d66ecce58 nvcuvid-CUDA_Video_Support: Fix mistakenly deleted lines. 2018-02-23 10:03:55 -06:00
Alistair Leslie-Hughes
6bc9218559 Update patchinstall.sh 2018-02-23 14:10:42 +11:00
Alistair Leslie-Hughes
9d84ed42f1 Rebase against f9e1dbb83d850a2f7cb17079e02de139e2f8b920 2018-02-23 13:28:09 +11:00
Zebediah Figura
84fb9656a1 d3d11-Depth_Bias: Rebase and re-enable.
Note: The current git tree has tests for depth bias which would obviate 0002,
but I've left it in since the current git has no tests for depth clipping or
depth bias clamping, and I don't know how to rewrite these tests to work like
the tests Józef added.
2018-02-22 12:28:35 -06:00
Zebediah Figura
52c1d8568a user32-Mouse_Message_Hwnd: Rebase and re-enable. 2018-02-22 10:02:49 -06:00
Zebediah Figura
5bf41624ab Add references to bug reports for several patches. 2018-02-21 23:47:48 -06:00
Alistair Leslie-Hughes
97461b276c Updated wined3d-1DTextures patchset 2018-02-22 16:29:04 +11:00
Alistair Leslie-Hughes
a85bb970af Updated ntdll-User_Shared_Data patchset 2018-02-22 15:52:44 +11:00
Zebediah Figura
1977c70f7d ntdll-DllRedirects: Rebase. 2018-02-21 22:38:18 -06:00
Zebediah Figura
a20cac28b5 ntdll-Hide_Wine_Exports: Fix incorrectly removed line.
Whether we want to have this patch at all is up for debate, though.
2018-02-21 22:34:05 -06:00
Zebediah Figura
6219ea48e6 ntdll-LdrRegisterDllNotification: Rebase. 2018-02-21 22:25:00 -06:00
Alistair Leslie-Hughes
950a11ae1d Updated windowscodecs-TIFF_Support patchset 2018-02-22 14:33:13 +11:00
Zebediah Figura
cf19a5d6d6 Rebase against 5ec6b8f807f61ee77b9a96d94798c8e3f3db7af4 2018-02-21 21:27:12 -06:00
Alistair Leslie-Hughes
7332557b2a updated advapi32-Token_Integrity_Level patchset 2018-02-22 12:12:39 +11:00
Zebediah Figura
c0279488d1 ntdll-APC_Start_Process: Disable. 2018-02-21 18:35:43 -06:00
Alistair Leslie-Hughes
fa8100f1b9 Updated wined3d-1DTextures patchset 2018-02-22 10:34:13 +11:00
Zebediah Figura
42fb38a610 ntdll-RtlCaptureContext: Remove.
Shown to be incorrect by https://source.winehq.org/git/wine.git/commit/2bb668b1.
2018-02-21 16:28:50 -06:00
Zebediah Figura
81667ba219 Update patchinstall.sh for previous. 2018-02-21 16:15:45 -06:00
Zebediah Figura
5f0a24beb9 ntoskrnl-DriverTest: Disable for now.
This will need some significant reworking.
2018-02-21 16:11:18 -06:00
gloriouseggroll
95f4b465bc wined3d-Indexed_Vertex_Blending: 0001, 0003 fix patch apply 2018-02-21 01:53:11 -05:00
gloriouseggroll
7773dec0f4 wined3d-Indexed_Vertex_Blending: 0005 fix patch apply 2018-02-21 01:52:51 -05:00
gloriouseggroll
a70435933a wined3d-Indexed_Vertex_Blending: 0004 fix patch apply 2018-02-21 01:52:42 -05:00
gloriouseggroll
06a6abe197 wined3d-Indexed_Vertex_Blending: 0002 fix patch apply 2018-02-21 01:52:30 -05:00
Alistair Leslie-Hughes
669b58c813 Updated ws2_32-WSACleanup patchset 2018-02-21 14:19:44 +11:00
Alistair Leslie-Hughes
9c74ae13d4 Updated shell32-UnixFS patchset 2018-02-21 14:19:44 +11:00
gloriouseggroll
32b5281e4a wined3d-Revert_Surface_Blt: 0001 update format->convert to conv_byte_count: bc75bec270bfdc09c881799b331aabf4d119a271 2018-02-20 21:43:53 -05:00
Alistair Leslie-Hughes
9f7244a1c6 Fixed upstream by 59a7777f8494d909b9366015157d8be4ef1edb46 2018-02-21 13:28:43 +11:00
Zebediah Figura
c13d7cca17 advap32-Token_Integrity_Level: Fix changes to configure.ac in patch 0014. 2018-02-20 20:05:18 -06:00
Alistair Leslie-Hughes
a14e2990e5 Rebased against c3beca6c8fc8c07ecd992e64f8f8d0dda3a10ac8 2018-02-21 11:58:38 +11:00
Alistair Leslie-Hughes
8b6ef3476f Updated inseng patchset 2018-02-21 10:49:31 +11:00
Alistair Leslie-Hughes
471aacbe42 Updated dxgi-MakeWindowAssociation patchset 2018-02-21 10:49:31 +11:00
gloriouseggroll
cf8a34a673 wined3d-1DTextures: 0001 fix wined3d_dummy_textures so it doesnt affect other patches 2018-02-20 18:13:17 -05:00
gloriouseggroll
139c48ff16 wined3d-1DTextures: 0001 update with new format 2018-02-20 18:07:54 -05:00
gloriouseggroll
4f69cc1bb7 winebuild-Fake_Dlls: 0010 fix patch apply 2018-02-20 18:07:02 -05:00
Alistair Leslie-Hughes
e71ab406f1 Updated bcrypt-Improvements
Updates patch #0029 to allow test to compile.
2018-02-21 08:54:33 +11:00
Alistair Leslie-Hughes
c35053e845 Updated ws2_32-WSACleanup patch 2018-02-20 20:43:52 +11:00
Alistair Leslie-Hughes
08182c7af0 Updated virtdisk-GetStorageDependencyInformation patchset 2018-02-20 20:34:30 +11:00
Alistair Leslie-Hughes
0364bdc886 Updated stdole32.idl-Typelib patchset 2018-02-20 20:32:47 +11:00
Alistair Leslie-Hughes
3459356aa2 Updated nvencodeapi-Video_Encoder patchset 2018-02-20 20:25:01 +11:00
Alistair Leslie-Hughes
779bfda14e Updated nvcuvid-CUDA_Video_Support patchset 2018-02-20 20:22:24 +11:00
Alistair Leslie-Hughes
4cea402c50 Updated nvapi-Stub_DLL patchset 2018-02-20 20:20:32 +11:00
Alistair Leslie-Hughes
c0d536d04b Updated nvcuda-CUDA_Support patchset 2018-02-20 20:17:52 +11:00
Alistair Leslie-Hughes
aecae62db4 Updated ntdll-NtQueryVirtualMemory patchset 2018-02-20 20:11:48 +11:00
Alistair Leslie-Hughes
341fc2c260 Udpated ntdll-DllRedirects patchset 2018-02-20 20:09:26 +11:00
Alistair Leslie-Hughes
75654525c4 Updated ntdll-DOS_Attributes patchset
0007-ntdll-Perform-the-Unix-style-hidden-file-check-withi
2018-02-20 20:05:47 +11:00
Alistair Leslie-Hughes
00c019a55e
Merge pull request #45 from obsequiousnewt/master
update
2018-02-20 13:08:26 +11:00
Zebediah Figura
0372a60903 msi-MsiGetDatabaseState: Remove patch 0002.
Fixed by 237ec64807
2018-02-19 19:57:21 -06:00
Zebediah Figura
50dc891626 fix depedences and update patchinstall.sh 2018-02-19 19:57:21 -06:00
Zebediah Figura
25867f4e2e ntdll-DOS_Attributes: Add reference to bug #15679. 2018-02-19 19:57:21 -06:00
GloriousEggroll
aec386ceb9
Merge pull request #44 from GloriousEggroll/upstream
wined3d-CSMT_Main: 9999-IfDefined fix
2018-02-19 20:45:38 -05:00
gloriouseggroll
8030515325 wined3d-CSMT_Main: patch corrections-2 2018-02-19 20:44:04 -05:00
gloriouseggroll
15d6ebeab2 wined3d-CSMT_Main: initial patch corrections 2018-02-19 20:43:50 -05:00
Brandon Amaro
669232e38f Update 9999-IfDefined.patch
Allows the patch to be applied
2018-02-19 20:43:36 -05:00
GloriousEggroll
7311dd6848
Merge pull request #43 from GloriousEggroll/upstream
wined3d-1DTextures: 0008 correct typo
2018-02-19 20:34:39 -05:00
Alistair Leslie-Hughes
3ee8f1c014 Rebase against 538263d0efe725124df88ce1cce124bc3ad7e2af 2018-02-20 12:17:11 +11:00
gloriouseggroll
4675c9c0d9 wined3d-1DTextures: 0008 correct typo 2018-02-19 19:18:10 -05:00
gloriouseggroll
3954c8b1fa d3dx9_36-DXTn: fix makefile entries for missing d3dx9_41 42 43 - again 2018-02-19 18:28:57 -05:00
gloriouseggroll
8d07a09d37 d3dx9_36-DXTn: fix makefile entries for missing d3dx9_41 42 43 2018-02-19 18:28:47 -05:00
gloriouseggroll
f035f18061 d3dx9_36-DXTn: fix makefile entries from previous working patch 2018-02-19 18:28:33 -05:00
gloriouseggroll
3d396bbbcd d3dx9_36-DXTn: update to 1d08851c35, somehow was reverted to very old version 2018-02-19 18:28:21 -05:00
gloriouseggroll
25c32643d1 wined3d-1DTextures: 0004 - fix incorrect way to check WINED3D_POOL_MANAGED 2018-02-19 16:49:59 -05:00
gloriouseggroll
d08487e304 wined3d-1DTextures: 0004 - fix debug_d3dpool compile error 2018-02-19 16:49:44 -05:00
gloriouseggroll
0f313c9f99 wined3d-1DTextures: 0004,008 - update to use global memory alloc as changed in mainline 2018-02-19 16:49:30 -05:00
gloriouseggroll
96b4e33894 wined3d-1DTextures: 0004 fix compiling-5 - just remove mipmap check, deprecated and all other checks removed in mainline 2018-02-19 16:49:13 -05:00
gloriouseggroll
45fbdfad6c wined3d-1DTextures: 0004 fix compiling-4 2018-02-19 16:49:02 -05:00
gloriouseggroll
d01ff543f3 wined3d-1DTextures: 0004 fix compiling-3 2018-02-19 16:48:48 -05:00
gloriouseggroll
5978ff107d wined3d-1DTextures: 0006,0007,0008 fix compiling-2 2018-02-19 16:48:35 -05:00
gloriouseggroll
0fb2bacdac wined3d-1DTextures: 0001-create-dummy-1d-textures not sure why this was removed. re-adding to attempt to fix compiling 2018-02-19 16:48:19 -05:00
gloriouseggroll
3585affaa9 removed, mainlined. generation of mips implemented in 0daea6d2a08b76ff3548d8e16c44cf629d8afa9b, bb3b55ce22f96d443c2053f6b1eb24e087ca1377 2018-02-19 16:47:52 -05:00
gloriouseggroll
ebab0ccb03 wined3d-GenerateMips: 0003-d3d11-Implement-d3d10_device fix compile error 2018-02-19 05:12:17 -05:00
gloriouseggroll
5a297663cf wined3d-GenerateMips: 0001-d3d11-tests-Add-basic-test fix patch apply and compile 2018-02-19 05:11:49 -05:00
Brandon Amaro
8823b6c0d0 Update 0003-d3d11-Implement-d3d10_device_GenerateMips.patch
Allows the patch to be applied
2018-02-19 05:11:27 -05:00
Brandon Amaro
bfb30ebb53 Update 0002-wined3d-Implement-generation-of-mip-maps-for-shader-.patch
Allows the patch to be applied
2018-02-19 05:11:09 -05:00
Brandon Amaro
8ef881e9c0 Update 0001-d3d11-tests-Add-basic-test-for-mipmap-level-generati.patch
allows patch file to be applied
2018-02-19 05:10:49 -05:00
gloriouseggroll
0150681304 wined3d-Dual_Source_Blending: 0002-d3d11-tests-add-basic-dual-source fix patch apply 2018-02-19 03:23:52 -05:00
GloriousEggroll
87281f1eba
Merge pull request #28 from omega13a/patch-23
Update 0001-wined3d-Allow-arbitrary-viewports-for-d3d11.patch
2018-02-19 01:20:37 -05:00
GloriousEggroll
74292f1feb
Merge pull request #26 from omega13a/patch-22
Update 0001-wined3d-Use-OpenGL-core-context-for-D3D10-11-when-ne.patch
2018-02-19 01:20:27 -05:00
GloriousEggroll
1d6e0dc90e
Merge pull request #22 from omega13a/patch-18
Update 0004-winex11.drv-Indicate-direct-rendering-through-OpenGL.patch
2018-02-19 01:20:13 -05:00
Alistair Leslie-Hughes
fb385c985c
Merge pull request #25 from omega13a/patch-21
Update 0010-tools-winebuild-Add-syscall-thunks-for-64-bit.patch
2018-02-19 17:06:02 +11:00
Alistair Leslie-Hughes
167843b4f5
Merge pull request #24 from omega13a/patch-20
Update 0002-krnl386.exe16-Do-not-abuse-WOW32Reserved-field-for-1.patch
2018-02-19 17:05:03 +11:00
Alistair Leslie-Hughes
a4c1a65b66
Merge pull request #23 from omega13a/patch-19
Update 0001-kernel32-tests-Add-basic-tests-for-fake-dlls.patch
2018-02-19 17:04:24 +11:00
Alistair Leslie-Hughes
a4e0892be4
Merge pull request #27 from GloriousEggroll/upstream
ntdll-User_Shared_Data: 0004-ntdll-tests-test-updating-tickcount fix …
2018-02-19 15:35:42 +11:00
Brandon Amaro
1759d5c248
Update 0003-wined3d-Implement-dual-source-blending.patch
Allows the patch file to be applied
2018-02-18 15:23:18 -08:00
Brandon Amaro
8cf7f25acc
Update 0001-wined3d-Allow-arbitrary-viewports-for-d3d11.patch 2018-02-18 15:09:41 -08:00
Brandon Amaro
14cb31feb9
Update 0001-wined3d-Allow-arbitrary-viewports-for-d3d11.patch
allows the patch file to be applied
2018-02-18 15:06:43 -08:00
gloriouseggroll
c0280c3c49 ntdll-User_Shared_Data: 0004-ntdll-tests-test-updating-tickcount fix missing pNtGetTickCount var 2018-02-18 17:58:42 -05:00
Brandon Amaro
22eb6311e7
Update 0001-wined3d-Use-OpenGL-core-context-for-D3D10-11-when-ne.patch
Allows the patch to be applied
2018-02-18 14:58:24 -08:00
Brandon Amaro
02aff3e781
Update 0010-tools-winebuild-Add-syscall-thunks-for-64-bit.patch
Allows the patch to be applied
2018-02-18 14:31:58 -08:00
Brandon Amaro
bdf29b7cdc
Update 0002-krnl386.exe16-Do-not-abuse-WOW32Reserved-field-for-1.patch
Allows the patch to be applied. Don't know if the code modification was correct but the patch now will apply during installation.
2018-02-18 14:26:30 -08:00
Brandon Amaro
dcef4cecb0
Update 0001-kernel32-tests-Add-basic-tests-for-fake-dlls.patch
Allows the patch to be applied
2018-02-18 14:12:52 -08:00
Brandon Amaro
bfe07a8e82
Update 0004-winex11.drv-Indicate-direct-rendering-through-OpenGL.patch
Allows the patch to be applied
2018-02-18 13:53:50 -08:00
Zebediah Figura
6ae68a30f2 ntdll-DOS_Attributes: Update definition. 2018-02-18 11:32:10 -06:00
Zebediah Figura
1d511798d0 Remove oleaut32-Vtable_Offset.
Fixed by https://source.winehq.org/git/wine.git/dd012af92a93fdf77ec648e422b4fb96369b42eb.
2018-02-18 11:26:46 -06:00
Zebediah Figura
0cfbc55f24 d3dx9_36-D3DXStubs: Update definition. 2018-02-18 11:24:17 -06:00
Zebediah Figura
80d7ae1e23 wined3d-WINED3D_RS_COLORWRITEENABLE: Rebase. 2018-02-18 11:18:05 -06:00
Zebediah Figura
77d4bb66d5 Remove wined3d-Copy_Resource_Typeless.
Fixed by https://source.winehq.org/git/wine.git/7374c8325dcfc0e70b3032cdf5702f5d50833271.
2018-02-18 11:09:01 -06:00
Zebediah Figura
3d8124a27f windowscodecs-GIF_Encoder: Remove patches 0005 and 0007.
Fixed by 0be89601f5.
2018-02-18 10:59:48 -06:00
Zebediah Figura
abaeab8e60 Bump version to 3.2. 2018-02-18 10:57:27 -06:00
Zebediah Figura
f11d05b414 Disable patches instead of commenting them out.
patchinstall.sh is autogenerated and should not be edited by hand.
2018-02-18 10:56:24 -06:00
Zebediah Figura
7e86c9d3dd ntdll-CLI_Images: Fix patch formatting. 2018-02-18 10:52:03 -06:00
Brandon Amaro
97e67509d5
Update 0014-windowscodecs-Add-some-tests-for-various-TIFF-color-.patch
Allows the patch file to be applied
2018-02-18 00:25:19 -08:00
Alistair Leslie-Hughes
18f211f6f2
Merge pull request #19 from omega13a/patch-15
Update 0001-windowscodecs-tests-Add-a-test-for-8bpp-indexed-TIFF.patch
2018-02-18 19:17:46 +11:00
Alistair Leslie-Hughes
020e93fd21
Merge pull request #18 from omega13a/patch-16
Update patchinstall.sh
2018-02-18 19:17:32 +11:00
Brandon Amaro
483c939258
Update 0001-windowscodecs-tests-Add-a-test-for-8bpp-indexed-TIFF.patch
allows the patch file to be applied
2018-02-18 00:14:44 -08:00
Brandon Amaro
47fa8b8289
Update patchinstall.sh
Don't apply patches/windowscodecs-GIF_Encoder/0005-windowscodecs-Avoid-crashing-if-no-IPropertyBag2-was.patch and patches/windowscodecs-GIF_Encoder/0007-windowscodecs-Avoid-crashing-if-no-IPropertyBag2-was.patch.  They already been applied to wine 3.2
2018-02-17 23:58:05 -08:00
gloriouseggroll
54cf96ed97 wined3d-buffer_create: remove, mainlined, handled by desc->access: 916c13c6c1 2018-02-18 02:52:26 -05:00
gloriouseggroll
c045545a88 Merge https://github.com/wine-staging/wine-staging 2018-02-18 02:12:09 -05:00
gloriouseggroll
9c776c29a3 uxtheme-GTK_Theming: 0001-uxthemegtk-add-configure-check fix apply patch 2018-02-18 01:56:12 -05:00
Alistair Leslie-Hughes
a1d059b2b2 Rebased patches
Disable Mouse-Move patch (To Confirm fixed)
2018-02-18 17:52:17 +11:00
gloriouseggroll
5baee54763 ddraw-Rendering_Targets: 0001-ddraw-create-rendering-targets fix apply patch 2018-02-18 01:41:53 -05:00
gloriouseggroll
adf35b866f d3d11-ID3D11Texture1D: 0002-d3d11-create-a-texture-in-d3d fix apply 2018-02-18 01:41:32 -05:00
gloriouseggroll
1b1aa41aa5 wined3d-1DTextures: 0004 and 0016 fix compile error 2018-02-18 01:41:19 -05:00
Alistair Leslie-Hughes
0bacf48a3d Rebase against 2936f3f9bb9dc01c595498a821d6adb6775b62cc
- Disable a few patches which dont apply cleanly.

- bias patches need to be revisited. (possible already fixed)
2018-02-18 16:12:48 +11:00
Alistair Leslie-Hughes
ddb4914549 Merge branch 'master' of git://github.com/obsequiousnewt/wine-staging into obsequiousnewt-master 2018-02-18 14:47:56 +11:00
Alistair Leslie-Hughes
48352aa496
Merge pull request #12 from omega13a/patch-11
Update 0001-ntdll-Catch-windows-int-0x2e-syscall-on-i386.patch
2018-02-18 14:40:52 +11:00
Alistair Leslie-Hughes
657d16845b
Merge pull request #11 from omega13a/patch-10
Update 0001-ntdll-Implement-HashLinks-field-in-LDR-module-data.patch
2018-02-18 14:40:42 +11:00
Brandon Amaro
0507f73a22
Update 0001-ntdll-Catch-windows-int-0x2e-syscall-on-i386.patch
Allows the patch file to be applied
2018-02-17 19:16:05 -08:00
Brandon Amaro
464eada106
Update 0001-ntdll-Implement-HashLinks-field-in-LDR-module-data.patch
Allows the patch file to be applied
2018-02-17 19:09:37 -08:00
Brandon Amaro
472c1048ec
Update 0005-ntdll-Implement-loader-redirection-scheme.patch
allows the patch to be applied
2018-02-17 19:00:36 -08:00
Alistair Leslie-Hughes
d08debc99a
Merge pull request #8 from omega13a/patch-7
Update 0001-ntdll-Load-CLI-.NET-images-in-the-same-way-as-Window.patch
2018-02-18 13:57:27 +11:00
Alistair Leslie-Hughes
55cb3e6d00
Merge pull request #9 from omega13a/patch-8
Update 0001-ntdll-Do-not-allow-to-allocate-thread-stack-for-curr.patch
2018-02-18 13:47:40 +11:00
Alistair Leslie-Hughes
616ab59674
Merge pull request #6 from omega13a/patch-6
Update 0004-ntdll-tests-Test-updating-TickCount-in-user_shared_d.patch
2018-02-18 13:45:17 +11:00
Alistair Leslie-Hughes
7bb5434fda
Merge pull request #5 from omega13a/patch-5
Update 0003-ntdll-Create-thread-to-update-user_shared_data-time-.patch
2018-02-18 13:44:57 +11:00
Alistair Leslie-Hughes
7f6818cf31
Merge pull request #4 from omega13a/patch-4
Update 0001-ntdll-Move-code-to-update-user-shared-data-into-a-se.patch
2018-02-18 13:44:26 +11:00
Alistair Leslie-Hughes
a52ca8416d
Merge pull request #2 from omega13a/patch-2
Update 0001-ntdll-Add-support-for-hiding-wine-version-informatio.patch
2018-02-18 13:44:07 +11:00
Alistair Leslie-Hughes
dc1bc1aff6
Merge pull request #3 from omega13a/patch-3
Update patchinstall.sh
2018-02-18 13:43:47 +11:00
Brandon Amaro
6ad8b3ed57
Update 0001-ntdll-Do-not-allow-to-allocate-thread-stack-for-curr.patch
Allows the patch to be applied
2018-02-17 17:49:46 -08:00
Brandon Amaro
5065df86e0
Update 0001-ntdll-Load-CLI-.NET-images-in-the-same-way-as-Window.patch
Don't know if it works but it allows the patch to be applied
2018-02-17 17:44:48 -08:00
Zebediah Figura
0f57303c6a winex11-UpdateLayeredWindow: Rebase. 2018-02-17 19:30:41 -06:00
Zebediah Figura
ddb9fa82ca Remove wined3d-Revert_Buffer_Upload.
This was for https://bugs.winehq.org/show_bug.cgi?id=42410, fixed by https://source.winehq.org/git/wine.git/e97ed10d09a94cae9bd449f297813a0f0722a378.
2018-02-17 19:27:30 -06:00
Zebediah Figura
909b4e25d6 wined3d-Accounting: Rebase. 2018-02-17 19:23:00 -06:00
Zebediah Figura
9a13d50c53 windowscodecs-Palette_Images: Rebase. 2018-02-17 19:19:55 -06:00
Zebediah Figura
11bcc32cd1 wbemprox-Win32_VideoController: Remove patch 0005.
Fixed by 7c0025b608
2018-02-17 19:16:06 -06:00
Zebediah Figura
d73f96248d user32-WindowDisplayAffinity: Rebase. 2018-02-17 19:13:01 -06:00
Zebediah Figura
772a410836 widl-SLTG_Typelib_Support: Rebase. 2018-02-17 19:08:48 -06:00
Zebediah Figura
81174370bb shell32-Context_Menu: Rebase. 2018-02-17 19:05:54 -06:00
Zebediah Figura
469d9bb7bf ntdll-Threading: Rebase. 2018-02-17 18:59:43 -06:00
Zebediah Figura
f97fd0676d server-Pipe_ObjectName: Rebase. 2018-02-17 18:55:54 -06:00
Zebediah Figura
1bec48302b Remove rasapi32-RasGetConnectionStatistics.
Fixed by 290aec59aa
2018-02-17 18:51:37 -06:00
Zebediah Figura
289404eabe oleaut32-TKIND_COCLASS: Rebase. 2018-02-17 18:49:21 -06:00
Zebediah Figura
cb536ac20c ole32-HGLOBALStream: Rebase. 2018-02-17 18:44:28 -06:00
Zebediah Figura
1537775f66 ntdll-x86_64_ExceptionInformation: Remove patch 0002.
Fixed by 959d240cbe
2018-02-17 18:39:39 -06:00
Zebediah Figura
05fafd86f0 ntdll-RtlQueryPackageIdentity: Rebase. 2018-02-17 18:37:09 -06:00
Zebediah Figura
3dadc9b50b ntdll-Pipe_SpecialCharacters: Rebase. 2018-02-17 18:33:34 -06:00
Zebediah Figura
7993a8d151 Remove ntdll-Attach_Process_Dlls
Fixed by https://source.winehq.org/git/wine.git/ed893d3591802bb562d100b277f968be402af740
2018-02-17 18:27:25 -06:00
Zebediah Figura
8c1c90df75 Remove wevtapi-EvtNext
fixed by aaf4e1d93d
2018-02-17 17:47:28 -06:00
Zebediah Figura
c58d017024 Remove user32-Revert_ListBox_Height.
Fixed by f0fc034997
2018-02-17 17:47:19 -06:00
Zebediah Figura
47754ac770 Remove user32-Invalidate_Key_State
fixed by 059d5ece23
2018-02-17 17:47:16 -06:00
Zebediah Figura
dce52cb85c Update patchinstall.sh 2018-02-17 17:47:13 -06:00
Zebediah Figura
b929eb6f9e fix dependencies 2018-02-17 17:47:07 -06:00
Brandon Amaro
db95c3ad44
Update 0004-ntdll-tests-Test-updating-TickCount-in-user_shared_d.patch
Allows the patch to be applied
2018-02-17 15:22:16 -08:00
Brandon Amaro
3e7844d276
Update 0003-ntdll-Create-thread-to-update-user_shared_data-time-.patch
allows the patch to be applied
2018-02-17 15:15:13 -08:00
Brandon Amaro
2f66d7483c
Update 0001-ntdll-Move-code-to-update-user-shared-data-into-a-se.patch
Allows the patch to be applied
2018-02-17 14:58:48 -08:00
Brandon Amaro
70db296c0e
Update patchinstall.sh
Remove 0002-ntdll-Avoid-crash-when-trying-to-access-page-prot-of.patch as the patch appears to be already applied in WINE.
2018-02-17 14:49:38 -08:00
Brandon Amaro
047fc8866d
Update 0001-ntdll-Add-support-for-hiding-wine-version-informatio.patch
allows the patch to be applied
2018-02-17 13:40:54 -08:00
Brandon Amaro
f2fd3be62d
Update 0001-ntdll-Ensure-process-dlls-are-not-attached-too-early.patch
Don't know if this works but it appears to allow the patch to be applied.
2018-02-17 13:29:34 -08:00
Alistair Leslie-Hughes
7622ec9450 Rebase against 65989f2ace1b06617638e31cb7ba56deb38fe690 2018-02-17 14:01:23 +11:00
Alistair Leslie-Hughes
6581a6f2ea Rebase against 389c3add0ad93f3b2180c636363b25f6c78757a2 2018-02-17 14:01:23 +11:00
Alistair Leslie-Hughes
47d2040c12 Rebase against 9d897b73a877e5eaae26df87930c951ff8273c14 2018-02-17 14:01:23 +11:00
Alistair Leslie-Hughes
e58651c321 Rebase against 0f1cb96b694a38106464044285296e531f90bb67 2018-02-17 14:01:23 +11:00
Alistair Leslie-Hughes
8b685b1ebd Rebase against 354fa7eb7921c3317e7943c18871febe5570dd52 2018-02-17 14:01:23 +11:00
Alistair Leslie-Hughes
b6035fb652 Rebase against f9181daa1ddc2c10d3b6ddd4610bc1421cfd0f42 2018-02-17 14:01:23 +11:00
Sebastian Lackner
90679f2faf Release 2.21. 2017-11-22 00:25:49 +01:00
Sebastian Lackner
5263c29479 oleaut32-x86_64_Marshaller: Fix compilation on x86_64. 2017-11-21 16:54:53 +01:00
Sebastian Lackner
aa9bb78434 Rebase against 53290d2ec483006656987352d53842ffc1852c91. 2017-11-21 09:51:39 +01:00
Sebastian Lackner
ad21b3e74b msi-Dummy_Thread: Add reference to bug report. 2017-11-08 20:49:11 +01:00
Sebastian Lackner
da5cab425d Rebase against f962bb0039c87c084214ca0bd4f40693db376195. 2017-11-08 19:10:05 +01:00
Sebastian Lackner
9ac47d26d7 Rebase against 2c51fc1bfc1d551aebb47616c19d3329c5e0f7f6. 2017-11-08 05:03:26 +01:00
Sebastian Lackner
b3199000fe Rebase against 31ef99245ae8cd08b2bb611a2a8803c6206f4d54. 2017-11-08 04:00:15 +01:00
Sebastian Lackner
9e01cd7628 Rebase against 039d267b0925273197a9edcf7664c4a42dca932d. 2017-11-08 02:52:58 +01:00
Sebastian Lackner
14750b5cf8 Release 2.20. 2017-11-06 00:58:12 +01:00
Sebastian Lackner
8596e77b21 Rebase against 40b7831cd80607e42b9e1c910a62f022c45ac884. 2017-11-02 09:00:51 +01:00
Sebastian Lackner
a44a43769b Rebase against d0f2361170d140ad2510bb26ad187d30fd1c1afa. 2017-10-27 23:42:26 +02:00
Sebastian Lackner
a9ee89f869 Rebase against c14a16b08911d1695e42b75c60436ace9f42ea01. 2017-10-27 21:23:08 +02:00
Sebastian Lackner
a8a83ab795 Rebase against 981dec4986e7ac1982049dbede1ca2aa72f5e70c. 2017-10-27 19:40:52 +02:00
Sebastian Lackner
e3089157b4 Rebase against 57ca6b90bb7337cb90465b3bf1f147e3d2564f2e. 2017-10-23 17:07:04 +02:00
Sebastian Lackner
9d1ea3e695 Release 2.19. 2017-10-20 19:12:39 +02:00
Sebastian Lackner
5110081815 Added patch to fix double-free in build_shared_mapping. 2017-10-16 16:40:29 +02:00
Sebastian Lackner
fd2221cfd9 Added patch to implement BCrypt RSA provider. 2017-10-14 22:52:22 +02:00
Sebastian Lackner
5e03e4422d d3d11-Depth_Bias: Added patches to implement support for depth bias clamping. 2017-10-14 17:54:36 +02:00
Sebastian Lackner
5149b192c9 Rebase against cf5616ffbb39df7ad3ac0a41e55777ab6c1abab9. 2017-10-14 10:21:44 +02:00
Sebastian Lackner
71bcbb308e Rebase against 4b028bb09cb9563e111fedab0f4c3663dc278d0a. 2017-10-12 11:15:17 +02:00
Sebastian Lackner
da45303bdc Rebase against ee7ddd1ed38a3b2f41bdb676f42e3453021968c1. 2017-10-11 08:54:10 +02:00
Sebastian Lackner
7dc2c0f2c6 Rebase against 63d6dce04746237c1cb39c22914ed666c55178e1. 2017-10-09 23:45:35 +02:00
Sebastian Lackner
1be574ad0d Added patch to ensure NtUnmapViewOfSection doesn't fail when trying to unmap builtin view. 2017-10-09 14:36:09 +02:00
Sebastian Lackner
12802a92b6 wuauserv-Dummy_Service: Add reference to bug report. 2017-10-09 13:52:20 +02:00
Sebastian Lackner
62f66c7aaa nvapi-Stub_DLL: Add reference to bug report. 2017-10-08 17:53:37 +02:00
Sebastian Lackner
25313a5526 Added patch to revert changes to address_space_start in virtual_init.
Breaks loading of all DOS executables.
2017-10-08 11:17:47 +02:00
Sebastian Lackner
f79f1d1e79 d3d11-Deferred_Context: Allow NULL pointer for initial count in d3d11_deferred_context_CSSetUnorderedAccessViews. 2017-10-08 07:01:33 +02:00
Sebastian Lackner
1b974b234d Rebase against fb8226f639093a3fef41f7273fa0089246d1dfa4. 2017-10-06 23:32:59 +02:00
Sebastian Lackner
7c183df10b Rebase against 825d5c86415d9e76c92a9d533c00790efe847ae7. 2017-10-05 23:09:54 +02:00
Sebastian Lackner
2cc3a4b98f gdiplus-DC_Handling: Remove reference to bug report. 2017-10-05 14:11:22 +02:00
Sebastian Lackner
053046f489 Added patch to implement stub for rasapi32.RasGetConnectionStatistics. 2017-10-05 14:09:49 +02:00
Sebastian Lackner
d677406b2a ntdll-TokenLogonSid: Fix some test failures. 2017-10-05 13:55:07 +02:00
Sebastian Lackner
3945cbfe36 Rebase against 9a53298eed493080fb132d0cd57fffa95b00b1ec. 2017-10-05 05:12:57 +02:00
Sebastian Lackner
48c730f761 Rebase against b34ea10112227a0d8554c81fc093c0cf6e1bc1b7. 2017-10-05 03:48:24 +02:00
Sebastian Lackner
788e74086e Rebase against e9c69fde09f0aca171652aaa2e26db2ef075d243. 2017-10-04 21:15:05 +02:00
Sebastian Lackner
726c476b6a Release 2.18. 2017-10-04 17:57:43 +02:00
Sebastian Lackner
568d91cbca ntdll-x86_64_ExceptionInformation: Handle a few more privileged instructions. 2017-10-04 17:56:31 +02:00
Sebastian Lackner
9f619e92e8 wined3d-Dual_Source_Blending: Update patchset. 2017-10-04 17:16:37 +02:00
Sebastian Lackner
a231c76ff4 user32-FlashWindowEx: Update and reenable patchset. 2017-10-04 03:46:59 +02:00
Sebastian Lackner
5672a07b8d Added patch to return CR_NO_SUCH_DEVNODE from CM_Get_Parent stub. 2017-10-04 03:28:28 +02:00
Sebastian Lackner
2d16aafa9a Added patch to keep reference on mapping for shared PE mappings. 2017-10-04 03:22:01 +02:00
Sebastian Lackner
431c546ca5 ntdll-segv_handler: Update patchset and implement proper detection of privileged instructions. 2017-10-04 01:53:09 +02:00
Sebastian Lackner
18a46d576a Added patch with backport for regression caused by virtual memory management changes. 2017-10-04 00:49:31 +02:00
Sebastian Lackner
7131b6ce3c crypt32-ECDSA_Cert_Chains: Avoid compile failures with gnutls < 3. 2017-10-03 05:45:20 +02:00
Sebastian Lackner
edf6f27f25 Added patch to implement support for validating ECDSA certificate chains. 2017-10-02 16:28:12 +02:00
Sebastian Lackner
76cd811f73 nvcuda-CUDA_Support: Add semi stub for cuD3D10GetDevice. 2017-10-02 16:00:52 +02:00
Sebastian Lackner
93b9924d3c d3d11-Deferred_Context: Implement restoring of state after executing a command list in d3d11. 2017-10-02 15:53:50 +02:00
Sebastian Lackner
b6b1505f12 wined3d-Interpolation_Modifiers: Add quirk for broken auxiliary qualifier matching in wined3d. 2017-10-02 15:11:17 +02:00
Sebastian Lackner
65acc06d90 Added patch to implement vsync handling for d3d10/d3d11. 2017-10-02 14:44:37 +02:00
Sebastian Lackner
b67879cfb2 d3d11-Deferred_Context: Allow NULL pointer for initial count in OMSetRenderTargetsAndUnorderedAccessViews.
Thanks Michael Müller.
2017-10-02 13:56:05 +02:00
Sebastian Lackner
c3167b37c2 Added patch to define missing message string for TRUST_E_NOSIGNATURE. 2017-10-01 05:43:03 +02:00
Sebastian Lackner
37bc3c21bf Added patch with additional tests for job object accounting. 2017-10-01 04:53:37 +02:00
Sebastian Lackner
cc7f8f108a d3d11-Deferred_Context: Add dependency on wined3d-1DTextures. 2017-10-01 04:10:32 +02:00
Sebastian Lackner
dd1a215bef Added patch to fix crash when exporting REG_SZ data if size == 0. 2017-09-30 18:48:25 +02:00
Sebastian Lackner
4c7e1e892a Added patch to fix size of allocated ranges block. 2017-09-30 16:26:16 +02:00
Sebastian Lackner
f7fdbd9bbf Rebase against 2ae0574d8eac19db501a79ce2597f2fe30a770bd. 2017-09-29 09:54:59 +02:00
Sebastian Lackner
d654c8fe4b Added patch to fix length of some algorithm names in aProvEnumAlgsEx array. 2017-09-28 07:42:39 +02:00
Sebastian Lackner
85e5931a01 Added patch to always define hton/ntoh macros in winsock.h. 2017-09-28 07:03:37 +02:00
Sebastian Lackner
e95dde704f msi-MsiGetDatabaseState: Remove reference to bug report. 2017-09-28 00:13:59 +02:00
Sebastian Lackner
f7b70e7914 dwmapi-DwmSetIcon: Remove reference to bug report. 2017-09-28 00:12:32 +02:00
Sebastian Lackner
cd5a748195 Added patch to avoid unexpanding ComputerName in PathUnExpandEnvStrings. 2017-09-28 00:11:16 +02:00
Sebastian Lackner
7dcf0a40b3 Added patch to close process / thread handles in kernel32/tests. 2017-09-27 23:56:17 +02:00
Sebastian Lackner
34a26b4e9e wined3d-GenerateMips: Added patch to implement d3d10_device_GenerateMips. 2017-09-27 23:49:17 +02:00
Sebastian Lackner
13a6f6a44d Rebase against c91a531957acaf4cf7cdb985b5ba47a273f5f9b2. 2017-09-27 05:09:54 +02:00
Sebastian Lackner
094f2d8d0c Rebase against 44cb0afb2571984bda8ca1fa084a50c1fc04ac71. 2017-09-25 16:18:50 +02:00
Sebastian Lackner
48ffaa6b21 Rebase against 25a8773d21d0113dc5e4f9dee49d9d9dbeed347b. 2017-09-22 08:48:47 +02:00
Sebastian Lackner
17ebaec62c Rebase against 0991e015316e382f787b1f5c93b483c3faf04b9b. 2017-09-21 00:33:55 +02:00
Sebastian Lackner
3b068197d3 Rebase against fdac39f697e049ead215b164bfe6953269ffa7be. 2017-09-20 18:29:20 +02:00
Sebastian Lackner
8859da7cbd Rebase against 302153117e20b62c9170aed62aa33e83cacfaf59. 2017-09-20 07:17:22 +02:00
Sebastian Lackner
22cdd720aa Release 2.17. 2017-09-20 02:14:38 +02:00
Sebastian Lackner
f818f80da7 user32-FlashWindowEx: Disable patchset. 2017-09-20 02:13:31 +02:00
Sebastian Lackner
2c4722a130 d3d11-Deferred_Context: Update bug reference. 2017-09-19 01:58:35 +02:00
Sebastian Lackner
f4c1df296d user32-Mouse_Message_Hwnd: Add another bug reference. 2017-09-19 01:42:17 +02:00
Sebastian Lackner
1cdf74a117 Added patch to fix return value of FlashWindowEx. 2017-09-19 01:35:49 +02:00
Sebastian Lackner
0727cad0c9 Added patch to skip validation of SYSMEM location if memory was evicted. 2017-09-18 03:58:40 +02:00
Sebastian Lackner
63a8a664c9 Added patch to fix newline normalization in msxml implementation. 2017-09-18 03:27:37 +02:00
Sebastian Lackner
c66ae9f084 user32-Mouse_Message_Hwnd: Update patchset and fix a regression related to the DC region. 2017-09-17 20:08:00 +02:00
Sebastian Lackner
ae2d23d9f4 Added patch to implement support for GenerateMips. 2017-09-17 05:22:09 +02:00
Sebastian Lackner
b35d9813d2 Added patch to translate icebp instruction to EXCEPTION_SINGLE_STEP on x86_64. 2017-09-16 05:35:23 +02:00
Sebastian Lackner
54b732863c Rebase against bb16263fe1974851f495435fef9a3d57fa2d4aa9. 2017-09-15 23:53:46 +02:00
Sebastian Lackner
7b016ffde8 Rebase against 218286bb87f8a38a48b4717247e578e02f6a051f. 2017-09-15 01:12:35 +02:00
Sebastian Lackner
7a557fe8fd Rebase against c16ef729db50209a626b743f5847a24dff5688a4. 2017-09-13 23:28:34 +02:00
Sebastian Lackner
ce01adb3ed Rebase against 6144addcf0fc26f187aa05e6bac6c4a0c3542199. 2017-09-13 02:54:56 +02:00
Sebastian Lackner
d7385d6c01 Rebase against 19d57982ecb4520453a1b77ace386c625312e265. 2017-09-12 03:12:34 +02:00
Sebastian Lackner
f85692946e Rebase against 917e86dd7a4cca1da47262caaded2bef9e022f99. 2017-09-09 00:23:37 +02:00
Sebastian Lackner
36f5d4da6c Added patch to implement support for interpolation modifiers in sm4/sm5 pixel shaders. 2017-09-08 17:06:22 +02:00
Sebastian Lackner
1767361878 wined3d-Backup_Window: Remove disabled patchset. 2017-09-08 02:36:17 +02:00
Sebastian Lackner
2a9948a07f server-Debug_Registers: Remove disabled patchset. 2017-09-08 02:33:32 +02:00
Sebastian Lackner
97015ebf4e ntdll-Heap_FreeLists: Remove disabled patchset. 2017-09-08 02:32:21 +02:00
Sebastian Lackner
729ce1f6f3 Rebase against c9f72ccec2387da0c02fa1d35997fb914dcf4656. 2017-09-08 02:18:58 +02:00
Sebastian Lackner
279eca11f1 Rebase against d003ed3b1743985282c8c8e9c597d77c4b47bb15. 2017-09-08 00:29:26 +02:00
Sebastian Lackner
7709f6b37c Rebase against b32c3243782477f7cc6dc5a189a3e4a5dacce1c8. 2017-09-07 21:01:25 +02:00
Sebastian Lackner
34f5330124 Rebase against eb5c1872540a71ebef4703387c11c414516233f4. 2017-09-07 17:45:21 +02:00
Sebastian Lackner
578128d012 Release 2.16. 2017-09-07 06:32:03 +02:00
Sebastian Lackner
51cc8cbe36 dwrite-8bpp_Grayscale_Mode: Update patchset. 2017-09-07 03:26:59 +02:00
Sebastian Lackner
f1b1baf057 Added patch to fix privileged instruction exception code on x86_64. 2017-09-07 02:14:38 +02:00
Sebastian Lackner
467fed6501 Added patch to implement syscall thunks for 64-bit. 2017-09-07 02:11:27 +02:00
Sebastian Lackner
83f27c90a6 Added patch to treat invalid pixel types as PFD_TYPE_RGBA in wglChoosePixelFormat. 2017-09-07 02:04:59 +02:00
Sebastian Lackner
7710cdb8c0 Added patch to use 8bpp bitmaps in grayscale mode. 2017-09-06 03:59:23 +02:00
Sebastian Lackner
141768861c Added patches to implement additional d3d11 deferred context functions. 2017-09-06 03:54:37 +02:00
Sebastian Lackner
a8eca598ce Added patch to revert listbox popup height changes. 2017-09-04 01:45:03 +02:00
Sebastian Lackner
ce7d9b6d08 wined3d-Revert_Surface_Blt: Add reference to bug report. 2017-09-04 01:39:03 +02:00
Sebastian Lackner
a7f42dd60a mfplat-MFStartup: Temporarily disable patchset.
The patch causes a regression because applications start using
other mfplat functions.
2017-09-04 01:38:38 +02:00
Sebastian Lackner
83e5c37f16 Added patch to implement support for indexed vertex blending. 2017-09-02 04:31:04 +02:00
Sebastian Lackner
7ad83e6e14 Rebase against 0b1d7ff7655c5aa7ff073f67400bd4401727183f. 2017-09-02 03:46:01 +02:00
Sebastian Lackner
a7cf8014bb Added patch to revert special case for converted surfaces in wined3d_surface_blt. 2017-09-02 02:29:01 +02:00
Sebastian Lackner
c50463197f Rebase against e06b7693d6f0980b1db2fa3b9920c7a925ceb8be. 2017-09-02 02:24:26 +02:00
Sebastian Lackner
f98abfe0dc Added patch to return S_OK from MFStartup stub. 2017-08-31 01:33:52 +02:00
Sebastian Lackner
5a79bf01f2 Added patch to fix handling of empty string in WS_getaddrinfo. 2017-08-31 01:16:11 +02:00
Sebastian Lackner
330f1cc410 Rebase against 844b57e4d800bfb260c1694ed54a02b9f5ad1f47. 2017-08-30 23:16:18 +02:00
Sebastian Lackner
d076d04ebc Rebase against c579a81a6353dd7c843270561cd5763ff895de40. 2017-08-30 01:14:43 +02:00
Sebastian Lackner
7b687557c3 Rebase against dfa1815c02d1661766c8f3a4a290635e7adb4ccf. 2017-08-29 00:10:33 +02:00
Sebastian Lackner
00540ae7b9 Rebase against 083e61fddf90ade32a119d5b6bf84d27adefc589. 2017-08-26 01:02:52 +02:00
Sebastian Lackner
41562729cd Rebase against cc49c40f05a600327b80711f6f80844608dde366. 2017-08-24 23:16:28 +02:00
Sebastian Lackner
6b9d11ac58 Rebase against 79ebd3f3bf9e5b6607363667d03def04e254f710. 2017-08-24 03:42:23 +02:00
Sebastian Lackner
e53b4e2702 dxgi-GammaRamp: Add reference to bug report. 2017-08-23 19:43:34 +02:00
Sebastian Lackner
eb4587492e Release 2.15. 2017-08-23 03:45:59 +02:00
Sebastian Lackner
b6bab9758e Added patches to fix JPEG decoder and implement support for CMYK to BGR conversion. 2017-08-22 03:20:18 +02:00
Sebastian Lackner
bab383452b Added patch to implement dual source blending in wined3d. 2017-08-22 02:00:27 +02:00
Sebastian Lackner
9fbebe7a46 Added patch to allow arbitrary viewports for d3d11 in wined3d. 2017-08-22 00:17:19 +02:00
Sebastian Lackner
14cfabe8ab Added patch to avoid test failures in reg tests. 2017-08-20 18:37:58 +02:00
Sebastian Lackner
5adb9710aa Added patch to avoid stack protector frame in signal handler functions. 2017-08-20 18:24:41 +02:00
Sebastian Lackner
f09e1db3cc Rebase against 67f6eb327ef78fe8acf45bf6ac6c93424ec89335. 2017-08-20 13:51:27 +02:00
Sebastian Lackner
ea6cb58103 Rebase against d53b711f27f15cdeb9700e86526dab13ddf8d731. 2017-08-18 05:31:27 +02:00
Sebastian Lackner
62f94a1ed2 bcrypt-Improvements: Add missing changes to ncrypt.spec. 2017-08-17 22:21:41 +02:00
Sebastian Lackner
41cf5ea976 user32-Sorted_Listbox: Update patchset. 2017-08-17 22:13:10 +02:00
Sebastian Lackner
be0aab1653 Added patch to implement kernelbase.PathCchCombineEx. 2017-08-17 20:42:40 +02:00
Sebastian Lackner
0e27dc7034 Rebase against 866eec810e7342630d47887f8ad7e1fbb5a0e788. 2017-08-17 20:17:02 +02:00
Sebastian Lackner
f6565eb6af Rebase against ae2d6e836b98440cdc938718226dc89592a64eda. 2017-08-17 15:54:43 +02:00
Sebastian Lackner
2d92c18c9e Added patch to implement support for 192 and 256 bit AES keys in bcrypt. 2017-08-13 21:30:25 +02:00
Sebastian Lackner
96dd810f82 Added patch to implement BCryptImportKey and BCryptExportKey. 2017-08-13 21:24:07 +02:00
Sebastian Lackner
8ca3547a36 advapi32-Token_Integrity_Level: Update specfile. 2017-08-13 19:26:30 +02:00
Sebastian Lackner
4938755f5f Added patch to implement stubs for GetWindowDisplayAffinity and SetWindowDisplayAffinity. 2017-08-13 19:21:57 +02:00
Sebastian Lackner
adb8deeaf2 Rebase against 797a746fc2a1b17d67b7423293e081e3e7171033. 2017-08-12 17:09:40 +02:00
Sebastian Lackner
716ea2cef3 wined3d-UAV_Counters: Remove no longer needed dependencies. 2017-08-09 08:50:28 +02:00
Sebastian Lackner
6edf4d136c Rebase against 52fbaeb2c44e585cacd7f0b57e902dfbcf54d09b. 2017-08-09 08:45:29 +02:00
Sebastian Lackner
51d419bbeb patchupdate.py: Simplify code in generate_ifdefined. 2017-08-08 14:54:24 +02:00
Sebastian Lackner
6b40eb077f Release 2.14. 2017-08-07 23:34:30 +02:00
Sebastian Lackner
ae3f3b8bb7 advapi32-Token_Integrity_Level: Add another Fixes line. 2017-08-07 19:38:41 +02:00
Sebastian Lackner
ed87feaf71 server-Debug_Registers: Comment Fixes line of distabled patch. 2017-08-07 19:13:37 +02:00
Sebastian Lackner
081fbc2ef1 Added patch to return D3DFMT_A8R8G8B8 in D3DXGetImageInfoFromFileInMemory for 32 bpp BMP with alpha. 2017-08-07 17:57:44 +02:00
Sebastian Lackner
5559653869 Added patch with basic implementation for token integrity levels and UAC handling. 2017-08-07 16:58:46 +02:00
Sebastian Lackner
8f9cc5e01c Added patch to use an inline version of Rtl{Enter,Leave}CriticalSection in some ntdll functions. 2017-08-06 06:14:42 +02:00
Sebastian Lackner
d364296484 Added patch to implement advapi32.CreateRestrictedToken. 2017-08-06 04:34:06 +02:00
Sebastian Lackner
0892d6d89e Added patch to prefer native version of packager.dll. 2017-08-06 02:55:07 +02:00
Sebastian Lackner
aa23179c36 ntdll-NtQueryVirtualMemory: Update patchset. 2017-08-05 00:05:47 +02:00
Sebastian Lackner
e28edf1951 Rebase against 2d9e894d285937716a4541c7fab9152fdf0b495f. 2017-08-03 13:41:34 +02:00
Sebastian Lackner
5f7efc6b30 wintrust-WinVerifyTrust: Update patchset to use MS_ENH_RSA_AES_PROV instead of default provider. 2017-08-02 15:19:37 +02:00
Sebastian Lackner
71f0cf0aef Rebase against 611c15953e8297ac1762abfb5aeca6665985fc0f. 2017-08-01 05:55:02 +02:00
Sebastian Lackner
ea9d4a0fa1 Added patch to implement stub for GetProcessWorkingSetSizeEx. 2017-07-30 21:14:59 +02:00
Sebastian Lackner
3aabb941ae Added patch to fix a TRACE in NtGetContextThread. 2017-07-29 03:12:55 +02:00
Sebastian Lackner
f64dc8457e nvapi-Stub_DLL: Add NULL pointer check in NvAPI_D3D11_SetDepthBoundsTest. 2017-07-29 02:23:36 +02:00