Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
3d8fc1a4 by Anna (navi) Figueiredo Gomes at 2024-09-03T17:06:20+02:00
vkd3d-shader/spirv: Break long assembly lines.
Avoid overflowing the (Wine) debug log buffer when output lines are too
long, and keep spirv-text output more legible. The output is still valid
SPIR-V asm, as the assembler does not care for which kind of whitespace
is used.
- - - - -
1 changed file:
- libs/vkd3d-shader/spirv.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/3d8fc1a467fa8bf889884236bb99f…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/3d8fc1a467fa8bf889884236bb99f…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
8515fcbc by Elizabeth Figura at 2024-09-03T15:06:29+02:00
vkd3d-utils: Add a D3DCompile2VKD3D() that allows configuring DLL version.
This would allow us to use vkd3d-utils directly in Wine [with the exception of
D3D_COMPILE_STANDARD_FILE_INCLUDE, but we can simply pass the ID3DInclude object
to D3DCompile2VKD3D().]
- - - - -
d507acb5 by Elizabeth Figura at 2024-09-03T15:07:36+02:00
vkd3d-utils: Do not emit implicit truncation warnings from D3DCompile2VKD3D() before version 42.
- - - - -
3 changed files:
- include/vkd3d_utils.h
- libs/vkd3d-utils/vkd3d_utils.map
- libs/vkd3d-utils/vkd3d_utils_main.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/6d28cc131b0cad61c681aed6b9f6…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/6d28cc131b0cad61c681aed6b9f6…
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:
deb70423 by Alistair Leslie-Hughes at 2024-09-03T07:34:49+10:00
Rebase against 8d2977ec12e234880199bc07daf49870d0aa64ec.
- - - - -
4 changed files:
- + patches/vkd3d-latest/0001-Updated-vkd3d-to-6d28cc131b0cad61c681aed6b9f6611a12b.patch
- − patches/vkd3d-latest/0001-Updated-vkd3d-to-f318e565f295d9f439e0e9ec52ba28835b3.patch
- − patches/vkd3d-latest/0002-Updated-vkd3d-to-eb71a1722a95894c0546a597b70469d7962.patch
- staging/upstream-commit
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/commit/deb7042324ec6b4fcf7e6c…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/commit/deb7042324ec6b4fcf7e6c…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
20f49c79 by Fabian Maurer at 2024-09-02T22:52:55+02:00
comdlg32: Update luminosity bar when changing hue/sat/lum manually.
- - - - -
e1627b08 by Fabian Maurer at 2024-09-02T22:52:55+02:00
comdlg32: Prevent recursion inside CC_CheckDigitsInEdit.
Since we set the text, this would trigger the exact same logic again.
- - - - -
8d2977ec by Fabian Maurer at 2024-09-02T22:52:55+02:00
comdlg32: Properly handle out of bounds values.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56102
- - - - -
1 changed file:
- dlls/comdlg32/colordlg.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1b5554e8cc79c4e842f365a404d15…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1b5554e8cc79c4e842f365a404d15…
You're receiving this email because of your account on gitlab.winehq.org.