[Git][wine/vkd3d][master] 6 commits: tests/d3dbc: Add SM3 tests for loop instructions.
"Henri Verbeet (@hverbeet) via Wine-commits" <[email protected]> Wed, 04 Feb 2026 09:03:59 -0600
| Newsgroups | gmane.comp.emulators.wine.cvs |
|---|---|
| Message-ID | <[email protected]> |
----==_mimepart_69835fdfbb1ef_37bc84f9aec141455c
Content-Type: text/plain;
charset=UTF-8
Content-Transfer-Encoding: 7bit
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
6ecef84c by Francisco Casas at 2026-02-04T15:35:35+01:00
tests/d3dbc: Add SM3 tests for loop instructions.
- - - - -
c1132f23 by Francisco Casas at 2026-02-04T15:35:35+01:00
tests/d3dbc: Test addressing a constant buffer with the vs_2_0 loop instruction.
This is based on the loop_index_test() from Wine's d3d9/tests/visual.c
- - - - -
08a314c0 by Francisco Casas at 2026-02-04T15:46:44+01:00
vkd3d-shader/d3dbc: Initialise CONSTINT and CONSTBOOL registers with the proper vsir data type.
- - - - -
3b823d8b by Francisco Casas at 2026-02-04T15:46:52+01:00
vkd3d-shader/ir: Lower d3dbc loop instructions.
- - - - -
3f968bdb by Francisco Casas at 2026-02-04T15:51:29+01:00
vkd3d-shader/ir: Copy inputs to an IDXTEMP when there is vN[aL] access.
- - - - -
bffa9d5a by Francisco Casas at 2026-02-04T15:51:35+01:00
vkd3d-shader/d3dbc: Add a used_mask to all input registers on indirect addressing.
Otherwise the used_mask could be empty for elements that can actually be
addressed via indirect addressing, which results in them not being
emitted as inputs when targeting the SPIR-V backend.
- - - - -
4 changed files:
- Makefile.am
- libs/vkd3d-shader/d3dbc.c
- libs/vkd3d-shader/ir.c
- + tests/d3dbc/loop.shader_test
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/eab63586c83c4fad4a2c004de40741d8d856114a...bffa9d5a27998a2de2265a269fea069e4cbfc977
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/eab63586c83c4fad4a2c004de40741d8d856114a...bffa9d5a27998a2de2265a269fea069e4cbfc977
You're receiving this email because of your account on gitlab.winehq.org.
----==_mimepart_69835fdfbb1ef_37bc84f9aec141455c
Content-Type: text/html;
charset=UTF-8
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www=
.w3.org/TR/REC-html40/loose.dtd">
<html lang=3D"en" style=3D'--code-editor-font: var(--default-mono-font, "=
GitLab Mono"), JetBrains Mono, Menlo, DejaVu Sans Mono, Liberation Mono, =
Consolas, Ubuntu Mono, Courier New, andale mono, lucida console, monospac=
e;'>
<head>
<meta content=3D"text/html; charset=3Dutf-8" http-equiv=3D"Content-Type">=
<title>
GitLab
</title>
<style data-premailer=3D"ignore" type=3D"text/css">
a { color: #1068bf; }
</style>
<style>img {
max-width: 100%; height: auto;
}
body {
font-size: .875rem;
}
body {
-webkit-text-shadow: rgba(255,255,255,.01) 0 0 1px;
}
body {
font-family: "GitLab Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Ro=
boto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Colo=
r Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; font-size=
: inherit;
}
</style>
</head>
<body style=3D'font-size: inherit; -webkit-text-shadow: rgba(255,255,255,=
.01) 0 0 1px; font-family: "GitLab Sans",-apple-system,BlinkMacSystemFont=
,"Segoe UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-ser=
if,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emo=
ji";'>
<div class=3D"content">
<h3 style=3D"margin-top: 20px; margin-bottom: 10px;">
Henri Verbeet pushed to branch master at <a href=3D"https://gitlab.winehq=
.org/wine/vkd3d">wine / vkd3d</a>
</h3>
<h4 style=3D"margin-top: 10px; margin-bottom: 10px;">
Commits:
</h4>
<ul>
<li>
<strong style=3D"font-weight: 600;"><a href=3D"https://gitlab.winehq.org/=
wine/vkd3d/-/commit/6ecef84c606e7aaa28baf15aed83ef8eb294f021">6ecef84c</a=
></strong>
<div>
<span> by Francisco Casas </span> <i> at 2026-02-04T15:35:35+01:00 </i>
</div>
<pre class=3D"commit-message" style=3D'white-space: pre-wrap; display: bl=
ock; font-size: 14px; color: #3a383f; position: relative; font-family: "G=
itLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation M=
ono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida co=
nsole", monospace; font-variant-ligatures: none; word-break: break-all; w=
ord-wrap: break-word; background-color: #fbfafd; border-radius: 2px; marg=
in: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>tests/d3dbc: Add SM=
3 tests for loop instructions.
</pre>
</li>
<li>
<strong style=3D"font-weight: 600;"><a href=3D"https://gitlab.winehq.org/=
wine/vkd3d/-/commit/c1132f2318e64ce6febb38812378486e4d7e12c1">c1132f23</a=
></strong>
<div>
<span> by Francisco Casas </span> <i> at 2026-02-04T15:35:35+01:00 </i>
</div>
<pre class=3D"commit-message" style=3D'white-space: pre-wrap; display: bl=
ock; font-size: 14px; color: #3a383f; position: relative; font-family: "G=
itLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation M=
ono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida co=
nsole", monospace; font-variant-ligatures: none; word-break: break-all; w=
ord-wrap: break-word; background-color: #fbfafd; border-radius: 2px; marg=
in: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>tests/d3dbc: Test a=
ddressing a constant buffer with the vs_2_0 loop instruction.
This is based on the loop_index_test() from Wine's d3d9/tests/visual.c
</pre>
</li>
<li>
<strong style=3D"font-weight: 600;"><a href=3D"https://gitlab.winehq.org/=
wine/vkd3d/-/commit/08a314c0367f77c37f75e0878f8df3bcc85613c9">08a314c0</a=
></strong>
<div>
<span> by Francisco Casas </span> <i> at 2026-02-04T15:46:44+01:00 </i>
</div>
<pre class=3D"commit-message" style=3D'white-space: pre-wrap; display: bl=
ock; font-size: 14px; color: #3a383f; position: relative; font-family: "G=
itLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation M=
ono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida co=
nsole", monospace; font-variant-ligatures: none; word-break: break-all; w=
ord-wrap: break-word; background-color: #fbfafd; border-radius: 2px; marg=
in: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>vkd3d-shader/d3dbc:=
Initialise CONSTINT and CONSTBOOL registers with the proper vsir data ty=
pe.
</pre>
</li>
<li>
<strong style=3D"font-weight: 600;"><a href=3D"https://gitlab.winehq.org/=
wine/vkd3d/-/commit/3b823d8bfce9f8880ef24b4c409962315063675c">3b823d8b</a=
></strong>
<div>
<span> by Francisco Casas </span> <i> at 2026-02-04T15:46:52+01:00 </i>
</div>
<pre class=3D"commit-message" style=3D'white-space: pre-wrap; display: bl=
ock; font-size: 14px; color: #3a383f; position: relative; font-family: "G=
itLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation M=
ono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida co=
nsole", monospace; font-variant-ligatures: none; word-break: break-all; w=
ord-wrap: break-word; background-color: #fbfafd; border-radius: 2px; marg=
in: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>vkd3d-shader/ir: Lo=
wer d3dbc loop instructions.
</pre>
</li>
<li>
<strong style=3D"font-weight: 600;"><a href=3D"https://gitlab.winehq.org/=
wine/vkd3d/-/commit/3f968bdbf651c9d93e39f3afd1b802aee3542d0f">3f968bdb</a=
></strong>
<div>
<span> by Francisco Casas </span> <i> at 2026-02-04T15:51:29+01:00 </i>
</div>
<pre class=3D"commit-message" style=3D'white-space: pre-wrap; display: bl=
ock; font-size: 14px; color: #3a383f; position: relative; font-family: "G=
itLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation M=
ono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida co=
nsole", monospace; font-variant-ligatures: none; word-break: break-all; w=
ord-wrap: break-word; background-color: #fbfafd; border-radius: 2px; marg=
in: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>vkd3d-shader/ir: Co=
py inputs to an IDXTEMP when there is vN[aL] access.
</pre>
</li>
<li>
<strong style=3D"font-weight: 600;"><a href=3D"https://gitlab.winehq.org/=
wine/vkd3d/-/commit/bffa9d5a27998a2de2265a269fea069e4cbfc977">bffa9d5a</a=
></strong>
<div>
<span> by Francisco Casas </span> <i> at 2026-02-04T15:51:35+01:00 </i>
</div>
<pre class=3D"commit-message" style=3D'white-space: pre-wrap; display: bl=
ock; font-size: 14px; color: #3a383f; position: relative; font-family: "G=
itLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation M=
ono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida co=
nsole", monospace; font-variant-ligatures: none; word-break: break-all; w=
ord-wrap: break-word; background-color: #fbfafd; border-radius: 2px; marg=
in: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>vkd3d-shader/d3dbc:=
Add a used_mask to all input registers on indirect addressing.
Otherwise the used_mask could be empty for elements that can actually be
addressed via indirect addressing, which results in them not being
emitted as inputs when targeting the SPIR-V backend.
</pre>
</li>
</ul>
<h4 style=3D"margin-top: 10px; margin-bottom: 10px;">
4 changed files:
</h4>
<ul>
<li class=3D"file-stats">
<a href=3D"https://gitlab.winehq.org/wine/vkd3d/-/compare/eab63586c83c4fa=
d4a2c004de40741d8d856114a...bffa9d5a27998a2de2265a269fea069e4cbfc977#d5b4=
de16d947214ec306bd57bed1bd23a939b5f9">
Makefile.am
</a>
</li>
<li class=3D"file-stats">
<a href=3D"https://gitlab.winehq.org/wine/vkd3d/-/compare/eab63586c83c4fa=
d4a2c004de40741d8d856114a...bffa9d5a27998a2de2265a269fea069e4cbfc977#6522=
4f45149d44504eb7d8073b46ace7b7a7a4ce">
libs/vkd3d-shader/d3dbc.c
</a>
</li>
<li class=3D"file-stats">
<a href=3D"https://gitlab.winehq.org/wine/vkd3d/-/compare/eab63586c83c4fa=
d4a2c004de40741d8d856114a...bffa9d5a27998a2de2265a269fea069e4cbfc977#4fae=
87cf1e8d06a5c7871f244e3dd75ef2dac299">
libs/vkd3d-shader/ir.c
</a>
</li>
<li class=3D"file-stats">
<a href=3D"https://gitlab.winehq.org/wine/vkd3d/-/compare/eab63586c83c4fa=
d4a2c004de40741d8d856114a...bffa9d5a27998a2de2265a269fea069e4cbfc977#5686=
da8bd34ff15fab0fbf0f005d650b0099a224">
<span class=3D"new-file">
+
tests/d3dbc/loop.shader_test
</span>
</a>
</li>
</ul>
</div>
<div class=3D"footer" style=3D"margin-top: 10px;">
<p style=3D"font-size: small; color: #626168;">
=E2=80=94
<br>
<a href=3D"https://gitlab.winehq.org/wine/vkd3d/-/compare/eab63586c83c4fa=
d4a2c004de40741d8d856114a...bffa9d5a27998a2de2265a269fea069e4cbfc977">Vie=
w it on GitLab</a>.
<br>
You're receiving this email because of your account on <a target=3D"_blan=
k" rel=3D"noopener noreferrer" href=3D"https://gitlab.winehq.org">gitlab.=
winehq.org</a>. <a href=3D"https://gitlab.winehq.org/-/profile/notificati=
ons" target=3D"_blank" rel=3D"noopener noreferrer" class=3D"mng-notif-lin=
k">Manage all notifications</a> =C2=B7 <a href=3D"https://gitlab.winehq.o=
rg/help" target=3D"_blank" rel=3D"noopener noreferrer" class=3D"help-link=
">Help</a>
<span style=3D"color: transparent; font-size: 0; display: none; overflow:=
hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0;">
Notification message regarding https://gitlab.winehq.org/wine/vkd3d/-/com=
pare/eab63586c83c4fad4a2c004de40741d8d856114a...bffa9d5a27998a2de2265a269=
fea069e4cbfc977 at 1770217439
</span>
</p>
</div>
</body>
</html>
----==_mimepart_69835fdfbb1ef_37bc84f9aec141455c--