Alexandre Julliard pushed to branch master at wine / wine
Commits:
3bb59389 by Francisco Casas at 2025-04-04T14:23:52+02:00
d2d1: Add [loop] attribute in sample_gradient() shader function.
Skips loop unrolling when compiling the shader, which lowers compilation
time from ~80ms to ~40ms on my machine, which might preempt stutters for
applications that call d2d_device_context_init() many times.
- - - - -
1 changed file:
- dlls/d2d1/device.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/3bb5938957f90dfbb5dfa9ed2d28da…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/3bb5938957f90dfbb5dfa9ed2d28da…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
f53bab38 by Alexandre Julliard at 2025-04-04T12:56:22+02:00
makefiles: Handle the makefile disable flags directly in configure.
- - - - -
2776c84c by Alexandre Julliard at 2025-04-04T12:56:22+02:00
makefiles: Skip building some programs that are only useful for the host architecture.
- - - - -
5 changed files:
- aclocal.m4
- configure
- configure.ac
- loader/wine.inf.in
- tools/make_makefiles
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b1114a1c5033e3bd3f48ffd9df5bd…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b1114a1c5033e3bd3f48ffd9df5bd…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
f2523806 by Rémi Bernon at 2025-04-04T10:36:33+02:00
opengl32/tests: Cleanup memory DC rendering tests.
- - - - -
d5da527f by Rémi Bernon at 2025-04-04T10:36:33+02:00
opengl32/tests: Update memory DC pixel format tests.
- - - - -
11ce6435 by Rémi Bernon at 2025-04-04T10:36:33+02:00
opengl32/tests: Update memory DC drawing tests.
- - - - -
e633322d by Rémi Bernon at 2025-04-04T10:36:33+02:00
gdi32/tests: Test selecting bitmap on a D3DKMT memory DC.
- - - - -
b1114a1c by Rémi Bernon at 2025-04-04T10:36:33+02:00
opengl32/tests: Test GL rendering on D3DKMT memory DCs.
- - - - -
2 changed files:
- dlls/gdi32/tests/bitmap.c
- dlls/opengl32/tests/opengl.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/602e3eaf792481c893f362c0aa2f6…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/602e3eaf792481c893f362c0aa2f6…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
c9ae3cea by Rémi Bernon at 2025-04-04T10:36:27+02:00
winex11: Cleanup code style in X11DRV_wglCreatePbufferARB.
- - - - -
cbd4d161 by Rémi Bernon at 2025-04-04T10:36:28+02:00
winex11: Cleanup code style in X11DRV_wglQueryPbufferARB.
- - - - -
73bd4307 by Rémi Bernon at 2025-04-04T10:36:28+02:00
winex11: Cleanup code style in X11DRV_wglBindTexImageARB.
- - - - -
cf1826cb by Rémi Bernon at 2025-04-04T10:36:29+02:00
winex11: Compute texture binding enum from the texture target.
- - - - -
602e3eaf by Rémi Bernon at 2025-04-04T10:36:29+02:00
winex11: Remove some pbuffer related dead code.
Various pbuffer struct members aren't used, use_render_texture_emulation
is always TRUE.
- - - - -
1 changed file:
- dlls/winex11.drv/opengl.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/099e35983ff768b543257eff01f7c…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/099e35983ff768b543257eff01f7c…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
96837afc by Gabriel Ivăncescu at 2025-04-03T22:55:56+02:00
mshtml: Don't mess with the outer window if we're already detached.
Since now we always keep outer_window pointer valid (if it exists), we
could e.g. unlink location props from an already detached inner window. This
restores previous behavior on detach.
Fixes a regression introduced by 7c11ce8d44f1758a855c4d3c976825f8afe5fbb2.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
73b9ebb6 by Gabriel Ivăncescu at 2025-04-03T22:55:58+02:00
jscript: Don't leak when popping (u)int values off the stack.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
099e3598 by Gabriel Ivăncescu at 2025-04-03T22:55:58+02:00
jscript: Don't leak when return value of host constructor is not used.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
3 changed files:
- dlls/jscript/engine.c
- dlls/jscript/function.c
- dlls/mshtml/htmlwindow.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/602d0c801607a6913987890cd7490…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/602d0c801607a6913987890cd7490…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
dd99324e by Vibhav Pant at 2025-04-03T22:49:58+02:00
winebth.sys: Support cancellation of pairing sessions via BlueZ.
If BlueZ calls the "Cancel" method on the pairing agent object registered by the driver, mark the
currently active authentication request as canceled.
- - - - -
bdce1cec by Vibhav Pant at 2025-04-03T22:49:58+02:00
winebth.sys: Implement IOCTL_WINEBTH_RADIO_SEND_AUTH_RESPONSE.
- - - - -
4f595eb2 by Vibhav Pant at 2025-04-03T22:49:58+02:00
bluetoothapis: Add stub for BluetoothSendAuthenticationResponseEx.
- - - - -
04aabf6c by Vibhav Pant at 2025-04-03T22:49:58+02:00
bluetoothapis: Implement BluetoothSendAuthenticationResponseEx.
- - - - -
5ec46da5 by Vibhav Pant at 2025-04-03T22:49:58+02:00
bluetoothapis/tests: Add tests for BluetoothSendAuthenticationResponseEx.
- - - - -
e2a9b2b5 by Vibhav Pant at 2025-04-03T22:49:59+02:00
winebth.sys: Allow service auth requests from BlueZ for authenticated devices.
- - - - -
14 changed files:
- dlls/bluetoothapis/bluetoothapis.spec
- dlls/bluetoothapis/main.c
- dlls/bluetoothapis/tests/Makefile.in
- dlls/bluetoothapis/tests/device.c
- dlls/bthprops.cpl/bthprops.cpl.spec
- dlls/winebth.sys/dbus.c
- dlls/winebth.sys/unixlib.c
- dlls/winebth.sys/unixlib.h
- dlls/winebth.sys/unixlib_priv.h
- dlls/winebth.sys/winebluetooth.c
- dlls/winebth.sys/winebth.c
- dlls/winebth.sys/winebth_priv.h
- include/bluetoothapis.h
- include/wine/winebth.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/74fa802b01b5a39a0235ef8b76492…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/74fa802b01b5a39a0235ef8b76492…
You're receiving this email because of your account on gitlab.winehq.org.