[Git][wine/wine-staging][master] 4 commits: mfplat-streaming-support: Remove patch 0065.

"Elizabeth Figura (@zfigura) via Wine-commits" <[email protected]> Sat, 07 Feb 2026 13:05:09 -0600
Newsgroups gmane.comp.emulators.wine.cvs
Message-ID <[email protected]>
----==_mimepart_69878ce5e59fe_37bc84f99e81880460
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable



Elizabeth Figura pushed to branch master at wine / wine-staging


Commits:
9327a70f by Elizabeth Figura at 2026-02-07T12:33:00-06:00
mfplat-streaming-support: Remove patch 0065.

This was probably written for XAudio, but tests show that Win32 XAudio do=
es not
actually support the XMA format (or XBox files in general.)

The WMA decoder also does not actually expose XMA support from GetInputTy=
pe().
It is likely that this is just incorrect. Even if it is supported, the GS=
treamer
glue will be trivial to recreate.

- - - - -
c72fd8ed by Elizabeth Figura at 2026-02-07T12:39:03-06:00
wined3d-Accounting: Remove patch.

This has been rejected for using an experimental extension in Wine, which=
 we
avoid. Besides that, it would need to be rewritten plumbed to the CS thre=
ad.

It is not clear that it is providing anything in the way of meaningful va=
lue to
users anyway.

- - - - -
9338f428 by Elizabeth Figura at 2026-02-07T13:03:35-06:00
wined3d-atomic_minmax_merge: Remove patch.

This is not correct. Signed and unsigned min/max are simply different
operations. Performing a signed atomic on an unsigned type, and vice vers=
a, is
impossible in GL.

At best we can detect whether an integer register is only used with unsig=
ned or
signed operations and declare it appropriately. This would be a lot of wo=
rk,
however, and would not work if both operations are used.

Given the existence of the Vulkan renderer, which does not have this limi=
tation
(and should be supportable for any GPU which exposes atomics anyway), spe=
nding
effort trying to implement this behaviour is not worthwhile.

Users affected by bug 52233 should use the Vulkan renderer if possible.

- - - - -
391e9e4f by Elizabeth Figura at 2026-02-07T13:03:45-06:00
wined3d-wined3d_guess_gl_vendor: Remove patch set.

This was for ReactOS. According to opengl.gpuinfo.org, no other system ha=
s ever
used the default vendor name. Meanwhile, ReactOS only exposes GL 1.1, whi=
ch is
no longer enough to run wined3d.

If the situation changes, this patch will be easy to rewrite.

- - - - -


7 changed files:

- =E2=88=92 patches/mfplat-streaming-support/0065-winegstreamer-Support-X=
MAudio2-input-format-in-WMA-d.xxxx
- =E2=88=92 patches/wined3d-Accounting/0001-wined3d-Use-real-values-for-m=
emory-accounting-on-NVI.patch
- =E2=88=92 patches/wined3d-Accounting/definition
- =E2=88=92 patches/wined3d-atomic_minmax_merge/0001-wined3d-Merged-ATOMI=
C_IMIN-and-ATOMIC_UMIN-together.patch
- =E2=88=92 patches/wined3d-atomic_minmax_merge/definition
- =E2=88=92 patches/wined3d-wined3d_guess_gl_vendor/0001-wined3d-Also-che=
ck-for-Brian-Paul-to-detect-Mesa-gl_.patch
- =E2=88=92 patches/wined3d-wined3d_guess_gl_vendor/definition


View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/compare/=
8410551bec52bcac85dd5c7c6e7a6ede308ccc07...391e9e4f31e6ed6e06315adcefdb7f=
d35e023f5a

-- =

View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/compare/=
8410551bec52bcac85dd5c7c6e7a6ede308ccc07...391e9e4f31e6ed6e06315adcefdb7f=
d35e023f5a
You're receiving this email because of your account on gitlab.winehq.org.=




