Alexandre Julliard pushed to branch master at wine / wine
Commits:
8cb1009e by Brendan Shanks at 2024-07-31T21:07:14+02:00
ntdll: Use environ/_NSGetEnviron() directly rather than caching it in main_envp.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57005
- - - - -
8b1a6bb7 by Brendan Shanks at 2024-07-31T21:07:14+02:00
ntdll: Use _NSGetEnviron() instead of environ when spawning the server on macOS.
- - - - -
6cd79a0e by Brendan Shanks at 2024-07-31T21:07:14+02:00
msv1_0: Use _NSGetEnviron() instead of environ on macOS.
- - - - -
5 changed files:
- dlls/msv1_0/unixlib.c
- dlls/ntdll/unix/env.c
- dlls/ntdll/unix/loader.c
- dlls/ntdll/unix/unix_private.h
- loader/main.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/0291c9f9fb5d759a6b464cbb55ba3…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/0291c9f9fb5d759a6b464cbb55ba3…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
0291c9f9 by Brendan Shanks at 2024-07-31T21:06:48+02:00
include: Ensure that x86_64 syscall thunks have a consistent length when built with Clang.
GCC always assembles 'jmp 1f' to 'eb 01', as does Clang when using -O1
or higher optimization.
But with -O0, Clang outputs 'e9 01 00 00 00'.
The 'subq $0xb,0x70(%rcx)' line in __wine_syscall_dispatcher relies on
'jmp 1f' being 2 bytes.
Based on patch by Alex S.
- - - - -
1 changed file:
- include/wine/asm.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/0291c9f9fb5d759a6b464cbb55ba3d…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/0291c9f9fb5d759a6b464cbb55ba3d…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
6136e9b3 by Jacek Caban at 2024-07-31T21:05:12+02:00
mshtml: Use dispex_index_prop_desc for HTMLElementCollection.
- - - - -
4abbf077 by Jacek Caban at 2024-07-31T21:05:12+02:00
mshtml: Use host object script bindings for HTMLDOMChildrenCollection.
- - - - -
c08e2c88 by Jacek Caban at 2024-07-31T21:05:12+02:00
mshtml: Use host object script bindings for HTMLStyleSheetsCollection.
- - - - -
644b5a27 by Jacek Caban at 2024-07-31T21:05:12+02:00
mshtml: Use host object script bindings for HTMLStyleSheet.
- - - - -
e30fef7f by Jacek Caban at 2024-07-31T21:05:12+02:00
mshtml: Use host object script bindings for HTMLStyleSheetRulesCollection.
- - - - -
e8a2751e by Jacek Caban at 2024-07-31T21:05:12+02:00
mshtml: Use host object script bindings for HTMLStyleSheetRule.
- - - - -
61115561 by Jacek Caban at 2024-07-31T21:05:12+02:00
mshtml: Use get_prop_desc for legacy function object implementation.
And remove no longer needed get_name.
- - - - -
089f39c4 by Jacek Caban at 2024-07-31T21:05:12+02:00
mshtml: Use host object script bindings for style objects.
Based on patch by Gabriel Ivăncescu.
- - - - -
15 changed files:
- dlls/mshtml/dispex.c
- dlls/mshtml/htmlcurstyle.c
- dlls/mshtml/htmldoc.c
- dlls/mshtml/htmlelem.c
- dlls/mshtml/htmlelemcol.c
- dlls/mshtml/htmlform.c
- dlls/mshtml/htmlnode.c
- dlls/mshtml/htmlstyle.c
- dlls/mshtml/htmlstyle.h
- dlls/mshtml/htmlstyleelem.c
- dlls/mshtml/htmlstylesheet.c
- dlls/mshtml/htmltable.c
- dlls/mshtml/htmlwindow.c
- dlls/mshtml/mshtml_private.h
- dlls/mshtml/tests/documentmode.js
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8b1e784fa5b672633087840ff1606…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8b1e784fa5b672633087840ff1606…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
81dbeba0 by Elizabeth Figura at 2024-07-31T20:59:41+02:00
wined3d: Invalidate push constant flags only for the primary stateblock.
- - - - -
9b8a99a8 by Elizabeth Figura at 2024-07-31T20:59:43+02:00
wined3d: Feed the material through a push constant buffer.
- - - - -
283ef7f9 by Elizabeth Figura at 2024-07-31T20:59:43+02:00
wined3d: Move get_projection_matrix() to glsl_shader.c.
- - - - -
a44bf43f by Elizabeth Figura at 2024-07-31T20:59:43+02:00
wined3d: Feed the projection matrix through a push constant buffer.
We cannot get rid of the WINED3D_TS_PROJECTION state handler yet, because table
fog still depends on it.
- - - - -
6305c5ab by Elizabeth Figura at 2024-07-31T20:59:45+02:00
wined3d: Do not use the normal or modelview matrices when drawing pretransformed vertices.
- - - - -
870d9d3e by Elizabeth Figura at 2024-07-31T20:59:45+02:00
wined3d: Feed modelview matrices through a push constant buffer.
- - - - -
7 changed files:
- dlls/wined3d/cs.c
- dlls/wined3d/ffp_gl.c
- dlls/wined3d/glsl_shader.c
- dlls/wined3d/shader_spirv.c
- dlls/wined3d/stateblock.c
- dlls/wined3d/utils.c
- dlls/wined3d/wined3d_private.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1dfac2a252d0036c3bae08bf47f00…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1dfac2a252d0036c3bae08bf47f00…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
1d961140 by Vijay Kiran Kamuju at 2024-07-30T22:26:19+02:00
include: Add more Task Scheduler Trigger interface definitions.
- - - - -
d7f07c39 by Vijay Kiran Kamuju at 2024-07-30T22:26:19+02:00
include: Add ISessionStateChangeTrigger declaration.
- - - - -
1dfac2a2 by Vijay Kiran Kamuju at 2024-07-30T22:26:19+02:00
include: Added IEventTrigger declaration.
- - - - -
1 changed file:
- include/taskschd.idl
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/776c65acb14b2cb1bbecff6c58521…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/776c65acb14b2cb1bbecff6c58521…
You're receiving this email because of your account on gitlab.winehq.org.