Alexandre Julliard pushed to branch master at wine / wine
Commits:
1139d2ca by Anton Baskanov at 2024-11-04T13:28:53+01:00
dplayx: Set flags correctly in CreatePlayer().
- - - - -
30390603 by Anton Baskanov at 2024-11-04T13:28:53+01:00
dplayx: Always set the data size in GetPlayerData().
- - - - -
d592a34e by Anton Baskanov at 2024-11-04T13:28:53+01:00
dplayx/tests: Test that player from CREATEPLAYER is added to the session.
- - - - -
e9d17a43 by Anton Baskanov at 2024-11-04T13:28:53+01:00
dplay: Handle CREATEPLAYER and add player to the session.
- - - - -
2 changed files:
- dlls/dplayx/dplay.c
- dlls/dplayx/tests/dplayx.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/48b30d4ba320d6d0b9bf99c844928…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/48b30d4ba320d6d0b9bf99c844928…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
2083d505 by Francisco Casas at 2024-11-04T15:37:46+01:00
vkd3d-shader/tpf: Use instr.extra_bits for IF.
- - - - -
6f52bb6b by Francisco Casas at 2024-11-04T16:08:38+01:00
vkd3d-shader/hlsl: Store SM4 swizzles in the vsir program.
- - - - -
404644ba by Francisco Casas at 2024-11-04T16:36:28+01:00
vkd3d-shader/hlsl: Introduce vsir_src_from_hlsl_node().
This allows constants to be inlined for sm4.
- - - - -
68311ef0 by Francisco Casas at 2024-11-04T17:00:54+01:00
vkd3d-shader/hlsl: Store SM4 ABS instructions in the vsir program.
- - - - -
3 changed files:
- libs/vkd3d-shader/hlsl_codegen.c
- libs/vkd3d-shader/tpf.c
- libs/vkd3d-shader/vkd3d_shader_private.h
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/e6c84862a8f8bd836e24391b2b43…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/e6c84862a8f8bd836e24391b2b43…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
1b0248f3 by Henri Verbeet at 2024-11-04T15:30:44+01:00
vkd3d-shader/ir: Specifically search for SV_POSITION0 in vsir_program_insert_clip_planes().
- - - - -
e6c84862 by Henri Verbeet at 2024-11-04T15:32:05+01:00
vkd3d-shader/ir: Search for SV_TARGET0 vsir_program_insert_alpha_test().
As opposed to any SV_TARGET with register index 0. We care about the
semantic index here, not the register index.
- - - - -
1 changed file:
- libs/vkd3d-shader/ir.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/51c37735a911e415392ca0b06f8a…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/51c37735a911e415392ca0b06f8a…
You're receiving this email because of your account on gitlab.winehq.org.