----==_mimepart_69878ce5e59fe_37bc84f99e81880460
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;">
Elizabeth Figura pushed to branch master at <a href=3D"https://gitlab.win=
ehq.org/wine/wine-staging">wine / wine-staging</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/wine-staging/-/commit/9327a70fa20f7f2c7521bfcda7fc2e13d58b73e7">9327=
a70f</a></strong>
<div>
<span> by Elizabeth Figura </span> <i> at 2026-02-07T12:33:00-06: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;'>mfplat-streaming-su=
pport: Remove patch 0065.

This was probably written for XAudio, but tests show that Win32 XAudio do=
es not
actually support the XMA format (or XBox files in general.)

The WMA decoder also does not actually expose XMA support from GetInputTy=
pe().
It is likely that this is just incorrect. Even if it is supported, the GS=
treamer
glue will be trivial to recreate.
</pre>
</li>
<li>
<strong style=3D"font-weight: 600;"><a href=3D"https://gitlab.winehq.org/=
wine/wine-staging/-/commit/c72fd8edca2923a98b9707fbb512281db84b285b">c72f=
d8ed</a></strong>
<div>
<span> by Elizabeth Figura </span> <i> at 2026-02-07T12:39:03-06: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;'>wined3d-Accounting:=
 Remove patch.

This has been rejected for using an experimental extension in Wine, which=
 we
avoid. Besides that, it would need to be rewritten plumbed to the CS thre=
ad.

It is not clear that it is providing anything in the way of meaningful va=
lue to
users anyway.
</pre>
</li>
<li>
<strong style=3D"font-weight: 600;"><a href=3D"https://gitlab.winehq.org/=
wine/wine-staging/-/commit/9338f4288bed40075000d47d3fef99254b6dedbe">9338=
f428</a></strong>
<div>
<span> by Elizabeth Figura </span> <i> at 2026-02-07T13:03:35-06: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;'>wined3d-atomic_minm=
ax_merge: Remove patch.

This is not correct. Signed and unsigned min/max are simply different
operations. Performing a signed atomic on an unsigned type, and vice vers=
a, is
impossible in GL.

At best we can detect whether an integer register is only used with unsig=
ned or
signed operations and declare it appropriately. This would be a lot of wo=
rk,
however, and would not work if both operations are used.

Given the existence of the Vulkan renderer, which does not have this limi=
tation
(and should be supportable for any GPU which exposes atomics anyway), spe=
nding
effort trying to implement this behaviour is not worthwhile.

Users affected by bug 52233 should use the Vulkan renderer if possible.
</pre>
</li>
<li>
<strong style=3D"font-weight: 600;"><a href=3D"https://gitlab.winehq.org/=
wine/wine-staging/-/commit/391e9e4f31e6ed6e06315adcefdb7fd35e023f5a">391e=
9e4f</a></strong>
<div>
<span> by Elizabeth Figura </span> <i> at 2026-02-07T13:03:45-06: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;'>wined3d-wined3d_gue=
ss_gl_vendor: Remove patch set.

This was for ReactOS. According to opengl.gpuinfo.org, no other system ha=
s ever
used the default vendor name. Meanwhile, ReactOS only exposes GL 1.1, whi=
ch is
no longer enough to run wined3d.

