Alexandre Julliard pushed to branch master at wine / wine
Commits:
8dba247e by Anton Baskanov at 2024-11-07T22:27:05+01:00
dplayx/tests: Test non-guaranteed Send().
- - - - -
57ffc794 by Anton Baskanov at 2024-11-07T22:27:05+01:00
dpwsockx: Support non-guaranteed delivery.
- - - - -
652d338d by Anton Baskanov at 2024-11-07T22:27:05+01:00
dplayx/tests: Test receiving UDP messages.
- - - - -
757165f8 by Anton Baskanov at 2024-11-07T22:27:05+01:00
dpwsockx: Receive UDP messages.
- - - - -
2f862b6d by Anton Baskanov at 2024-11-07T22:27:05+01:00
dplayx/tests: Test that PINGREPLY is sent in reply to PING.
- - - - -
24694dab by Anton Baskanov at 2024-11-07T22:27:05+01:00
dplayx: Handle PING and send PINGREPLY.
- - - - -
6 changed files:
- dlls/dplayx/dplay.c
- dlls/dplayx/dplayx_messages.c
- dlls/dplayx/dplayx_messages.h
- dlls/dplayx/tests/dplayx.c
- dlls/dpwsockx/dpwsockx_dll.h
- dlls/dpwsockx/dpwsockx_main.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/eda2a5e93639b0ecfb9b29195a9be…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/eda2a5e93639b0ecfb9b29195a9be…
You're receiving this email because of your account on gitlab.winehq.org.
Alistair Leslie-Hughes pushed to branch master at wine / wine-staging
Commits:
e3d0d199 by Alistair Leslie-Hughes at 2024-11-07T12:23:36+11:00
Rebase against 6db2812411d45ca4b4d15dea9a00577ea17b508e.
- - - - -
e2b1620f by Alistair Leslie-Hughes at 2024-11-07T12:25:06+11:00
Updated vkd3d-latest patchset
- - - - -
9 changed files:
- patches/ntdll-Syscall_Emulation/0001-ntdll-Support-x86_64-syscall-emulation.patch
- patches/vkd3d-latest/0001-Updated-vkd3d-to-03ad04c89004c7f800c5b1a0ea7ba286229.patch
- patches/vkd3d-latest/0002-Updated-vkd3d-to-4889c71857ce2152a9c9e014b9f5831f96d.patch
- patches/vkd3d-latest/0003-Updated-vkd3d-to-91701f83035c0d67d1ab917e0f6b73f91e8.patch
- patches/vkd3d-latest/0004-Updated-vkd3d-to-5eff8bf9188c401cc31ce14d42798dc3751.patch
- patches/vkd3d-latest/0005-Updated-vkd3d-to-ad2208b726f825305f69d099790208e4e4f.patch
- patches/vkd3d-latest/0006-Updated-vkd3d-to-794f4c30f4873841aaa0c5c9745ee732437.patch
- + patches/vkd3d-latest/0007-Updated-vkd3d-to-756b98f093ba26e8cd4d4fed1caa04a5c0d.patch
- staging/upstream-commit
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/compare/d4483ee98c1c4e9d51b6e…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/compare/d4483ee98c1c4e9d51b6e…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
466d849c by Henri Verbeet at 2024-11-06T22:53:31+01:00
vkd3d-shader/glsl: Implement support for VKD3D_SHADER_COMPONENT_INT outputs.
- - - - -
6ae4da02 by Henri Verbeet at 2024-11-06T22:53:55+01:00
vkd3d-shader/glsl: Implement VKD3DSIH_GATHER4_PO.
- - - - -
3dbaf11f by Henri Verbeet at 2024-11-06T22:55:36+01:00
vkd3d-shader/glsl: Implement support for static texel offsets in shader_glsl_sample().
- - - - -
ca42adbf by Henri Verbeet at 2024-11-06T22:56:02+01:00
vkd3d-shader/glsl: Handle SV_SAMPLE_INDEX inputs.
- - - - -
756b98f0 by Henri Verbeet at 2024-11-06T22:57:12+01:00
vkd3d-shader/glsl: Implement VKD3DSIH_LD2DMS.
- - - - -
5 changed files:
- libs/vkd3d-shader/glsl.c
- tests/hlsl/gather-offset.shader_test
- tests/hlsl/rt-format-mismatch.shader_test
- tests/hlsl/sampler-offset.shader_test
- tests/hlsl/texture-load.shader_test
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/5df836c5133c5732863545bbeb3f…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/5df836c5133c5732863545bbeb3f…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
befba8e8 by Francisco Casas at 2024-11-06T22:27:49+01:00
vkd3d-shader/hlsl: Store SM4 casts in the vsir program.
- - - - -
3c4889ad by Francisco Casas at 2024-11-06T22:38:04+01:00
vkd3d-shader/hlsl: Store SM4 SIN and COS in the vsir program.
- - - - -
2e3f4a01 by Francisco Casas at 2024-11-06T22:40:50+01:00
vkd3d-shader/hlsl: Store SM4 RCP in the vsir program.
- - - - -
e4d36bd8 by Francisco Casas at 2024-11-06T22:45:23+01:00
vkd3d-shader/hlsl: Store SM4 SAT in the vsir program.
- - - - -
24f43089 by Francisco Casas at 2024-11-06T22:45:46+01:00
vkd3d-shader/hlsl: Store SM4 MUL in the vsir program.
- - - - -
e8b373e3 by Francisco Casas at 2024-11-06T22:47:42+01:00
vkd3d-shader/hlsl: Store SM4 DIV in the vsir program.
- - - - -
30bc6965 by Francisco Casas at 2024-11-06T22:48:13+01:00
vkd3d-shader/hlsl: Store SM4 DOT in the vsir program.
- - - - -
5df836c5 by Francisco Casas at 2024-11-06T22:49:12+01:00
vkd3d-shader/hlsl: Store SM4 MOD in the vsir program.
- - - - -
2 changed files:
- libs/vkd3d-shader/hlsl_codegen.c
- libs/vkd3d-shader/tpf.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/026624a266bbad5181cdfbd3a9bf…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/026624a266bbad5181cdfbd3a9bf…
You're receiving this email because of your account on gitlab.winehq.org.