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.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
888d5f15 by Rémi Bernon at 2025-04-03T22:49:58+02:00
setupapi: Implement SetupDiOpenDeviceInterface(A|W).
Changes by Paul Gofman to the original patch:
- check for too short device path;
- allocate strings dynamically;
- set last error accordingly.
- - - - -
d4f29217 by Paul Gofman at 2025-04-03T22:49:58+02:00
setupapi/tests: Add a test for SetupDiOpenDeviceInterface().
- - - - -
6aa41341 by Paul Gofman at 2025-04-03T22:49:58+02:00
cfgmgr32: Implement CM_Get_Device_Interface_List[_Size][_Ex]W().
- - - - -
749ccccf by Paul Gofman at 2025-04-03T22:49:58+02:00
cfgmgr32: Implement CM_Get_Device_Interface_List[_Size][_Ex]A().
- - - - -
74fa802b by Paul Gofman at 2025-04-03T22:49:58+02:00
cfgmgr32: Implement CM_Get_Device_Interface_PropertyW() for DEVPKEY_Device_InstanceId.
- - - - -
8 changed files:
- dlls/cfgmgr32/cfgmgr32.spec
- dlls/cfgmgr32/main.c
- dlls/cfgmgr32/tests/cfgmgr32.c
- dlls/setupapi/devinst.c
- dlls/setupapi/setupapi.spec
- dlls/setupapi/stubs.c
- dlls/setupapi/tests/devinst.c
- include/cfgmgr32.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/761a06fc76e473f9ecd34d704e3e9…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/761a06fc76e473f9ecd34d704e3e9…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
5aca9df8 by Eric Pouech at 2025-04-03T22:49:58+02:00
dbghelp: Rename struct internal_line into lineinfo.
Used in next patches as the structure & helpers are going
to be used in other CUs.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
8470325d by Eric Pouech at 2025-04-03T22:49:58+02:00
dbghelp: Always copy the source file string.
Note: we were using string stored in source hash tree in
line information. Better always copy into the internal buffer
to avoid dbghelp caller to temper with internal data.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
9ec53898 by Eric Pouech at 2025-04-03T22:49:58+02:00
dbghelp: Introduce interface for line info access.
Introduce two new module_format methods:
- source_info_search_by_addr
- source_info_advance
And move the current line info from vector inside SymTagFunction
into it for new PDB reader.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
f26145da by Eric Pouech at 2025-04-03T22:49:58+02:00
dbghelp: Introduce method to get next/prev line information.
Implement it in new PDB reader.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
98da9888 by Eric Pouech at 2025-04-03T22:49:58+02:00
dbghelp: Introduce method to enumerate line numbers.
And implement it for new PDB reader.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
6e3ad6e7 by Eric Pouech at 2025-04-03T22:49:58+02:00
dbghelp: Add method to enumerate source files.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
761a06fc by Eric Pouech at 2025-04-03T22:49:58+02:00
dbghelp: No longer store line information from old PDB reader.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
5 changed files:
- dlls/dbghelp/dbghelp_private.h
- dlls/dbghelp/msc.c
- dlls/dbghelp/pdb.c
- dlls/dbghelp/source.c
- dlls/dbghelp/symbol.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ec45d013345b3da6d5d13a8005061…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ec45d013345b3da6d5d13a8005061…
You're receiving this email because of your account on gitlab.winehq.org.