Alexandre Julliard pushed to branch master at wine / wine
Commits:
8be67931 by Jacek Caban at 2025-08-13T16:21:55+02:00
opengl32: Improve whitespaces in wrapper declarations.
- - - - -
4271971b by Jacek Caban at 2025-08-13T16:21:59+02:00
opengl32: Use extra unix call argument to pass client buffer from glUnmapBuffer.
- - - - -
513b820d by Jacek Caban at 2025-08-13T16:22:02+02:00
opengl32: Use extra unix call argument to pass client buffer from glUnmapNamedBuffer.
- - - - -
1694a0cf by Jacek Caban at 2025-08-13T16:22:05+02:00
opengl32: Use wow64 wrappers for glMapBuffer and glMapBufferARB implementations.
- - - - -
7a099036 by Jacek Caban at 2025-08-13T16:22:08+02:00
opengl32: Use wow64 wrappers for glMapBufferRange.
- - - - -
06da2df3 by Jacek Caban at 2025-08-13T16:22:45+02:00
opengl32: Use wow64 wrappers for glMapNamedBuffer and glMapNamedBufferEXT.
- - - - -
b822e25e by Jacek Caban at 2025-08-13T16:22:45+02:00
opengl32: Use wow64 wrappers for glMapNamedBufferRange and glMapNamedBufferRangeEXT.
- - - - -
6 changed files:
- dlls/opengl32/make_opengl
- dlls/opengl32/unix_thunks.c
- dlls/opengl32/unix_thunks.h
- dlls/opengl32/unix_wgl.c
- dlls/opengl32/unixlib.h
- dlls/opengl32/wgl.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3d8e31dfc824c19f2c981f05c97f7…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3d8e31dfc824c19f2c981f05c97f7…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
9af73436 by Paul Gofman at 2025-08-13T16:09:14+02:00
nsiproxy.sys: Implement IP interface table.
- - - - -
0acf6e20 by Paul Gofman at 2025-08-13T16:09:14+02:00
iphlpapi: Implement GetIpInterfaceTable().
- - - - -
4f6ffdbb by Paul Gofman at 2025-08-13T16:09:14+02:00
nsi/tests: Add tests for IP interface table.
- - - - -
3d8e31df by Paul Gofman at 2025-08-13T16:09:14+02:00
iphlpapi: Implement GetIpInterfaceEntry().
- - - - -
8 changed files:
- dlls/iphlpapi/iphlpapi.spec
- dlls/iphlpapi/iphlpapi_main.c
- dlls/iphlpapi/tests/iphlpapi.c
- dlls/nsi/tests/nsi.c
- dlls/nsiproxy.sys/ip.c
- dlls/nsiproxy.sys/unix_private.h
- include/netioapi.h
- include/wine/nsi.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/19fde485d98211c01cd5ef812edfa…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/19fde485d98211c01cd5ef812edfa…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
321c3a7a by Vibhav Pant at 2025-08-13T16:09:14+02:00
vccorlib140: Add stub for GetActivationFactoryByPCWSTR.
- - - - -
df7037e5 by Vibhav Pant at 2025-08-13T16:09:14+02:00
vccorlib140: Implement GetActivationFactoryByPCWSTR.
- - - - -
3addf173 by Vibhav Pant at 2025-08-13T16:09:14+02:00
vccorlib140: Add stub for GetIidsFn.
- - - - -
350bb7c6 by Vibhav Pant at 2025-08-13T16:09:14+02:00
vccorlib140: Implement GetIidsFn.
- - - - -
3 changed files:
- dlls/vccorlib140/tests/vccorlib.c
- dlls/vccorlib140/vccorlib.c
- dlls/vccorlib140/vccorlib140.spec
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/9206673e9d4a60511ef22b6890695…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/9206673e9d4a60511ef22b6890695…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
19a640ec by Rémi Bernon at 2025-08-13T16:09:14+02:00
windows.gaming.input: Only create Gamepad instances for XInput devices.
- - - - -
6d08d32e by Rémi Bernon at 2025-08-13T16:09:14+02:00
winebus: Improve gamepad report compatibility with XUSB / GIP.
Inverting left/right trigger usages and Y values, so that WGI doesn't
need to mess with axes order.
- - - - -
15c02e64 by Rémi Bernon at 2025-08-13T16:09:14+02:00
windows.gaming.input: Use a generic dinput device data format.
To avoid the builtin axis mapping that c_dfDIJoystick2 does, we need
IRawGameController to expose the axes / povs / buttons in their raw
order.
- - - - -
9206673e by Rémi Bernon at 2025-08-13T16:09:14+02:00
winebus: Use a vendor specific usage for gamepad guide buttons.
To avoid exposing it with the other buttons, the XUSB / GIP frontends
don't expose it to applications (for instance in Windows.Gaming.Input).
- - - - -
9 changed files:
- dlls/dinput/joystick_hid.c
- dlls/dinput/tests/joystick8.c
- dlls/windows.gaming.input/gamepad.c
- dlls/windows.gaming.input/provider.c
- dlls/winebus.sys/bus_sdl.c
- dlls/winebus.sys/bus_udev.c
- dlls/winebus.sys/hid.c
- dlls/winexinput.sys/main.c
- dlls/xinput1_3/main.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/25aaf12e849e244e18aead18c5714…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/25aaf12e849e244e18aead18c5714…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
ecee9ca7 by Giovanni Mascellani at 2025-08-13T16:09:14+02:00
mmdevapi/tests: Do not test QueryInterface() with a NULL output pointer.
This segfaults on my Windows 11 system. It's not a particularly
useful test anyway.
- - - - -
f260a509 by Giovanni Mascellani at 2025-08-13T16:09:14+02:00
winepulse.drv: Allow 32-bit PCM audio samples.
They're already allowed on the ALSA and CoreAudio drivers.
- - - - -
25aaf12e by Giovanni Mascellani at 2025-08-13T16:09:14+02:00
winecoreaudio.drv: Do not spam fixmes for unknown channels.
- - - - -
4 changed files:
- dlls/mmdevapi/tests/capture.c
- dlls/mmdevapi/tests/render.c
- dlls/winecoreaudio.drv/coreaudio.c
- dlls/winepulse.drv/pulse.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/28093964f1d772e9736ff7ec492de…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/28093964f1d772e9736ff7ec492de…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
d6f685f1 by Rémi Bernon at 2025-08-13T16:09:14+02:00
widl: Fix parsing of contract version.
- - - - -
453ca8bb by Rémi Bernon at 2025-08-13T16:09:14+02:00
widl: Fix ATTR_CONTRACTVERSION output in header files.
- - - - -
f4b1c669 by Rémi Bernon at 2025-08-13T16:09:14+02:00
widl: Fix ATTR_CONTRACTVERSION in metadata files.
- - - - -
5dfb3fcb by Rémi Bernon at 2025-08-13T16:09:14+02:00
widl: Write deprecated version in metadata files.
- - - - -
3 changed files:
- tools/widl/header.c
- tools/widl/metadata.c
- tools/widl/parser.y
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b887d25e528a00dbd1963df63a9e2…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b887d25e528a00dbd1963df63a9e2…
You're receiving this email because of your account on gitlab.winehq.org.