- Mar 18, 2018
-
-
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- Mar 16, 2018
-
-
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit f625707f) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
Spotted by Joris Huizer. Signed-off-by: Alex Henrie <alexhenrie24@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit ef104c3a) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
- Feb 20, 2018
-
-
Checking the -Wno- form doesn't fail and causes warnings on gcc. Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit 8cf375de) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
Recent clang versions warn if an include file changes the pragma pack level without restoring it before the end of the include file. This avoids warnings for each include of pshpack*.h/poppack.h. Signed-off-by: Martin Storsjo <martin@martin.st> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit 51e2966b) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
Signed-off-by: Gerald Pfeifer <gerald@pfeifer.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit 6864803f) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
This fixes a performance issue exposed by commit afb2aa25. Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit 63ed42ac) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
Particularly for applications that use dynamic buffers without WINED3D_MAP_DISCARD/WINED3D_MAP_NOOVERWRITE. Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit afb2aa25) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
For consistency with the texture code. Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit 6a70c556) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
Normally, when we hit a breakpoint, we remove it before stopping and add it after continuing. gdb, however, reads the process memory before requesting that the breakpoint be removed, and apparently caches it until the `stepi` instruction is executed; as a result, it thinks that the interrupt byte that is present in the code is an actual interrupt and not a breakpoint, and so tries to step over it as one byte instead of executing the real instruction at that location. Signed-off-by: Zebediah Figura <z.figura12@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit eb63a5f3) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
Signed-off-by: Thomas Faber <thomas.faber@reactos.org> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit 42f742e1) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit 2b37b97d) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
Signed-off-by: Zhiyi Zhang <yi.gd.cn@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit eee8131d) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
Signed-off-by: Fabian Maurer <dark.shadow4@web.de> Signed-off-by: Piotr Caban <piotr@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit 058be430) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit d052ff0f) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
Signed-off-by: Daniel Lehman <dlehman@esri.com> Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit b84ba522) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
Signed-off-by: Martin Payne <development@martinpayne.me.uk> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit 7f47234c) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
Signed-off-by: Martin Payne <development@martinpayne.me.uk> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit 4a8834f6) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
Signed-off-by: Martin Payne <development@martinpayne.me.uk> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit e562d4de) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com> Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit 538e46ad) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com> Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit e0b5496c) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com> Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit 1762f89f) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com> Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit c260de0f) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
Signed-off-by: Alexandre Julliard <julliard@winehq.org> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit 749e280d) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
Signed-off-by: Bob Ziuchkovski <bob.ziuchkovski@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit 221708d6) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit 62a1410a) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
Signed-off-by: Zebediah Figura <z.figura12@gmail.com> Signed-off-by: Andrew Eikum <aeikum@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit 0f0fb984) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
Signed-off-by: Zebediah Figura <z.figura12@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit 6c2a5ee9) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
Based on a patch by Sebastian Lackner. Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit 21149e63) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
Signed-off-by: Zebediah Figura <z.figura12@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit 079d63e6) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit 9d36aad4) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
Based on Dmitry Timoshkov's patch. Signed-off-by: Vincent Povirk <vincent@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit 8bae2130) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit 059d5ece) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit 030488bc) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit b68dbf4e) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit c9308b8d) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit 50734ad5) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
Signed-off-by: Joel Holdsworth <joel@airwebreathe.org.uk> Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit 185bcc45) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-
Reported by Alistair Leslie-Hughes. Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit ff53db7e) Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
-