Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
2c533e49 by Nikolay Sivov at 2024-08-15T17:53:46+02:00
vkd3d-shader/fx: Handle SetBlendState().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
aa0ea548 by Nikolay Sivov at 2024-08-15T17:53:46+02:00
vkd3d-shader/fx: Handle SetPixelShader() and SetVertexShader().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
c3075d6f by Nikolay Sivov at 2024-08-15T17:53:46+02:00
vkd3d-shader/hlsl: Adjust NULL type properties to make it usable in transformations.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
873b1820 by Nikolay Sivov at 2024-08-15T17:53:46+02:00
vkd3d-shader/fx: Support NULL constants for object fields.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
ebc039d1 by Nikolay Sivov at 2024-08-15T17:53:46+02:00
vkd3d-shader/fx: Resolve NULL values for SamplerState.Texture field.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
4 changed files:
- libs/vkd3d-shader/fx.c
- libs/vkd3d-shader/hlsl.c
- tests/hlsl/effect-pass-states-fx_5.shader_test
- tests/hlsl/effect-variables-fx_5.shader_test
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/16e987271833c8e9e753ab7bdf74…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/16e987271833c8e9e753ab7bdf74…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
16e98727 by Anna (navi) Figueiredo Gomes at 2024-08-15T17:53:46+02:00
vkd3d: Use D3D12_SHADER_VISIBILITY_ALL for 32-bit root constants when using vk_heaps.
The existing code sets "stageFlags" to VK_SHADER_STAGE_ALL when
"use_vk_heaps" is true, but doesn't adjust the visibility. This
potentially violates the "Any two elements of pPushConstantRanges must
not include the same stage in stageFlags" constraint, and causes the
validation layers to complain accordingly.
- - - - -
1 changed file:
- libs/vkd3d/state.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/16e987271833c8e9e753ab7bdf746…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/16e987271833c8e9e753ab7bdf746…
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:
7104b9b6 by Alistair Leslie-Hughes at 2024-08-15T08:35:27+10:00
Rebase against 75f8de6bd41c945abe230e8fd1d8645f30b7667f.
- - - - -
5 changed files:
- − patches/odbc32-fixes/0018-odbc32-Pass-statment-when-creating-a-descriptor.patch
- − patches/odbc32-fixes/0019-odbc32-Propgate-win32_funcs-to-all-children.patch
- patches/winex11-Window_Style/0001-winex11-Fix-handling-of-window-attributes-for-WS_EX_.patch
- patches/winex11.drv-Query_server_position/0001-winex11.drv-window-Query-the-X-server-for-the-actual.patch
- staging/upstream-commit
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/commit/7104b9b6ba12698cd07d11…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/commit/7104b9b6ba12698cd07d11…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
3c892b93 by Ivo Ivanov at 2024-08-14T19:39:45+02:00
winebus.sys: Add devtype parameter to get_device_subsystem_info().
Narrow the search for a parent subsystem to a specific devtype.
For the usb subsystem in particular, only the "usb_device"
devtype includes all the necessary attributes, so no need to
iterate through the usb interfaces.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54838
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56987
- - - - -
5d374c0d by Rémi Bernon at 2024-08-14T19:39:47+02:00
winebus.sys: Always parse uevent PRODUCT= line on input subsystem.
Letting the usb subsystem override what the input/hid subsystems have
parsed previously, unless it's on the bluetooth bus where the usb device
is the bluetooth dongle.
Fixes an issue with the device revision (bcdDevice) not being extracted
from the usb subsystem, causing the bcdHID to be extracted in error.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54838
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56987
- - - - -
2c70d61c by Ivo Ivanov at 2024-08-14T19:39:48+02:00
winebus.sys: Read vendor/product/serial strings from the usb subsystem.
Fixes an issue with the product name including the manufacturer
in the same string.
Both attributes are correctly extracted from the usb subsystem.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54838
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56987
- - - - -
1 changed file:
- dlls/winebus.sys/bus_udev.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a500dd6521477940d6b2b9e6be4aa…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a500dd6521477940d6b2b9e6be4aa…
You're receiving this email because of your account on gitlab.winehq.org.