Alexandre Julliard pushed to branch master at wine / wine
Commits:
c9ce39d0 by Vijay Kiran Kamuju at 2024-11-05T20:54:54+01:00
websocket: Add stub for WebCreateClientHandle.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54623
- - - - -
0f05f82b by Vijay Kiran Kamuju at 2024-11-05T20:54:54+01:00
websocket: Add stub for WebSocketAbortHandle.
- - - - -
a7abbfd1 by Vijay Kiran Kamuju at 2024-11-05T20:54:54+01:00
websocket: Add stub for WebSocketDeleteHandle.
- - - - -
5 changed files:
- dlls/websocket/Makefile.in
- + dlls/websocket/websocket.c
- dlls/websocket/websocket.spec
- include/Makefile.in
- + include/websocket.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d279cbe8671b85a4e35766f8601b2…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d279cbe8671b85a4e35766f8601b2…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
6e5f547a by Alexandre Julliard at 2024-11-05T16:32:46+01:00
user32: Add some new entry points and ordinals.
- - - - -
33ca2048 by Alexandre Julliard at 2024-11-05T17:34:14+01:00
gdi32: Add some new entry points and ordinals.
- - - - -
2e8a3377 by Alexandre Julliard at 2024-11-05T17:34:14+01:00
win32u: Add some new stub entry points.
- - - - -
a4171c82 by Alexandre Julliard at 2024-11-05T20:13:09+01:00
ntdll/tests: Skip the syscall relocation test if the file on disk is not updated.
- - - - -
d279cbe8 by Alexandre Julliard at 2024-11-05T20:54:54+01:00
kernel32/tests: Search the current directory for newly-created dlls.
- - - - -
5 changed files:
- dlls/gdi32/gdi32.spec
- dlls/kernel32/tests/module.c
- dlls/ntdll/tests/virtual.c
- dlls/user32/user32.spec
- dlls/win32u/win32u.spec
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/97589409813d9d6b296ea4cd58b85…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/97589409813d9d6b296ea4cd58b85…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
a2e573be by Zhiyi Zhang at 2024-11-05T14:04:10+01:00
iertutil: Add IUriRuntimeClassFactory stub.
- - - - -
f99e7ea6 by Zhiyi Zhang at 2024-11-05T14:04:10+01:00
iertutil: Implement uri_factory_CreateUri().
- - - - -
0e5646ed by Zhiyi Zhang at 2024-11-05T14:04:10+01:00
iertutil: Implement uri_RawUri().
- - - - -
8734c9db by Zhiyi Zhang at 2024-11-05T14:04:10+01:00
iertutil: Add uri_AbsoluteUri() semi-stub.
Use raw URI as absolute URI for now. To make it fully compliant with RFC 3986 and 3987, we need to
implement a parser and reconstruct the absolute URI from parts.
- - - - -
bc82bbdc by Zhiyi Zhang at 2024-11-05T14:04:10+01:00
iertutil/tests: Add IUriRuntimeClassFactory tests.
- - - - -
ee4bc76c by Zhiyi Zhang at 2024-11-05T14:04:10+01:00
iertutil/tests: Add IUriRuntimeClass tests.
- - - - -
11 changed files:
- configure
- configure.ac
- + dlls/iertutil/Makefile.in
- + dlls/iertutil/classes.idl
- + dlls/iertutil/iertutil.spec
- + dlls/iertutil/main.c
- + dlls/iertutil/private.h
- + dlls/iertutil/tests/Makefile.in
- + dlls/iertutil/tests/iertutil.c
- dlls/wintypes/classes.idl
- include/windows.foundation.idl
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1b6a8e64af57cb37df4f9d128af25…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1b6a8e64af57cb37df4f9d128af25…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
f40e0f8a by Anton Baskanov at 2024-11-05T13:58:09+01:00
dplayx/tests: Use the correct system player ID in sendSuperEnumPlayersReply().
- - - - -
0ba33f48 by Anton Baskanov at 2024-11-05T13:58:11+01:00
dplayx/tests: Test client side of Send() separately.
- - - - -
7fa549ba by Anton Baskanov at 2024-11-05T13:58:11+01:00
dplayx: Queue the message for local players in SendEx().
- - - - -
01d4ed02 by Anton Baskanov at 2024-11-05T13:58:11+01:00
dplayx: Remove the separate branch for DPID_ALLPLAYERS in SendEx().
It will be handled by DP_FindAnyGroup().
- - - - -
1b6a8e64 by Anton Baskanov at 2024-11-05T13:58:13+01:00
dplayx: Send the message in SendEx().
- - - - -
4 changed files:
- dlls/dplayx/dplay.c
- dlls/dplayx/dplay_global.h
- dlls/dplayx/dplayx_messages.h
- dlls/dplayx/tests/dplayx.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/eeabbe812ffc3ed7c06fc85cd63f0…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/eeabbe812ffc3ed7c06fc85cd63f0…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
aa1ce9e2 by Elizabeth Figura at 2024-11-05T19:53:24+01:00
tests: Add some tests for FOG and PSIZE writemask restrictions.
- - - - -
f50b20dd by Elizabeth Figura at 2024-11-05T19:53:24+01:00
vkd3d-shader/hlsl: Enforce PSIZE component count for sm1 VS output.
- - - - -
5a513ffc by Elizabeth Figura at 2024-11-05T19:53:24+01:00
vkd3d-shader/hlsl: Enforce FOG component count for sm1 VS output.
- - - - -
a10ee075 by Elizabeth Figura at 2024-11-05T19:57:41+01:00
vkd3d-shader/ir: Force fog and point size to 1 component when normalizing I/O.
- - - - -
4290d853 by Elizabeth Figura at 2024-11-05T19:58:49+01:00
vkd3d-shader/hlsl: Write all writemask components for PSIZE and FOG outputs.
Matching fxc/d3dcompiler.
- - - - -
6 changed files:
- Makefile.am
- libs/vkd3d-shader/hlsl_codegen.c
- libs/vkd3d-shader/ir.c
- + tests/hlsl/fog.shader_test
- tests/hlsl/shader-point-size.shader_test
- tests/vkd3d_shader_api.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/90a07ada8eae5aa5c1e94a531578…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/90a07ada8eae5aa5c1e94a531578…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
6eda7750 by Francisco Casas at 2024-11-05T19:20:21+01:00
vkd3d-shader/hlsl: Run sm4_generate_vsir_block() recursively.
This allows us to remove the HLSL IR version of an instruction when
the vsir version is properly implemented.
- - - - -
b4608e99 by Francisco Casas at 2024-11-05T19:20:21+01:00
vkd3d-shader/tpf: Remove HLSL IR ABS handling.
- - - - -
ab60f4e0 by Francisco Casas at 2024-11-05T19:35:52+01:00
vkd3d-shader/hlsl: Store simple SM4 expressions in the vsir program.
- - - - -
950c3817 by Francisco Casas at 2024-11-05T19:48:31+01:00
vkd3d-shader/hlsl: Store RASTERIZER_SAMPLE_COUNT in the vsir program.
Also, the profile check for GetRenderTargetSampleCount() is moved to
parse time.
- - - - -
90a07ada by Francisco Casas at 2024-11-05T19:50:55+01:00
vkd3d-shader/tpf: Use SCALAR swizzle dimension for RASTERIZER registers.
While we currently output instructions like this:
sampleinfo_uint r0.x, rasterizer.xxxx
> SAMPLE_INFO (111)
0 0000100[len:4] 0000000000001[1] 00001101111[opcode:111]
└─ 0 000[d3i:0] 000[d2i:0] 000[d1i:0] 01[idxs:1] 00000000[type:0] 0000[0] 0001[wmask:1] 00[swtype:0] 10[dim:2]
└─ 00000000000000000000000000000000[0|0.0]
└─ 0 000[d3i:0] 000[d2i:0] 000[d1i:0] 00[idxs:0] 00001110[type:14] 00000000[sw:0] 01[swtype:1] 10[dim:2]
FXC/d3dcompiler outputs instructions like this:
sampleinfo o0.x, rasterizer.x
> SAMPLE_INFO (111)
0 0000100[len:4] 0000000000000[0] 00001101111[opcode:111]
└─ 0 000[d3i:0] 000[d2i:0] 000[d1i:0] 01[idxs:1] 00000010[type:2] 0000[0] 0001[wmask:1] 00[swtype:0] 10[dim:2]
└─ 00000000000000000000000000000000[0|0.0]
└─ 0 000[d3i:0] 000[d2i:0] 000[d1i:0] 00[idxs:0] 00001110[type:14] 000000[0] 00[swcomp:0] 10[swtype:2] 10[dim:2]
Note the difference in swtype of the rasterizer src register.
- - - - -
3 changed files:
- libs/vkd3d-shader/hlsl.y
- libs/vkd3d-shader/hlsl_codegen.c
- libs/vkd3d-shader/tpf.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/64c4a3a442eee2d27e1151b8ae7b…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/64c4a3a442eee2d27e1151b8ae7b…
You're receiving this email because of your account on gitlab.winehq.org.