- 17 Nov, 2023 13 commits
-
-
Alexandros Frantzis authored
-
Alexandros Frantzis authored
-
Alexandros Frantzis authored
Create a Vulkan instance, ensuring we use the proper (Wayland) SurfaceKHR extension when forwarding the request to the native Vulkan platform.
-
Alexandros Frantzis authored
Return the native instance extension properties, substituting VK_KHR_wayland_surface for VK_KHR_win32_surface.
-
Alexandros Frantzis authored
-
Alistair Leslie-Hughes authored
We need to know what type of Edit we are Performing, eg AddNew or Updated existing.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- 16 Nov, 2023 26 commits
-
-
Alex Henrie authored
-
Alex Henrie authored
-
Marc-Aurel Zent authored
-
Myah Caron authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55640Signed-off-by: Myah Caron <qsniyg@protonmail.com>
-
Eric Pouech authored
On MacOs, starting with Big Sur 11.0.1, the system dynamic libraries are no longer directly accessible on disk. They are still available through dlopen and friends. For getting access to the images (and their debug symbol), Apple provides, in the developper kit, the tools to extract the files. Note that this is handled as a database of all system libraries, where ASLR is in place such that segments of a given library are no longer contiguous in memory (dbghelp doesn't currently handle this). Apart from not having image information nor debug information, another side effect is that dbghelp tries every time it refreshes the mach-o module list to reload any library for which it didn't have an image file. This can be lengthy (esp when a typical process has more than 300 modules loaded). This patch forces the creation of the dbghelp module even if the image file isn't found. This patch cuts startup time of 'winedbg notepad' from 9.9 to 7.4s. YMMV. Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
Eric Pouech authored
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
Eric Pouech authored
Rely solely on extended module information. Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
Eric Pouech authored
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
Eric Pouech authored
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Zhiyi Zhang authored
The last parameter should be REFPROPVARIANT instead of PROPVARIANT.
-
Alex Henrie authored
-
Hans Leidekker authored
-
Zebediah Figura authored
The Vulkan specification does not currently mandate this. However, an (unfortunately internal) Khronos discussion determined that this is an oversight, and that many drivers likely expect that no counter buffer will be bound if no XFB buffer is bound. Accordingly the specification will probably mandate this in the future. lavapipe is such a driver. This fixes a crash with llvmpipe in test_index_buffer_offset().
-
Zebediah Figura authored
-
Zebediah Figura authored
If DISCARD maps are accelerated, passing empty map flags won't return the same accelerated BO. Tested with Port Royale 2 and Rayman 3. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55770
-
Paul Gofman authored
-
Paul Gofman authored
-
Paul Gofman authored
-
Jactry Zeng authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47609
-
- 15 Nov, 2023 1 commit
-
-
Anton Baskanov authored
Fixes incorrect EG key number scale and offset that caused missing lower notes of some instruments (e.g. Acoustic Grand Piano).
-