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.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
a0b39cb0 by Spencer Wallace at 2024-07-30T22:22:51+02:00
shell32/tests: Add tests for moving dir(s) to destination(s) with conflicting dir.
- - - - -
776c65ac by Spencer Wallace at 2024-07-30T22:23:26+02:00
shell32: Fix FO_MOVE when destination has conflicting directory.
- - - - -
2 changed files:
- dlls/shell32/shlfileop.c
- dlls/shell32/tests/shlfileop.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1a0b353158f953eea9a37b9e74427…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1a0b353158f953eea9a37b9e74427…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
f297e4e5 by Jacek Caban at 2024-07-30T22:21:01+02:00
mshtml: Use HTMLPluginContainer for DispatchEx functions in object element.
- - - - -
33831494 by Jacek Caban at 2024-07-30T22:21:01+02:00
mshtml: Store property name in HTMLPluginContainer.
- - - - -
71a57dd6 by Jacek Caban at 2024-07-30T22:21:01+02:00
mshtml: Use host object script bindings for object elements.
- - - - -
4094957f by Jacek Caban at 2024-07-30T22:21:01+02:00
mshtml: Use host object script bindings for select elements.
- - - - -
82ba225d by Jacek Caban at 2024-07-30T22:21:01+02:00
mshtml: Use host object script bindings for HTMLRect.
- - - - -
3728713e by Jacek Caban at 2024-07-30T22:21:01+02:00
mshtml: Use host object script bindings for DOMTokenList.
- - - - -
4daf3943 by Jacek Caban at 2024-07-30T22:21:01+02:00
mshtml: Use dispex_index_prop_desc for HTMLFiltersCollection.
- - - - -
1a0b3531 by Jacek Caban at 2024-07-30T22:21:01+02:00
mshtml: Use host object script bindings for HTMLAttributeCollection.
- - - - -
9 changed files:
- dlls/mshtml/htmlelem.c
- dlls/mshtml/htmlevent.c
- dlls/mshtml/htmlnode.c
- dlls/mshtml/htmlobject.c
- dlls/mshtml/htmlselect.c
- dlls/mshtml/mshtml_private.h
- dlls/mshtml/pluginhost.c
- dlls/mshtml/pluginhost.h
- dlls/mshtml/tests/documentmode.js
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/cab64ec829fce372dcd5a33db1fc9…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/cab64ec829fce372dcd5a33db1fc9…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
4c011a8d by Jacek Caban at 2024-07-29T21:11:11+02:00
mshtml: Use dispex_next_id in NextProperty implementation.
- - - - -
88d6e02b by Jacek Caban at 2024-07-29T21:11:11+02:00
jscript: Ensure that external property is still valid in jsdisp_next_prop.
- - - - -
eb2729ab by Jacek Caban at 2024-07-29T21:11:12+02:00
mshtml: Use host object script bindings for storage objects.
Based on patch by Gabriel Ivăncescu.
- - - - -
81a2aa5a by Jacek Caban at 2024-07-29T21:11:15+02:00
mshtml: Use host object script bindings for frame elements.
Based on patch by Gabriel Ivăncescu.
- - - - -
b505bef4 by Jacek Caban at 2024-07-29T21:11:16+02:00
mshtml: Use host object script bindings for iframe elements.
Based on patch by Gabriel Ivăncescu.
- - - - -
9e581e26 by Jacek Caban at 2024-07-29T21:11:17+02:00
mshtml: Introduce get_outer_iface and use it instead of get_dispatch_this.
- - - - -
66740238 by Jacek Caban at 2024-07-29T21:11:17+02:00
jscript: Allow host objects to specify an outer interface.
- - - - -
d9d816b6 by Jacek Caban at 2024-07-29T21:11:17+02:00
mshtml: Return E_UNEXPECTED for unknown ids in JSDispatchHost_CallFunction.
- - - - -
121b7f10 by Jacek Caban at 2024-07-29T21:11:17+02:00
mshtml: Use get_prop_descs for window object.
- - - - -
e58cbec2 by Jacek Caban at 2024-07-29T21:11:17+02:00
mshtml: Use host object script bindings for Window object.
Based on patch by Gabriel Ivăncescu.
- - - - -
3f23efd6 by Jacek Caban at 2024-07-29T21:11:18+02:00
mshtml: Introduce get_script_global and use it instead of get_compat_mode.
- - - - -
13 changed files:
- dlls/jscript/dispex.c
- dlls/jscript/jsdisp.idl
- dlls/mshtml/dispex.c
- dlls/mshtml/htmldoc.c
- dlls/mshtml/htmlevent.c
- dlls/mshtml/htmlevent.h
- dlls/mshtml/htmlframe.c
- dlls/mshtml/htmlstorage.c
- dlls/mshtml/htmlwindow.c
- dlls/mshtml/mshtml_private.h
- dlls/mshtml/script.c
- dlls/mshtml/tests/documentmode.js
- dlls/mshtml/tests/es5.js
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c63cc782abcbd87f4e8996381df35…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c63cc782abcbd87f4e8996381df35…
You're receiving this email because of your account on gitlab.winehq.org.