Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
--
v2: d3d10/effect: Add sin/cos instruction support for expressions.
d3d10/effect: Add 'mul' instruction support for expressions.
d3d10/effect: Add 'neg' instruction support for expressions.
d3d10/effect: Add min/max instructions support for expressions.
d3d10/effect: Remove unused field from property description data.
https://gitlab.winehq.org/wine/wine/-/merge_requests/1560
Fixes bug [53826](https://bugs.winehq.org/show_bug.cgi?id=53826).
--
v13: ntdll: Set xattr in NtCreateFile if inferred and requested attributes don't match.
ntdll: Only infer hidden attribute from file name if xattr is not present.
ntdll: Handle hidden file names inside get_file_info instead of after it.
ntdll/tests: Add test for file attributes of files with names beginning with a dot.
https://gitlab.winehq.org/wine/wine/-/merge_requests/1148
Since multiple interfaces can hold onto it, we need to refcount it. In order to
do this just refcount the parent device, and close the handle only when the
parent device refcount reaches 0.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/1615