Alexandre Julliard pushed to branch master at wine / wine
Commits:
72be6178 by Rémi Bernon at 2025-06-12T22:34:47+02:00
widl: Write apicontracts macros before they are used.
- - - - -
66c29dc4 by Rémi Bernon at 2025-06-12T22:34:47+02:00
widl: Skip writing type definition if already written.
- - - - -
19441ac8 by Rémi Bernon at 2025-06-12T22:34:47+02:00
widl: Always write WinRT enum type definitions.
MSVC supports enum type forward declarations and doesn't complain if the
enum is only defined in a later included file, but GCC requires enums to
be defined before being used in parameters or fields.
This emits every WinRT enum definition, unlike MIDL, before any typedef,
so that the generated headers then work with GCC.
- - - - -
1 changed file:
- tools/widl/header.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8a0fad5907ea42c42006978189f80…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8a0fad5907ea42c42006978189f80…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
3d98ac02 by Elizabeth Figura at 2025-06-12T22:34:47+02:00
amstream/tests: Avoid creating a ddraw RGB24 surface.
This is apparently not universally supported on Windows.
- - - - -
8a0fad59 by Elizabeth Figura at 2025-06-12T22:34:47+02:00
amstream/tests: Avoid calling GetAllocatorRequirements() from DecideAllocator().
Apparently amstream's reconnection will attempt to autoplug if the types don't
match. We don't implement this behaviour yet.
This isn't particularly relevant for the tests, because none of the autoplugged
filters successfully connect.
It causes a test failure here, however, because we attempt to call
IMemInputPin::GetAllocatorRequirements() on various autoplugged filters, and not
all of them return E_NOTIMPL.
Oddly, the failure is intermittent. Apparently the relevant filter is not always
autoplugged, for unclear reasons.
- - - - -
1 changed file:
- dlls/amstream/tests/amstream.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c4c964c172d082ee73d36b224c320…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c4c964c172d082ee73d36b224c320…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
1de7bd5c by Paul Gofman at 2025-06-12T15:29:07+02:00
kernel32/tests: Test loading dll as resource or datafile with wow64 FS redirection disabled.
- - - - -
e8334f6d by Paul Gofman at 2025-06-12T15:29:07+02:00
version/tests: Test GetFileVersionInfoW() with wow64 FS redirection.
- - - - -
1859865c by Paul Gofman at 2025-06-12T15:29:07+02:00
msi/tests: Test installing 64 bit library loaded into wow64 installer process.
- - - - -
1cdf256e by Paul Gofman at 2025-06-12T15:29:07+02:00
msi: Allocate buffer in msi_get_file_version_info().
- - - - -
8cd69810 by Paul Gofman at 2025-06-12T15:29:07+02:00
msi: Get system directory just once.
- - - - -
e389ceb7 by Paul Gofman at 2025-06-12T15:29:07+02:00
msi: Fix getting version info for library loaded into wow64 process.
- - - - -
11 changed files:
- dlls/kernel32/tests/loader.c
- dlls/msi/action.c
- dlls/msi/appsearch.c
- dlls/msi/assembly.c
- dlls/msi/custom.c
- dlls/msi/files.c
- dlls/msi/msi_main.c
- dlls/msi/msipriv.h
- dlls/msi/package.c
- dlls/msi/tests/install.c
- dlls/version/tests/info.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/5593db6bb7026e97890654a6b71f4…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/5593db6bb7026e97890654a6b71f4…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
1b1dcc84 by Rémi Bernon at 2025-06-12T10:54:59+02:00
opengl32: Flush the contexts on gl(Draw|Read)Pixels and glViewport.
- - - - -
9a8047d7 by Rémi Bernon at 2025-06-12T10:55:02+02:00
win32u: Use a pbuffer to implement GL on memory DCs.
- - - - -
370e7d9a by Rémi Bernon at 2025-06-12T10:55:29+02:00
win32u: Drop now unnecessary OSMesa dependency.
- - - - -
32e53875 by Rémi Bernon at 2025-06-12T10:55:29+02:00
win32u: Remove now unnecessary context and pbuffer funcs.
- - - - -
9 changed files:
- configure
- configure.ac
- dlls/opengl32/make_opengl
- dlls/opengl32/tests/opengl.c
- dlls/opengl32/unix_private.h
- dlls/opengl32/unix_thunks.c
- dlls/opengl32/unix_wgl.c
- dlls/win32u/opengl.c
- include/config.h.in
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3a738f74ea7d1382e79662ecf231b…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3a738f74ea7d1382e79662ecf231b…
You're receiving this email because of your account on gitlab.winehq.org.