Alexandre Julliard pushed to branch master at wine / wine
Commits:
9458579c by Alexandre Julliard at 2024-09-19T09:15:19+02:00
po: Update files for previous commit.
- - - - -
0483d63f by Alexandre Julliard at 2024-09-19T09:21:11+02:00
sc/tests: Remove todo from a test that succeeds now.
- - - - -
1bcdc5b4 by Alexandre Julliard at 2024-09-19T09:25:07+02:00
ntdll/tests: Remove an unreliable test.
Available disk space can change at any time.
- - - - -
76a44d75 by Alexandre Julliard at 2024-09-19T15:02:35+02:00
configure: Remove some obsolete checks.
- - - - -
ec2e77c6 by Alexandre Julliard at 2024-09-19T15:02:35+02:00
configure: Remove some no longer needed program checks.
- - - - -
64dd96d4 by Alexandre Julliard at 2024-09-19T15:02:36+02:00
configure: Remove some no longer needed header checks.
- - - - -
16 changed files:
- aclocal.m4
- configure
- configure.ac
- dlls/ntdll/tests/file.c
- dlls/ntdll/unix/file.c
- dlls/winex11.drv/Makefile.in
- dlls/winex11.drv/graphics.c
- include/config.h.in
- po/ar.po
- po/ast.po
- po/bg.po
- po/ca.po
- po/cs.po
- po/da.po
- po/de.po
- po/el.po
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d91049975a6b28dff9346bd1b59c8…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d91049975a6b28dff9346bd1b59c8…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
7c9695b2 by Nikolay Sivov at 2024-09-19T14:38:59+02:00
vkd3d-shader/tpf: Handle barrier instructions in STAT.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
01f6ef5e by Nikolay Sivov at 2024-09-19T14:38:59+02:00
vkd3d-shader/tpf: Add a 'lod' counter to the STAT.
- - - - -
32ced3bd by Nikolay Sivov at 2024-09-19T14:38:59+02:00
vkd3d-shader/tpf: Set 'gather' instructions counter in the STAT.
- - - - -
1 changed file:
- libs/vkd3d-shader/tpf.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/d4bc51b850dd95091edfd96a6080…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/d4bc51b850dd95091edfd96a6080…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
378a07ae by Gabriel Ivăncescu at 2024-09-18T22:41:38+02:00
mshtml: Use designated initializers for function_dispex.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
d626c4cc by Gabriel Ivăncescu at 2024-09-18T22:41:38+02:00
mshtml: Move formatting of the builtin func disp string to a helper.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
734113b1 by Gabriel Ivăncescu at 2024-09-18T22:41:38+02:00
mshtml: Implement retrieving the builtin method props for the legacy function objects.
They are actual stubs even on native (but avoid throwing when retrieving
them, even if unused).
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
19b009f3 by Gabriel Ivăncescu at 2024-09-18T22:41:44+02:00
jscript: Use proper dispatch flags to retrieve the enumerator.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
4ddacdcb by Gabriel Ivăncescu at 2024-09-18T22:41:44+02:00
jscript: Use deferred fill-in if available to fill the exception info.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
7562e535 by Gabriel Ivăncescu at 2024-09-18T22:41:44+02:00
mshtml/tests: Add more host object related tests for IE9+ modes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
a7ab7149 by Gabriel Ivăncescu at 2024-09-18T22:41:44+02:00
mshtml: Return MSHTML_E_INVALID_PROPERTY when trying to construct a legacy function object.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
d9104997 by Gabriel Ivăncescu at 2024-09-18T22:41:48+02:00
jscript: Return JS_E_OBJECT_NOT_COLLECTION when object has no DISPID_NEWENUM.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
10 changed files:
- dlls/jscript/enumerator.c
- dlls/jscript/error.c
- dlls/jscript/jscript.h
- dlls/jscript/jscript.rc
- dlls/jscript/resource.h
- dlls/jscript/tests/run.c
- dlls/mshtml/dispex.c
- dlls/mshtml/tests/documentmode.js
- dlls/mshtml/tests/dom.js
- dlls/mshtml/tests/events.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/553cbcac28f6f1f92c4d56312fa0f…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/553cbcac28f6f1f92c4d56312fa0f…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
840c3b0d by Jacek Caban at 2024-09-18T19:22:31+02:00
include: Use __has_declspec_attribute in corecrt.h.
To keep it in sync with winnt.h.
- - - - -
7894e844 by Jacek Caban at 2024-09-18T19:22:31+02:00
include: Remove DECLSPEC_ALIGN define from sys/stat.h.
It's defined in corecrt.h, which is included anyway.
- - - - -
8c4ccad0 by Jacek Caban at 2024-09-18T19:22:31+02:00
include: Use __has_declspec_attribute in basetsd.h.
- - - - -
5 changed files:
- include/basetsd.h
- include/msvcrt/corecrt.h
- include/msvcrt/sys/stat.h
- include/rpcndr.h
- include/winnt.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4e43a7891fa419136376b3233a219…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4e43a7891fa419136376b3233a219…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
8c02af2b by Paul Gofman at 2024-09-18T19:22:31+02:00
ws2_32/Tests: Add tests for send buffering.
- - - - -
535c8a84 by Paul Gofman at 2024-09-18T19:22:31+02:00
ntdll: Avoid short writes on nonblocking sockets.
- - - - -
d9a123b6 by Paul Gofman at 2024-09-18T19:22:31+02:00
ntdll: Locally duplicated socket fd for background send.
- - - - -
3d1c2b0e by Paul Gofman at 2024-09-18T19:22:31+02:00
ntdll: Don't cancel background socket sends.
- - - - -
4e43a789 by Paul Gofman at 2024-09-18T19:22:31+02:00
server: Correct STATUS_NOT_FOUND return from (cancel_async).
- - - - -
11 changed files:
- dlls/ntdll/tests/pipe.c
- dlls/ntdll/unix/socket.c
- dlls/ws2_32/tests/sock.c
- include/wine/server_protocol.h
- server/async.c
- server/fd.c
- server/file.h
- server/protocol.def
- server/request.h
- server/sock.c
- server/trace.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/521d399c607437ddc6b2435d915e9…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/521d399c607437ddc6b2435d915e9…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
b0da108d by Elizabeth Figura at 2024-09-18T19:22:30+02:00
wined3d: Use W as a fog source with shaders and a non-orthogonal matrix.
- - - - -
6ea92504 by Elizabeth Figura at 2024-09-18T19:22:30+02:00
wined3d: Use output specular W as a fog source if the shader does not output oFog.
- - - - -
d32da823 by Elizabeth Figura at 2024-09-18T19:22:30+02:00
wined3d: Invalidate STATE_SHADER when WINED3D_TS_PROJECTION changes.
I.e. move the complicated conditional to wined3d_cs_exec_set_transform(),
and invalidate STATE_SHADER directly.
- - - - -
3254a3dc by Elizabeth Figura at 2024-09-18T19:22:31+02:00
wined3d: Invalidate the VS from wined3d_device_apply_stateblock() when fog states change.
- - - - -
521d399c by Elizabeth Figura at 2024-09-18T19:22:31+02:00
wined3d: Invalidate the VS from wined3d_device_apply_stateblock() when WINED3D_RS_VERTEXBLEND changes.
- - - - -
9 changed files:
- dlls/d3d9/tests/visual.c
- dlls/wined3d/cs.c
- dlls/wined3d/ffp_gl.c
- dlls/wined3d/glsl_shader.c
- dlls/wined3d/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/ff1af55fad6e1a3b56abd1f1dad6b…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ff1af55fad6e1a3b56abd1f1dad6b…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
498f4e19 by Anton Baskanov at 2024-09-18T19:22:30+02:00
dplayx: Add a separate session list for walking.
- - - - -
ca73bcf9 by Anton Baskanov at 2024-09-18T19:22:30+02:00
dplayx: Put the sync enumeration code before the async one.
- - - - -
ab11a41a by Anton Baskanov at 2024-09-18T19:22:30+02:00
dplayx: Move enumeration reset and prune out of DP_InvokeEnumSessionCallbacks().
- - - - -
9787f107 by Anton Baskanov at 2024-09-18T19:22:30+02:00
dplayx: Enter critical section when accessing the session cache.
- - - - -
608c5044 by Anton Baskanov at 2024-09-18T19:22:30+02:00
dplayx: Restart session enumeration when the callback returns TRUE.
- - - - -
ff1af55f by Anton Baskanov at 2024-09-18T19:22:30+02:00
dplayx: Respect timeout set by session enumeration callback.
- - - - -
2 changed files:
- dlls/dplayx/dplay.c
- dlls/dplayx/name_server.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3df002091d2c5274d3f72dd666655…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3df002091d2c5274d3f72dd666655…
You're receiving this email because of your account on gitlab.winehq.org.