Alexandre Julliard pushed to branch master at wine / wine
Commits:
e71055c2 by Alexandre Julliard at 2024-11-20T21:43:24+01:00
win32u: Implement NtUserQueryWindow().
- - - - -
f532b9f7 by Alexandre Julliard at 2024-11-20T21:43:24+01:00
server: Use an explicit struct instead of a typedef for generic access mappings.
- - - - -
ccb73642 by Alexandre Julliard at 2024-11-20T21:43:24+01:00
server: Use an explicit struct instead of a typedef for process startup info.
- - - - -
e24ba584 by Alexandre Julliard at 2024-11-20T21:43:24+01:00
server: Use an explicit struct instead of a typedef for PE image info.
- - - - -
f35a3415 by Alexandre Julliard at 2024-11-20T21:43:24+01:00
server: Use an explicit struct instead of a typedef for window property data.
- - - - -
7b6690f4 by Alexandre Julliard at 2024-11-20T21:43:24+01:00
server: Use an explicit struct instead of a typedef for cursor positions.
- - - - -
30 changed files:
- dlls/imm32/imm.c
- dlls/ntdll/unix/env.c
- dlls/ntdll/unix/loader.c
- dlls/ntdll/unix/process.c
- dlls/ntdll/unix/unix_private.h
- dlls/ntdll/unix/virtual.c
- dlls/user32/defwnd.c
- dlls/user32/message.c
- dlls/win32u/input.c
- dlls/win32u/main.c
- dlls/win32u/tests/Makefile.in
- dlls/win32u/tests/win32u.c
- dlls/win32u/win32syscalls.h
- dlls/win32u/win32u.spec
- dlls/win32u/window.c
- dlls/wow64win/user.c
- include/ntuser.h
- include/wine/server_protocol.h
- server/debugger.c
- server/file.h
- server/mapping.c
- server/object.h
- server/process.c
- server/process.h
- server/protocol.def
- server/queue.c
- server/request_handlers.h
- server/request_trace.h
- server/token.c
- server/trace.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/72f11610cafb018fde8c56e05003c…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/72f11610cafb018fde8c56e05003c…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
97ce5281 by Anton Baskanov at 2024-11-20T10:22:52+01:00
dplayx/tests: Test that group data is updated from GROUPDATACHANGED.
- - - - -
03b45168 by Anton Baskanov at 2024-11-20T10:22:52+01:00
dplayx: Enter the critical section when accessing the group list.
- - - - -
86e3b50e by Anton Baskanov at 2024-11-20T10:22:53+01:00
dplayx: Handle GROUPDATACHANGED, update the group data and queue DPSYS_SETPLAYERORGROUPDATA.
- - - - -
3cef4951 by Anton Baskanov at 2024-11-20T10:22:53+01:00
dplayx: Factor out a function for reading service providers.
- - - - -
c5944efc by Anton Baskanov at 2024-11-20T10:22:53+01:00
dplayx: Convert connection name to UNICODE when enumerating through UNICODE interface.
- - - - -
43cdaa74 by Anton Baskanov at 2024-11-20T10:22:53+01:00
dplayx/tests: Test UNICODE version of EnumSessions().
- - - - -
ff7f3e58 by Anton Baskanov at 2024-11-20T10:22:53+01:00
dplayx: Convert session name and password to UNICODE when enumerating through UNICODE interface.
- - - - -
1a84d102 by Anton Baskanov at 2024-11-20T10:22:53+01:00
dplayx: Forward IDirectPlay3A to IDirectPlay4A.
- - - - -
5 changed files:
- dlls/dplayx/dplay.c
- dlls/dplayx/dplayx_messages.h
- dlls/dplayx/name_server.c
- dlls/dplayx/name_server.h
- dlls/dplayx/tests/dplayx.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8063119cc3122dfcbbda169b252f3…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8063119cc3122dfcbbda169b252f3…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
36510cd0 by Giovanni Mascellani at 2024-11-20T14:53:47+01:00
vkd3d-shader/ir: Move applying flat interpolation to a dedicated pass.
I/O normalisation is already a rather complicated pass that does a
lot of things, so it's better to keep anything not strictly
related to it somewhere else.
- - - - -
05c87b02 by Giovanni Mascellani at 2024-11-20T14:53:58+01:00
vkd3d-shader/ir: Return an error when the FLAT_INTERPOLATION parameter is invalid.
- - - - -
1 changed file:
- libs/vkd3d-shader/ir.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/1efc0ac7400de8e87138b71dc6c4…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/1efc0ac7400de8e87138b71dc6c4…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
c246c8db by Henri Verbeet at 2024-11-20T14:40:10+01:00
tests/shader_runner_metal: Get rid of some stray semicolons.
- - - - -
b29f1e6c by Feifan He at 2024-11-20T14:40:10+01:00
vkd3d-shader/msl: Add the missing output register index in msl_generate_entrypoint_epilogue().
- - - - -
7a1d36ba by Feifan He at 2024-11-20T14:40:10+01:00
vkd3d-shader/msl: Use pointers for constant buffer descriptors.
[[id]] attributes can not be applied to union references.
- - - - -
40cccacc by Feifan He at 2024-11-20T14:40:10+01:00
tests/shader_runner_metal: Implement graphics shader compilation.
- - - - -
e6acf309 by Henri Verbeet at 2024-11-20T14:40:10+01:00
vkd3d-shader/msl: Implement VKD3DSIH_DCL_INPUT.
- - - - -
2669ae16 by Henri Verbeet at 2024-11-20T14:40:10+01:00
vkd3d-shader/msl: Implement VKD3DSIH_DCL_OUTPUT_SIV.
- - - - -
9e3b8ec9 by Feifan He at 2024-11-20T14:40:10+01:00
vkd3d-shader/msl: Output the generated shader code.
- - - - -
df86a284 by Henri Verbeet at 2024-11-20T14:40:10+01:00
vkd3d-shader/msl: Implement VKD3DSIH_DCL_OUTPUT.
- - - - -
5a679a1a by Feifan He at 2024-11-20T14:40:10+01:00
tests/shader_runner_metal: Create vertex descriptors.
- - - - -
6d6cd802 by Feifan He at 2024-11-20T14:40:10+01:00
tests/shader_runner_metal: Create Metal render targets.
- - - - -
f0a864c8 by Feifan He at 2024-11-20T14:40:10+01:00
tests/shader_runner_metal: Create Metal vertex buffers.
- - - - -
176e35b6 by Feifan He at 2024-11-20T14:40:10+01:00
tests/shader_runner_metal: Implement render target readback.
- - - - -
14991f2e by Feifan He at 2024-11-20T14:40:10+01:00
tests/shader_runner_metal: Create Metal constant buffers.
- - - - -
1efc0ac7 by Feifan He at 2024-11-20T14:40:10+01:00
tests/shader_runner_metal: Implement draws.
- - - - -
23 changed files:
- libs/vkd3d-shader/msl.c
- libs/vkd3d-shader/vkd3d_shader_main.c
- libs/vkd3d-shader/vkd3d_shader_private.h
- tests/hlsl/array-size-expr.shader_test
- tests/hlsl/asfloat.shader_test
- tests/hlsl/cbuffer.shader_test
- tests/hlsl/default-values.shader_test
- tests/hlsl/determinant.shader_test
- tests/hlsl/expr-indexing.shader_test
- tests/hlsl/half.shader_test
- tests/hlsl/majority-pragma.shader_test
- tests/hlsl/majority-syntax.shader_test
- tests/hlsl/matrix-indexing.shader_test
- tests/hlsl/nested-arrays.shader_test
- tests/hlsl/precise-modifier.shader_test
- tests/hlsl/register-reservations-numeric.shader_test
- tests/hlsl/struct-array.shader_test
- tests/hlsl/swizzle-matrix.shader_test
- tests/hlsl/swizzles.shader_test
- tests/hlsl/uniform-parameters.shader_test
- tests/hlsl/uniform-semantics.shader_test
- tests/hlsl/vector-indexing.shader_test
- tests/shader_runner_metal.m
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/0dc07f5cce72cce47b1a2787a910…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/0dc07f5cce72cce47b1a2787a910…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
d23d2847 by Vibhav Pant at 2024-11-19T23:16:17+01:00
setupapi: Add stub for SetupDiGetDevicePropertyKeys.
- - - - -
b6d427ca by Vibhav Pant at 2024-11-19T23:16:17+01:00
setupapi/tests: Add tests for SetupDiGetDevicePropertyKeys.
- - - - -
044527c6 by Vibhav Pant at 2024-11-19T23:16:17+01:00
setupapi: Implement SetupDiGetDevicePropertyKeys.
- - - - -
4 changed files:
- dlls/setupapi/devinst.c
- dlls/setupapi/setupapi.spec
- dlls/setupapi/tests/devinst.c
- include/setupapi.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6927ccf6ccaf260f0ff4fb2b0ddd5…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6927ccf6ccaf260f0ff4fb2b0ddd5…
You're receiving this email because of your account on gitlab.winehq.org.