Alexandre Julliard pushed to branch master at wine / wine
Commits:
ae2443ac by Paul Gofman at 2024-08-29T22:03:41+02:00
kernel32/tests: Add a test for TLS links.
- - - - -
3b94e543 by Paul Gofman at 2024-08-29T22:03:41+02:00
ntdll: Reserve space for some TLS directories at once.
- - - - -
68fe9750 by Paul Gofman at 2024-08-29T22:03:41+02:00
ntdll: Iterate TEBs only once in alloc_tls_slot().
- - - - -
de23dfc5 by Paul Gofman at 2024-08-29T22:03:41+02:00
ntdll: Do not use TlsLinks for enumerating TEBs.
- - - - -
2 changed files:
- dlls/kernel32/tests/module.c
- dlls/ntdll/loader.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/06718e98474937d869c8c9ffb1245…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/06718e98474937d869c8c9ffb1245…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
1a0d6a4d by Giovanni Mascellani at 2024-08-29T19:14:27+02:00
vkd3d-shader: Use a hash to build the filename when dumping shaders.
This way the same shader is always dumped to the same path and when
launching the same program over and over we avoid both creating new
copies of the same file each time and overwriting different dumped
shaders.
- - - - -
52796658 by Giovanni Mascellani at 2024-08-29T19:17:07+02:00
vkd3d-shader: Dump the converted shader too.
- - - - -
4 changed files:
- libs/vkd3d-shader/checksum.c
- libs/vkd3d-shader/dxbc.c
- libs/vkd3d-shader/vkd3d_shader_main.c
- libs/vkd3d-shader/vkd3d_shader_private.h
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/0e72aba0bc5b6ee2699a204c7720…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/0e72aba0bc5b6ee2699a204c7720…
You're receiving this email because of your account on gitlab.winehq.org.