Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
4c9821e5 by Giovanni Mascellani at 2024-11-13T16:19:06+01:00
tests: Mark a conditional rendering test as buggy on llvmpipe.
Similarly to RADV, this is a kind of perverted situation: in
principle Vulkan doesn't allow vkCmdResolveImage() to be
executed conditionally (i.e., it is unaffected by conditional
execution), which means that vkd3d cannot implement conditional
rendering for ResolveSubresource(), hence the todo. However,
like RADV, llvmpipe apparently violates the specification and
still executes the image resolution command conditionally. So
that's a llvmpipe bug, even if one that helps us doing the right
thing.
- - - - -
1 changed file:
- tests/d3d12.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/4c9821e5d53932d856d80237003c1…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/4c9821e5d53932d856d80237003c1…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
888723ee by Eric Pouech at 2024-11-12T21:52:24+01:00
cmd/tests: Add tests about substring substitution in variable expansion.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
94c61ed7 by Eric Pouech at 2024-11-12T21:52:24+01:00
cmd: Fix substring substitution in variable expansion.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57290
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
68b3826d by Eric Pouech at 2024-11-12T21:52:24+01:00
cmd: Implement 'touch' equivalent in COPY builtin.
MSDN documents a way to 'touch' a file in CMD.EXE with:
COPY /B file.ext+,,
(and actually the /B switch doesn't matter).
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
7b638dd0 by Eric Pouech at 2024-11-12T21:52:24+01:00
cmd/tests: Add test about IF EXIST.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
f2174452 by Eric Pouech at 2024-11-12T21:52:24+01:00
cmd: Modifiers in tilde variable expansion are case insensitive.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
d254d4ce by Eric Pouech at 2024-11-12T21:52:24+01:00
cmd: Fix 'IF EXIST DIRECTORY' test condition evaluation.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
5 changed files:
- programs/cmd/batch.c
- programs/cmd/builtins.c
- programs/cmd/tests/test_builtins.cmd
- programs/cmd/tests/test_builtins.cmd.exp
- programs/cmd/wcmdmain.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a5e04fa968f62a22cf3bc475e02e6…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a5e04fa968f62a22cf3bc475e02e6…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
b5be39cf by Eric Pouech at 2024-11-12T21:52:24+01:00
kernel32/tests: Don't hardcode page size in buffer size.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
a7900c45 by Eric Pouech at 2024-11-12T21:52:24+01:00
advapi32/tests: Fix typo in manifest constant.
Harmless, the actual values are the same.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
fb477402 by Eric Pouech at 2024-11-12T21:52:24+01:00
advapi32: Test some other cases of process access rights mapping.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
a5e04fa9 by Eric Pouech at 2024-11-12T21:52:24+01:00
server: Amend process rights mapping.
PROCESS_VM_OPERATION | PROCESS_VM_WRITE grants
PROCESS_QUERY_LIMITED_INFORMATION rights.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
3 changed files:
- dlls/advapi32/tests/security.c
- dlls/kernel32/tests/virtual.c
- server/process.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/52838daec507a6340d57501d9a6dc…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/52838daec507a6340d57501d9a6dc…
You're receiving this email because of your account on gitlab.winehq.org.