If the situation changes, this patch will be easy to rewrite.
</pre>
</li>
</ul>
<h4 style=3D"margin-top: 10px; margin-bottom: 10px;">
7 changed files:
</h4>
<ul>
<li class=3D"file-stats">
<a href=3D"https://gitlab.winehq.org/wine/wine-staging/-/compare/8410551b=
ec52bcac85dd5c7c6e7a6ede308ccc07...391e9e4f31e6ed6e06315adcefdb7fd35e023f=
5a#5f07c687fca771e21ae72af74259c092138d869d">
<span class=3D"deleted-file">
=E2=88=92
patches/mfplat-streaming-support/0065-winegstreamer-Support-XMAudio2-inpu=
t-format-in-WMA-d.xxxx
</span>
</a>
</li>
<li class=3D"file-stats">
<a href=3D"https://gitlab.winehq.org/wine/wine-staging/-/compare/8410551b=
ec52bcac85dd5c7c6e7a6ede308ccc07...391e9e4f31e6ed6e06315adcefdb7fd35e023f=
5a#5c015eaca84281755d66f62fdb70aea30fa7a84e">
<span class=3D"deleted-file">
=E2=88=92
patches/wined3d-Accounting/0001-wined3d-Use-real-values-for-memory-accoun=
ting-on-NVI.patch
</span>
</a>
</li>
<li class=3D"file-stats">
<a href=3D"https://gitlab.winehq.org/wine/wine-staging/-/compare/8410551b=
ec52bcac85dd5c7c6e7a6ede308ccc07...391e9e4f31e6ed6e06315adcefdb7fd35e023f=
5a#bdd100756ed78f212581ca367a2586ae2c04fe14">
<span class=3D"deleted-file">
=E2=88=92
patches/wined3d-Accounting/definition
</span>
</a>
</li>
<li class=3D"file-stats">
<a href=3D"https://gitlab.winehq.org/wine/wine-staging/-/compare/8410551b=
ec52bcac85dd5c7c6e7a6ede308ccc07...391e9e4f31e6ed6e06315adcefdb7fd35e023f=
5a#d50331b8a12395b32f81196d058ccd0c58a7ad23">
<span class=3D"deleted-file">
=E2=88=92
patches/wined3d-atomic_minmax_merge/0001-wined3d-Merged-ATOMIC_IMIN-and-A=
TOMIC_UMIN-together.patch
</span>
</a>
</li>
<li class=3D"file-stats">
<a href=3D"https://gitlab.winehq.org/wine/wine-staging/-/compare/8410551b=
ec52bcac85dd5c7c6e7a6ede308ccc07...391e9e4f31e6ed6e06315adcefdb7fd35e023f=
5a#bd5cbee6b7b058b3bb1a751c0eae1bdfb38fbd3a">
<span class=3D"deleted-file">
=E2=88=92
patches/wined3d-atomic_minmax_merge/definition
</span>
</a>
</li>
<li class=3D"file-stats">
<a href=3D"https://gitlab.winehq.org/wine/wine-staging/-/compare/8410551b=
ec52bcac85dd5c7c6e7a6ede308ccc07...391e9e4f31e6ed6e06315adcefdb7fd35e023f=
5a#9146a47d4990f47c45f83428cae79e43c52a319d">
<span class=3D"deleted-file">
=E2=88=92
patches/wined3d-wined3d_guess_gl_vendor/0001-wined3d-Also-check-for-Brian=
-Paul-to-detect-Mesa-gl_.patch
</span>
</a>
</li>
<li class=3D"file-stats">
<a href=3D"https://gitlab.winehq.org/wine/wine-staging/-/compare/8410551b=
ec52bcac85dd5c7c6e7a6ede308ccc07...391e9e4f31e6ed6e06315adcefdb7fd35e023f=
5a#e114e69ac3fcbac5f1e2d8ec7bfdd2904c1db4f4">
<span class=3D"deleted-file">
=E2=88=92
patches/wined3d-wined3d_guess_gl_vendor/definition
</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/wine-staging/-/compare/8410551b=
ec52bcac85dd5c7c6e7a6ede308ccc07...391e9e4f31e6ed6e06315adcefdb7fd35e023f=
5a">View 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/wine-stagin=
g/-/compare/8410551bec52bcac85dd5c7c6e7a6ede308ccc07...391e9e4f31e6ed6e06=
315adcefdb7fd35e023f5a at 1770491109
</span>



</p>
</div>
</body>
</html>

----==_mimepart_69878ce5e59fe_37bc84f99e81880460--