[Git][wine/wine-staging][master] 10 commits: dxva2-VideoDecoder: Remove patch set.
"Elizabeth Figura (@zfigura) via Wine-commits" <[email protected]> Sat, 07 Feb 2026 12:25:12 -0600
| Newsgroups | gmane.comp.emulators.wine.cvs |
|---|---|
| Message-ID | <[email protected]> |
----==_mimepart_69878388281f5_37bc84f9bc818802e9
Content-Type: text/plain;
charset=UTF-8
Content-Transfer-Encoding: quoted-printable
Elizabeth Figura pushed to branch master at wine / wine-staging
Commits:
41c6572d by Elizabeth Figura at 2026-02-07T12:08:07-06:00
dxva2-VideoDecoder: Remove patch set.
This contains patches for MPEG 2 and H.264 hardware decoding originally w=
ritten
for Pipelight. Silverlight is now defunct, these patches have been disabl=
ed for
several years, and it is safe to assume there is no longer any applicatio=
n which
would make use of these.
If there was, the patches would need to be rewritten from scratch anyway,=
to be implemented on top of wined3d's now extant video decoding interface=
.
Since it is currently providing no utility to users or developers, remove=
it.
- - - - -
3384fb06 by Elizabeth Figura at 2026-02-07T12:08:07-06:00
nvcuvid-CUDA_Video_Support: Remove patch set.
No known user for this was ever discovered. Possibly it was meant to even=
tually
be another backend for hardware video decode to be used by dxva2. In any =
case,
the patch has been disabled for years.
Additionally, the patch would need to be rewritten effectively from scrat=
ch due
to the PE/Unix split.
Since it is currently providing no utility to users or developers, remove=
it.
- - - - -
418de17c by Elizabeth Figura at 2026-02-07T12:08:07-06:00
nvencodeapi-Video_Encoder: Remove patch set.
No known user for this was ever discovered, and the patch set has been di=
sabled
for years.
Additionally, the patch would need to be rewritten effectively from scrat=
ch due
to the PE/Unix split.
Since it is currently providing no utility to users or developers, remove=
it.
- - - - -
da071dbf by Elizabeth Figura at 2026-02-07T12:08:07-06:00
nvcuda-CUDA_Support: Remove patch set.
While this patch set has known users, it has been disabled for quite some=
time
due to the PE/Unix split. It would need to be rewritten effectively from
scratch.
To make matters worse, at this point this can't even happen. nvcuda has s=
ome
private undocumented interfaces that cannot simply be trivially passed th=
rough;
they would require knowledge of the types in order to allow for wow64
translation, which would be a requirement for upstreaming.
We need co=C3=B6peration from NVidia to get CUDA upstream. NVidia employe=
es have been
made aware of this problem, but so far the company has not provided us wi=
th the
necessary documentation.
Since this patch set is currently providing no utility to users or develo=
pers,
remove it.
- - - - -
88398db0 by Elizabeth Figura at 2026-02-07T12:08:07-06:00
iphlpapi-System_Ping: Remove patch.
This patch has been disabled for over four years. It's not clear whether =
there
are extant systems that would need it.
Even if they do, the patch would need to be rewritten, moving the equival=
ent
functionality to nsiproxy.
Since it hasn't been providing utiltity to users or developers, remove it=
.
- - - - -
8f613dbf by Elizabeth Figura at 2026-02-07T12:08:07-06:00
winex11-Limited_Resolutions: Remove patch set.
Unlike most of the other patches removed in this purge, this patch set ac=
tually
both addresses a real problem and would not need to be rewritten per se.
The problem is that it's been fundamentally rejected upstream. If that we=
re not
enough, it's also been disabled for over a decade in wine-staging for leg=
al
reasons.
It's not providing any utility to users or developers, so remove it.
- - - - -
4293ca85 by Elizabeth Figura at 2026-02-07T12:08:07-06:00
wpcap-Dynamic_Linking: Remove patch.
This patch has been disabled for several years, and was rejected upstream=
.
Even when not disabled, it didn't really fix a bug; it just works around =
a
problem in the way Fedora packages Wine.
It's not providing any utility to users or developers, so remove it.
- - - - -
ef3b31b7 by Elizabeth Figura at 2026-02-07T12:08:07-06:00
ntdll_reg_flush: Remove patch set.
Per off-list communication with Alexandre, this is the wrong approach.
The right approach would be to perform partial updates of the registry fi=
le in
some manner.
At the same time, the performance problem this was meant to address was f=
ixed
upstream by a19c8712917042361208b8a4a0a503e06815d20a.
This patch isn't providing utility to users or developers, so remove it.
- - - - -
779facc8 by Elizabeth Figura at 2026-02-07T12:08:21-06:00
crypt32-CMS_Certificates: Remove patch.
It's hard to call this going in the wrong direction, but for one line, it=
's not
going in the right one enough to really be useful.
On the other hand, all applications that were fixed by this appear to be
defunct. I believe the certificate in question has expired anyway.
It's not providing any utility to developers or users, so remove it.
- - - - -
8410551b by Elizabeth Figura at 2026-02-07T12:10:14-06:00
advapi32-LsaLookupPrivilegeName: Remove patch.
This is technically correct, probably, but was also never worth even the =
trouble
of sending upstream.
This was almost certainly never for a real application. It is vanishingly=
unlikely that an application would call this function with an invalid mac=
hine
name and depend on getting a specific result. In the event that one does,=
it
would be very easy to recreate.
The amount of utility this patch is providing is not enough to justify ke=
eping
it.
- - - - -
48 changed files:
- =E2=88=92 patches/advapi32-LsaLookupPrivilegeName/0001-advapi32-Fix-err=
or-code-when-calling-LsaOpenPolicy-f.patch
- =E2=88=92 patches/crypt32-CMS_Certificates/0001-crypt32-Skip-unknown-it=
em-when-decoding-a-CMS-certif.patch
- =E2=88=92 patches/crypt32-CMS_Certificates/definition
- =E2=88=92 patches/dxva2-Video_Decoder/0002-dxva2-Implement-stubbed-inte=
rfaces-for-IDirectXVideo.patch
- =E2=88=92 patches/dxva2-Video_Decoder/0006-dxva2-tests-Add-tests-for-dx=
va2-decoder.patch
- =E2=88=92 patches/dxva2-Video_Decoder/0007-dxva2-Initial-implementation=
-of-MPEG2-decoder-using-.patch
- =E2=88=92 patches/dxva2-Video_Decoder/0008-dxva2-Implement-h264-decoder=
.patch
- =E2=88=92 patches/dxva2-Video_Decoder/0009-dxva2-Add-DRM-mode-for-vaapi=
.patch
- =E2=88=92 patches/dxva2-Video_Decoder/0010-dxva2-Fill-h264-luma-and-chr=
oma-weights-offsets-with.patch
- =E2=88=92 patches/dxva2-Video_Decoder/0011-dxva2-Always-destroy-buffers=
-when-calling-vaRenderPi.patch
- =E2=88=92 patches/dxva2-Video_Decoder/0012-dxva2-Only-declare-debug-cha=
nnels-when-they-are-actu.patch
- =E2=88=92 patches/dxva2-Video_Decoder/0013-Revert-dxva2-Build-with-msvc=
rt.patch
- =E2=88=92 patches/dxva2-Video_Decoder/definition
- =E2=88=92 patches/iphlpapi-System_Ping/0001-iphlpapi-Fallback-to-system=
-ping-when-ICMP-permissio.patch
- =E2=88=92 patches/iphlpapi-System_Ping/definition
- =E2=88=92 patches/ntdll_reg_flush/0001-ntdll-Reimplement-NtSaveKey-on-t=
he-client-side.patch
- =E2=88=92 patches/ntdll_reg_flush/0002-ntdll-Implement-NtFlushKey.patch=
- =E2=88=92 patches/ntdll_reg_flush/0003-mountmgr.sys-Perform-periodic-re=
gistry-flush-instead.patch
- =E2=88=92 patches/ntdll_reg_flush/definition
- =E2=88=92 patches/nvcuda-CUDA_Support/0001-include-Add-cuda.h.h.patch
- =E2=88=92 patches/nvcuda-CUDA_Support/0002-nvcuda-Add-stub-dll.patch
- =E2=88=92 patches/nvcuda-CUDA_Support/0003-nvcuda-First-implementation.=
patch
- =E2=88=92 patches/nvcuda-CUDA_Support/0004-nvcuda-Implement-new-functio=
ns-added-in-CUDA-6.5.patch
- =E2=88=92 patches/nvcuda-CUDA_Support/0005-nvcuda-Properly-wrap-undocum=
ented-ContextStorage-int.patch
- =E2=88=92 patches/nvcuda-CUDA_Support/0006-nvcuda-Emulate-two-d3d9-init=
ialization-functions.patch
- =E2=88=92 patches/nvcuda-CUDA_Support/0007-nvcuda-Properly-wrap-stream-=
callbacks-by-forwarding-.patch
- =E2=88=92 patches/nvcuda-CUDA_Support/0008-nvcuda-Add-support-for-CUDA-=
7.0.patch
- =E2=88=92 patches/nvcuda-CUDA_Support/0009-nvcuda-Implement-cuModuleLoa=
d-wrapper-function.patch
- =E2=88=92 patches/nvcuda-CUDA_Support/0010-nvcuda-Search-for-dylib-libr=
ary-on-Mac-OS-X.patch
- =E2=88=92 patches/nvcuda-CUDA_Support/0011-nvcuda-Add-semi-stub-for-cuD=
3D10GetDevice.patch
- =E2=88=92 patches/nvcuda-CUDA_Support/0012-nvcuda-Add-semi-stub-for-cuD=
3D11GetDevice-and-cuGrap.patch
- =E2=88=92 patches/nvcuda-CUDA_Support/0013-nvcuda-Update-spec-file.patc=
h
- =E2=88=92 patches/nvcuda-CUDA_Support/0014-nvcuda-Implement-cuDeviceGet=
Uuid-and-cuDeviceGetLuid.patch
- =E2=88=92 patches/nvcuda-CUDA_Support/0015-nvcuda-Expand-the-Unknown1-t=
able.patch
- =E2=88=92 patches/nvcuda-CUDA_Support/0016-nvcuda-Make-nvcuda-attempt-t=
o-load-libcuda.so.1.patch
- =E2=88=92 patches/nvcuda-CUDA_Support/0017-nvcuda-Add-empty-stub-for-fu=
nction-cuFuncSetAttr.patch
- =E2=88=92 patches/nvcuda-CUDA_Support/definition
- =E2=88=92 patches/nvcuvid-CUDA_Video_Support/0001-nvcuvid-First-impleme=
ntation.patch
- =E2=88=92 patches/nvcuvid-CUDA_Video_Support/definition
- =E2=88=92 patches/nvencodeapi-Video_Encoder/0001-nvencodeapi-First-impl=
ementation.patch
- =E2=88=92 patches/nvencodeapi-Video_Encoder/0002-nvencodeapi-Add-debian=
-specific-paths-to-native-libr.patch
- =E2=88=92 patches/nvencodeapi-Video_Encoder/0003-nvencodeapi-Add-suppor=
t-for-version-6.0.patch
- =E2=88=92 patches/nvencodeapi-Video_Encoder/definition
- =E2=88=92 patches/winex11-Limited_Resolutions/0001-winex11-Display-a-he=
lpful-warning-when-Dynamic-TwinV.patch
- =E2=88=92 patches/winex11-Limited_Resolutions/0002-winex11-Return-the-a=
ctual-refresh-rate-for-NVIDIA-ca.patch
- =E2=88=92 patches/winex11-Limited_Resolutions/definition
- =E2=88=92 patches/wpcap-Dynamic_Linking/0001-wpcap-Load-libpcap-dynamic=
ally.patch
- =E2=88=92 patches/wpcap-Dynamic_Linking/definition
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/compare/=
855b2280fdf165396c5aa6e3df1b20a5fa4da717...8410551bec52bcac85dd5c7c6e7a6e=
de308ccc07
-- =
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/compare/=
855b2280fdf165396c5aa6e3df1b20a5fa4da717...8410551bec52bcac85dd5c7c6e7a6e=
de308ccc07
You're receiving this email because of your account on gitlab.winehq.org.=
----==_mimepart_69878388281f5_37bc84f9bc818802e9
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/41c6572d2489872513040a2c50bff88767e4230e">41c6=
572d</a></strong>
<div>
<span> by Elizabeth Figura </span> <i> at 2026-02-07T12:08:07-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;'>dxva2-VideoDecoder:=
Remove patch set.
This contains patches for MPEG 2 and H.264 hardware decoding originally w=
ritten
for Pipelight. Silverlight is now defunct, these patches have been disabl=
ed for
several years, and it is safe to assume there is no longer any applicatio=
n which
would make use of these.
If there was, the patches would need to be rewritten from scratch anyway,=
to be implemented on top of wined3d's now extant video decoding interface=
.
Since it is currently providing no utility to users or developers, remove=
it.
</pre>
</li>
<li>
<strong style=3D"font-weight: 600;"><a href=3D"https://gitlab.winehq.org/=
wine/wine-staging/-/commit/3384fb06877493f6045dd4760421bd0832ec280e">3384=
fb06</a></strong>
<div>
<span> by Elizabeth Figura </span> <i> at 2026-02-07T12:08:07-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;'>nvcuvid-CUDA_Video_=
Support: Remove patch set.
No known user for this was ever discovered. Possibly it was meant to even=
tually
be another backend for hardware video decode to be used by dxva2. In any =
case,
the patch has been disabled for years.
Additionally, the patch would need to be rewritten effectively from scrat=
ch due
to the PE/Unix split.
Since it is currently providing no utility to users or developers, remove=
it.
</pre>
</li>
<li>
<strong style=3D"font-weight: 600;"><a href=3D"https://gitlab.winehq.org/=
wine/wine-staging/-/commit/418de17c5a5b42c958c2aaf58159b6fab9dca800">418d=
e17c</a></strong>
<div>
<span> by Elizabeth Figura </span> <i> at 2026-02-07T12:08:07-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;'>nvencodeapi-Video_E=
ncoder: Remove patch set.
No known user for this was ever discovered, and the patch set has been di=
sabled
for years.
Additionally, the patch would need to be rewritten effectively from scrat=
ch due
to the PE/Unix split.
Since it is currently providing no utility to users or developers, remove=
it.
</pre>
</li>
<li>
<strong style=3D"font-weight: 600;"><a href=3D"https://gitlab.winehq.org/=
wine/wine-staging/-/commit/da071dbf33b08ef8716e6bb9f0480873062965aa">da07=
1dbf</a></strong>
<div>
<span> by Elizabeth Figura </span> <i> at 2026-02-07T12:08:07-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;'>nvcuda-CUDA_Support=
: Remove patch set.
While this patch set has known users, it has been disabled for quite some=
time
due to the PE/Unix split. It would need to be rewritten effectively from
scratch.
To make matters worse, at this point this can't even happen. nvcuda has s=
ome
private undocumented interfaces that cannot simply be trivially passed th=
rough;
they would require knowledge of the types in order to allow for wow64
translation, which would be a requirement for upstreaming.
We need co=C3=B6peration from NVidia to get CUDA upstream. NVidia employe=
es have been
made aware of this problem, but so far the company has not provided us wi=
th the
necessary documentation.
Since this patch set is currently providing no utility to users or develo=
pers,
remove it.
</pre>
</li>
<li>
<strong style=3D"font-weight: 600;"><a href=3D"https://gitlab.winehq.org/=
wine/wine-staging/-/commit/88398db0839b816d005a2f73377bdd16c82fdf26">8839=
8db0</a></strong>
<div>
<span> by Elizabeth Figura </span> <i> at 2026-02-07T12:08:07-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;'>iphlpapi-System_Pin=
g: Remove patch.
This patch has been disabled for over four years. It's not clear whether =
there
are extant systems that would need it.
Even if they do, the patch would need to be rewritten, moving the equival=
ent
functionality to nsiproxy.
Since it hasn't been providing utiltity to users or developers, remove it=
.
</pre>
</li>
<li>
<strong style=3D"font-weight: 600;"><a href=3D"https://gitlab.winehq.org/=
wine/wine-staging/-/commit/8f613dbf4e7605ceb04ce2de89b9bc66282f27aa">8f61=
3dbf</a></strong>
<div>
<span> by Elizabeth Figura </span> <i> at 2026-02-07T12:08:07-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;'>winex11-Limited_Res=
olutions: Remove patch set.
Unlike most of the other patches removed in this purge, this patch set ac=
tually
both addresses a real problem and would not need to be rewritten per se.
The problem is that it's been fundamentally rejected upstream. If that we=
re not
enough, it's also been disabled for over a decade in wine-staging for leg=
al
reasons.
It's not providing any utility to users or developers, so remove it.
</pre>
</li>
<li>
<strong style=3D"font-weight: 600;"><a href=3D"https://gitlab.winehq.org/=
wine/wine-staging/-/commit/4293ca85035a3ab7c29c73e8a6b8c5c3f90ca981">4293=
ca85</a></strong>
<div>
<span> by Elizabeth Figura </span> <i> at 2026-02-07T12:08:07-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;'>wpcap-Dynamic_Linki=
ng: Remove patch.
This patch has been disabled for several years, and was rejected upstream=
.
Even when not disabled, it didn't really fix a bug; it just works around =
a
problem in the way Fedora packages Wine.
It's not providing any utility to users or developers, so remove it.
</pre>
</li>
<li>
<strong style=3D"font-weight: 600;"><a href=3D"https://gitlab.winehq.org/=
wine/wine-staging/-/commit/ef3b31b7c4ec029a4244c4c47aafa26f654a54ce">ef3b=
31b7</a></strong>
<div>
<span> by Elizabeth Figura </span> <i> at 2026-02-07T12:08:07-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;'>ntdll_reg_flush: Re=
move patch set.
Per off-list communication with Alexandre, this is the wrong approach.
The right approach would be to perform partial updates of the registry fi=
le in
some manner.
At the same time, the performance problem this was meant to address was f=
ixed
upstream by a19c8712917042361208b8a4a0a503e06815d20a.
This patch isn't providing utility to users or developers, so remove it.
</pre>
</li>
<li>
<strong style=3D"font-weight: 600;"><a href=3D"https://gitlab.winehq.org/=
wine/wine-staging/-/commit/779facc87c7dfb9d68ffcd420abe14b67d497f73">779f=
acc8</a></strong>
<div>
<span> by Elizabeth Figura </span> <i> at 2026-02-07T12:08:21-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;'>crypt32-CMS_Certifi=
cates: Remove patch.
It's hard to call this going in the wrong direction, but for one line, it=
's not
going in the right one enough to really be useful.
On the other hand, all applications that were fixed by this appear to be
defunct. I believe the certificate in question has expired anyway.
It's not providing any utility to developers or users, so remove it.
</pre>
</li>
<li>
<strong style=3D"font-weight: 600;"><a href=3D"https://gitlab.winehq.org/=
wine/wine-staging/-/commit/8410551bec52bcac85dd5c7c6e7a6ede308ccc07">8410=
551b</a></strong>
<div>
<span> by Elizabeth Figura </span> <i> at 2026-02-07T12:10:14-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;'>advapi32-LsaLookupP=
rivilegeName: Remove patch.
This is technically correct, probably, but was also never worth even the =
trouble
of sending upstream.
This was almost certainly never for a real application. It is vanishingly=
unlikely that an application would call this function with an invalid mac=
hine
name and depend on getting a specific result. In the event that one does,=
it
would be very easy to recreate.
The amount of utility this patch is providing is not enough to justify ke=
eping
it.
</pre>
</li>
</ul>
<h4 style=3D"margin-top: 10px; margin-bottom: 10px;">
48 changed files:
</h4>
<ul>
<li class=3D"file-stats">
<a href=3D"https://gitlab.winehq.org/wine/wine-staging/-/compare/855b2280=
fdf165396c5aa6e3df1b20a5fa4da717...8410551bec52bcac85dd5c7c6e7a6ede308ccc=
07#da13150eb6cb06c5863a0a6b60297cbccada3a62">
<span class=3D"deleted-file">
=E2=88=92
patches/advapi32-LsaLookupPrivilegeName/0001-advapi32-Fix-error-code-when=
-calling-LsaOpenPolicy-f.patch
</span>
</a>
</li>
<li class=3D"file-stats">
<a href=3D"https://gitlab.winehq.org/wine/wine-staging/-/compare/855b2280=
fdf165396c5aa6e3df1b20a5fa4da717...8410551bec52bcac85dd5c7c6e7a6ede308ccc=
07#e854e477d1a1e1638b0b174774ac2823ae50421a">
<span class=3D"deleted-file">
=E2=88=92
patches/crypt32-CMS_Certificates/0001-crypt32-Skip-unknown-item-when-deco=
ding-a-CMS-certif.patch
</span>
</a>
</li>
<li class=3D"file-stats">
<a href=3D"https://gitlab.winehq.org/wine/wine-staging/-/compare/855b2280=
fdf165396c5aa6e3df1b20a5fa4da717...8410551bec52bcac85dd5c7c6e7a6ede308ccc=
07#b02189febfd62f8a9c7b08afbb90213330f058aa">
<span class=3D"deleted-file">
=E2=88=92
patches/crypt32-CMS_Certificates/definition
</span>
</a>
</li>
<li class=3D"file-stats">
<a href=3D"https://gitlab.winehq.org/wine/wine-staging/-/compare/855b2280=
fdf165396c5aa6e3df1b20a5fa4da717...8410551bec52bcac85dd5c7c6e7a6ede308ccc=
07#11a21d74c94a8035e46a0f60043ec0633184743c">
<span class=3D"deleted-file">
=E2=88=92
patches/dxva2-Video_Decoder/0002-dxva2-Implement-stubbed-interfaces-for-I=
DirectXVideo.patch
</span>
</a>
</li>
<li class=3D"file-stats">
<a href=3D"https://gitlab.winehq.org/wine/wine-staging/-/compare/855b2280=
fdf165396c5aa6e3df1b20a5fa4da717...8410551bec52bcac85dd5c7c6e7a6ede308ccc=
07#31a3dfcc8d030f162961b57cfbf584560da66f37">
<span class=3D"deleted-file">
=E2=88=92
patches/dxva2-Video_Decoder/0006-dxva2-tests-Add-tests-for-dxva2-decoder.=
patch
</span>
</a>
</li>
<li class=3D"file-stats">
<a href=3D"https://gitlab.winehq.org/wine/wine-staging/-/compare/855b2280=
fdf165396c5aa6e3df1b20a5fa4da717...8410551bec52bcac85dd5c7c6e7a6ede308ccc=
07#a6977f3759eb5b936a527f3f6cb880a20807c43a">
<span class=3D"deleted-file">
=E2=88=92
patches/dxva2-Video_Decoder/0007-dxva2-Initial-implementation-of-MPEG2-de=
coder-using-.patch
</span>
</a>
</li>
<li class=3D"file-stats">
<a href=3D"https://gitlab.winehq.org/wine/wine-staging/-/compare/855b2280=
fdf165396c5aa6e3df1b20a5fa4da717...8410551bec52bcac85dd5c7c6e7a6ede308ccc=
07#7e71b6644f91598bec7e9b9a33bd1cef538b8c3a">
<span class=3D"deleted-file">
=E2=88=92
patches/dxva2-Video_Decoder/0008-dxva2-Implement-h264-decoder.patch
</span>
</a>
</li>
<li class=3D"file-stats">
<a href=3D"https://gitlab.winehq.org/wine/wine-staging/-/compare/855b2280=
fdf165396c5aa6e3df1b20a5fa4da717...8410551bec52bcac85dd5c7c6e7a6ede308ccc=
07#914917faed9de3e85d6e6e7276693afdae60dbaa">
<span class=3D"deleted-file">
=E2=88=92
patches/dxva2-Video_Decoder/0009-dxva2-Add-DRM-mode-for-vaapi.patch
</span>
</a>
</li>
<li class=3D"file-stats">
<a href=3D"https://gitlab.winehq.org/wine/wine-staging/-/compare/855b2280=
fdf165396c5aa6e3df1b20a5fa4da717...8410551bec52bcac85dd5c7c6e7a6ede308ccc=
07#dd824c65e55e9f98d7b23365a9db8ff8723656d3">
<span class=3D"deleted-file">
=E2=88=92
patches/dxva2-Video_Decoder/0010-dxva2-Fill-h264-luma-and-chroma-weights-=
offsets-with.patch
</span>
</a>
</li>
<li class=3D"file-stats">
<a href=3D"https://gitlab.winehq.org/wine/wine-staging/-/compare/855b2280=
fdf165396c5aa6e3df1b20a5fa4da717...8410551bec52bcac85dd5c7c6e7a6ede308ccc=
07#b69f9be01c5110e9c2dfa3cfa2d3f6e3648c20ab">
<span class=3D"deleted-file">
=E2=88=92
patches/dxva2-Video_Decoder/0011-dxva2-Always-destroy-buffers-when-callin=
g-vaRenderPi.patch
</span>
</a>
</li>
<li class=3D"file-stats">
<a href=3D"https://gitlab.winehq.org/wine/wine-staging/-/compare/855b2280=
fdf165396c5aa6e3df1b20a5fa4da717...8410551bec52bcac85dd5c7c6e7a6ede308ccc=
07#f8f6935470fb5aedceca91a15362766f8dfc8ec0">
<span class=3D"deleted-file">
=E2=88=92
patches/dxva2-Video_Decoder/0012-dxva2-Only-declare-debug-channels-when-t=
hey-are-actu.patch
</span>
</a>
</li>
<li class=3D"file-stats">
<a href=3D"https://gitlab.winehq.org/wine/wine-staging/-/compare/855b2280=
fdf165396c5aa6e3df1b20a5fa4da717...8410551bec52bcac85dd5c7c6e7a6ede308ccc=
07#3f16fb7f5f178a917b628730f3299253823d271d">
<span class=3D"deleted-file">
=E2=88=92
patches/dxva2-Video_Decoder/0013-Revert-dxva2-Build-with-msvcrt.patch
</span>
</a>
</li>
<li class=3D"file-stats">
<a href=3D"https://gitlab.winehq.org/wine/wine-staging/-/compare/855b2280=
fdf165396c5aa6e3df1b20a5fa4da717...8410551bec52bcac85dd5c7c6e7a6ede308ccc=
07#8deb394afddcec20ef8225cf39a87d67580185eb">
<span class=3D"deleted-file">
=E2=88=92
patches/dxva2-Video_Decoder/definition
</span>
</a>
</li>
<li class=3D"file-stats">
<a href=3D"https://gitlab.winehq.org/wine/wine-staging/-/compare/855b2280=
fdf165396c5aa6e3df1b20a5fa4da717...8410551bec52bcac85dd5c7c6e7a6ede308ccc=
07#dc618e2397327e546f7b9a3425a2b14dc6849715">
<span class=3D"deleted-file">
=E2=88=92
patches/iphlpapi-System_Ping/0001-iphlpapi-Fallback-to-system-ping-when-I=
CMP-permissio.patch
</span>
</a>
</li>
<li class=3D"file-stats">
<a href=3D"https://gitlab.winehq.org/wine/wine-staging/-/compare/855b2280=
fdf165396c5aa6e3df1b20a5fa4da717...8410551bec52bcac85dd5c7c6e7a6ede308ccc=
07#0be6a47c4ed0fc7ea1102a7382ca532ec2bd7647">
<span class=3D"deleted-file">
=E2=88=92
patches/iphlpapi-System_Ping/definition
</span>
</a>
</li>
<li class=3D"file-stats">
<a href=3D"https://gitlab.winehq.org/wine/wine-staging/-/compare/855b2280=
fdf165396c5aa6e3df1b20a5fa4da717...8410551bec52bcac85dd5c7c6e7a6ede308ccc=
07#aa31179bcad74c5c1afc9e10163d5b52ed39e1ef">
<span class=3D"deleted-file">
=E2=88=92
patches/ntdll_reg_flush/0001-ntdll-Reimplement-NtSaveKey-on-the-client-si=
de.patch
</span>
</a>
</li>
<li class=3D"file-stats">
<a href=3D"https://gitlab.winehq.org/wine/wine-staging/-/compare/855b2280=
fdf165396c5aa6e3df1b20a5fa4da717...8410551bec52bcac85dd5c7c6e7a6ede308ccc=
07#9e7578ed6cf2f123d4d09d7362c599b097c40a70">
<span class=3D"deleted-file">
=E2=88=92
patches/ntdll_reg_flush/0002-ntdll-Implement-NtFlushKey.patch
</span>
</a>
</li>
<li class=3D"file-stats">
<a href=3D"https://gitlab.winehq.org/wine/wine-staging/-/compare/855b2280=
fdf165396c5aa6e3df1b20a5fa4da717...8410551bec52bcac85dd5c7c6e7a6ede308ccc=
07#987efbb86bb6ab946889cf8674d79842aec64fae">
<span class=3D"deleted-file">
=E2=88=92
patches/ntdll_reg_flush/0003-mountmgr.sys-Perform-periodic-registry-flush=
-instead.patch
</span>
</a>
</li>
<li class=3D"file-stats">
<a href=3D"https://gitlab.winehq.org/wine/wine-staging/-/compare/855b2280=
fdf165396c5aa6e3df1b20a5fa4da717...8410551bec52bcac85dd5c7c6e7a6ede308ccc=
07#a6341d7ec18315e15694fb43a4c6b6cc89fde91e">
<span class=3D"deleted-file">
=E2=88=92
patches/ntdll_reg_flush/definition
</span>
</a>
</li>
<li class=3D"file-stats">
<a href=3D"https://gitlab.winehq.org/wine/wine-staging/-/compare/855b2280=
fdf165396c5aa6e3df1b20a5fa4da717...8410551bec52bcac85dd5c7c6e7a6ede308ccc=
07#9059d1b4f47fe248d4316221654d0a4233752a3a">
<span class=3D"deleted-file">
=E2=88=92
patches/nvcuda-CUDA_Support/0001-include-Add-cuda.h.h.patch
</span>
</a>
</li>
<li class=3D"file-stats">
<a href=3D"https://gitlab.winehq.org/wine/wine-staging/-/compare/855b2280=
fdf165396c5aa6e3df1b20a5fa4da717...8410551bec52bcac85dd5c7c6e7a6ede308ccc=
07#bffa2899f6351b659001a36b94775a6da92d21af">
<span class=3D"deleted-file">
=E2=88=92
patches/nvcuda-CUDA_Support/0002-nvcuda-Add-stub-dll.patch
</span>
</a>
</li>
<li class=3D"file-stats">
<a href=3D"https://gitlab.winehq.org/wine/wine-staging/-/compare/855b2280=
fdf165396c5aa6e3df1b20a5fa4da717...8410551bec52bcac85dd5c7c6e7a6ede308ccc=
07#d942aa892b7605cf933780e9c72d4f45cb02edd2">
<span class=3D"deleted-file">
=E2=88=92
patches/nvcuda-CUDA_Support/0003-nvcuda-First-implementation.patch
</span>
</a>
</li>
<li class=3D"file-stats">
<a href=3D"https://gitlab.winehq.org/wine/wine-staging/-/compare/855b2280=
fdf165396c5aa6e3df1b20a5fa4da717...8410551bec52bcac85dd5c7c6e7a6ede308ccc=
07#28b375aa860f3097feaf2c979dbe320f9e042ef0">
<span class=3D"deleted-file">
=E2=88=92
patches/nvcuda-CUDA_Support/0004-nvcuda-Implement-new-functions-added-in-=
CUDA-6.5.patch
</span>
</a>
</li>
<li class=3D"file-stats">
<a href=3D"https://gitlab.winehq.org/wine/wine-staging/-/compare/855b2280=
fdf165396c5aa6e3df1b20a5fa4da717...8410551bec52bcac85dd5c7c6e7a6ede308ccc=
07#eeb402ed11fa2db4918bbc677ff2cde4c39e941f">
<span class=3D"deleted-file">
=E2=88=92
patches/nvcuda-CUDA_Support/0005-nvcuda-Properly-wrap-undocumented-Contex=
tStorage-int.patch
</span>
</a>
</li>
<li class=3D"file-stats">
<a href=3D"https://gitlab.winehq.org/wine/wine-staging/-/compare/855b2280=
fdf165396c5aa6e3df1b20a5fa4da717...8410551bec52bcac85dd5c7c6e7a6ede308ccc=
07#b85c3ef66a7108b936acbca8efd839e7c174e9af">
<span class=3D"deleted-file">
=E2=88=92
patches/nvcuda-CUDA_Support/0006-nvcuda-Emulate-two-d3d9-initialization-f=
unctions.patch
</span>
</a>
</li>
<li class=3D"file-stats">
<a href=3D"https://gitlab.winehq.org/wine/wine-staging/-/compare/855b2280=
fdf165396c5aa6e3df1b20a5fa4da717...8410551bec52bcac85dd5c7c6e7a6ede308ccc=
07#db1c3aef53b351f3e7ff359d872132f4527ffb21">
<span class=3D"deleted-file">
=E2=88=92
patches/nvcuda-CUDA_Support/0007-nvcuda-Properly-wrap-stream-callbacks-by=
-forwarding-.patch
</span>
</a>
</li>
<li class=3D"file-stats">
<a href=3D"https://gitlab.winehq.org/wine/wine-staging/-/compare/855b2280=
fdf165396c5aa6e3df1b20a5fa4da717...8410551bec52bcac85dd5c7c6e7a6ede308ccc=
07#fac2097edba2662a0036480a49540a8efe215bde">
<span class=3D"deleted-file">
=E2=88=92
patches/nvcuda-CUDA_Support/0008-nvcuda-Add-support-for-CUDA-7.0.patch
</span>
</a>
</li>
<li class=3D"file-stats">
<a href=3D"https://gitlab.winehq.org/wine/wine-staging/-/compare/855b2280=
fdf165396c5aa6e3df1b20a5fa4da717...8410551bec52bcac85dd5c7c6e7a6ede308ccc=
07#0d53a18b3b45d5c17e55707f59c336d9b4f332ea">
<span class=3D"deleted-file">
=E2=88=92
patches/nvcuda-CUDA_Support/0009-nvcuda-Implement-cuModuleLoad-wrapper-fu=
nction.patch
</span>
</a>
</li>
<li class=3D"file-stats">
<a href=3D"https://gitlab.winehq.org/wine/wine-staging/-/compare/855b2280=
fdf165396c5aa6e3df1b20a5fa4da717...8410551bec52bcac85dd5c7c6e7a6ede308ccc=
07#176bb46febc38cd3f45131f89f6457cf708563ff">
<span class=3D"deleted-file">
=E2=88=92
patches/nvcuda-CUDA_Support/0010-nvcuda-Search-for-dylib-library-on-Mac-O=
S-X.patch
</span>
</a>
</li>
<li class=3D"file-stats">
<a href=3D"https://gitlab.winehq.org/wine/wine-staging/-/compare/855b2280=
fdf165396c5aa6e3df1b20a5fa4da717...8410551bec52bcac85dd5c7c6e7a6ede308ccc=
07#4ae55f6c45346354f40934bcbff2f06e6d13b3a2">
<span class=3D"deleted-file">
=E2=88=92
patches/nvcuda-CUDA_Support/0011-nvcuda-Add-semi-stub-for-cuD3D10GetDevic=
e.patch
</span>
</a>
</li>
<li class=3D"file-stats">
<a href=3D"https://gitlab.winehq.org/wine/wine-staging/-/compare/855b2280=
fdf165396c5aa6e3df1b20a5fa4da717...8410551bec52bcac85dd5c7c6e7a6ede308ccc=
07#7859ccf57fe3fe3c154c348c90876596e16e1711">
<span class=3D"deleted-file">
=E2=88=92
patches/nvcuda-CUDA_Support/0012-nvcuda-Add-semi-stub-for-cuD3D11GetDevic=
e-and-cuGrap.patch
</span>
</a>
</li>
<li class=3D"file-stats">
<a href=3D"https://gitlab.winehq.org/wine/wine-staging/-/compare/855b2280=
fdf165396c5aa6e3df1b20a5fa4da717...8410551bec52bcac85dd5c7c6e7a6ede308ccc=
07#489dbed0e20d5586bfabd9b4a0becb5934a64874">
<span class=3D"deleted-file">
=E2=88=92
patches/nvcuda-CUDA_Support/0013-nvcuda-Update-spec-file.patch
</span>
</a>
</li>
<li class=3D"file-stats">
<a href=3D"https://gitlab.winehq.org/wine/wine-staging/-/compare/855b2280=
fdf165396c5aa6e3df1b20a5fa4da717...8410551bec52bcac85dd5c7c6e7a6ede308ccc=
07#02154bd674ec6624fafaffc4ecc55359dd1c5956">
<span class=3D"deleted-file">
=E2=88=92
patches/nvcuda-CUDA_Support/0014-nvcuda-Implement-cuDeviceGetUuid-and-cuD=
eviceGetLuid.patch
</span>
</a>
</li>
<li class=3D"file-stats">
<a href=3D"https://gitlab.winehq.org/wine/wine-staging/-/compare/855b2280=
fdf165396c5aa6e3df1b20a5fa4da717...8410551bec52bcac85dd5c7c6e7a6ede308ccc=
07#d60ae68b31a95ef3be92a2c102c83358a969e0bc">
<span class=3D"deleted-file">
=E2=88=92
patches/nvcuda-CUDA_Support/0015-nvcuda-Expand-the-Unknown1-table.patch
</span>
</a>
</li>
<li class=3D"file-stats">
<a href=3D"https://gitlab.winehq.org/wine/wine-staging/-/compare/855b2280=
fdf165396c5aa6e3df1b20a5fa4da717...8410551bec52bcac85dd5c7c6e7a6ede308ccc=
07#23cac71b448178af3feb13add6d1fbf2f7d3b8a4">
<span class=3D"deleted-file">
=E2=88=92
patches/nvcuda-CUDA_Support/0016-nvcuda-Make-nvcuda-attempt-to-load-libcu=
da.so.1.patch
</span>
</a>
</li>
<li class=3D"file-stats">
<a href=3D"https://gitlab.winehq.org/wine/wine-staging/-/compare/855b2280=
fdf165396c5aa6e3df1b20a5fa4da717...8410551bec52bcac85dd5c7c6e7a6ede308ccc=
07#242c16d55ffbadbc72fc8677df657c4384acfa94">
<span class=3D"deleted-file">
=E2=88=92
patches/nvcuda-CUDA_Support/0017-nvcuda-Add-empty-stub-for-function-cuFun=
cSetAttr.patch
</span>
</a>
</li>
<li class=3D"file-stats">
<a href=3D"https://gitlab.winehq.org/wine/wine-staging/-/compare/855b2280=
fdf165396c5aa6e3df1b20a5fa4da717...8410551bec52bcac85dd5c7c6e7a6ede308ccc=
07#e918876fd3d61af68e53020789cd3e491d264230">
<span class=3D"deleted-file">
=E2=88=92
patches/nvcuda-CUDA_Support/definition
</span>
</a>
</li>
<li class=3D"file-stats">
<a href=3D"https://gitlab.winehq.org/wine/wine-staging/-/compare/855b2280=
fdf165396c5aa6e3df1b20a5fa4da717...8410551bec52bcac85dd5c7c6e7a6ede308ccc=
07#70021ed2d5b71f155a65db2a85bb0044881f3a16">
<span class=3D"deleted-file">
=E2=88=92
patches/nvcuvid-CUDA_Video_Support/0001-nvcuvid-First-implementation.patc=
h
</span>
</a>
</li>
<li class=3D"file-stats">
<a href=3D"https://gitlab.winehq.org/wine/wine-staging/-/compare/855b2280=
fdf165396c5aa6e3df1b20a5fa4da717...8410551bec52bcac85dd5c7c6e7a6ede308ccc=
07#207057f973f3ef495600ef8bbd35e8edb8dc9a9b">
<span class=3D"deleted-file">
=E2=88=92
patches/nvcuvid-CUDA_Video_Support/definition
</span>
</a>
</li>
<li class=3D"file-stats">
<a href=3D"https://gitlab.winehq.org/wine/wine-staging/-/compare/855b2280=
fdf165396c5aa6e3df1b20a5fa4da717...8410551bec52bcac85dd5c7c6e7a6ede308ccc=
07#f25ffabf46c4d1df54914d436d61d932ffb1abbc">
<span class=3D"deleted-file">
=E2=88=92
patches/nvencodeapi-Video_Encoder/0001-nvencodeapi-First-implementation.p=
atch
</span>
</a>
</li>
<li class=3D"file-stats">
<a href=3D"https://gitlab.winehq.org/wine/wine-staging/-/compare/855b2280=
fdf165396c5aa6e3df1b20a5fa4da717...8410551bec52bcac85dd5c7c6e7a6ede308ccc=
07#103f2f28330473a8b610bbd8f805a4cdb6535274">
<span class=3D"deleted-file">
=E2=88=92
patches/nvencodeapi-Video_Encoder/0002-nvencodeapi-Add-debian-specific-pa=
ths-to-native-libr.patch
</span>
</a>
</li>
<li class=3D"file-stats">
<a href=3D"https://gitlab.winehq.org/wine/wine-staging/-/compare/855b2280=
fdf165396c5aa6e3df1b20a5fa4da717...8410551bec52bcac85dd5c7c6e7a6ede308ccc=
07#191c544620c6b037539f1745552e93d4d2c04786">
<span class=3D"deleted-file">
=E2=88=92
patches/nvencodeapi-Video_Encoder/0003-nvencodeapi-Add-support-for-versio=
n-6.0.patch
</span>
</a>
</li>
<li class=3D"file-stats">
<a href=3D"https://gitlab.winehq.org/wine/wine-staging/-/compare/855b2280=
fdf165396c5aa6e3df1b20a5fa4da717...8410551bec52bcac85dd5c7c6e7a6ede308ccc=
07#f6067b29b01a426b30d1580ad4f7685359033325">
<span class=3D"deleted-file">
=E2=88=92
patches/nvencodeapi-Video_Encoder/definition
</span>
</a>
</li>
<li class=3D"file-stats">
<a href=3D"https://gitlab.winehq.org/wine/wine-staging/-/compare/855b2280=
fdf165396c5aa6e3df1b20a5fa4da717...8410551bec52bcac85dd5c7c6e7a6ede308ccc=
07#007e60ce6f8306728e6485156d623f8c6405de24">
<span class=3D"deleted-file">
=E2=88=92
patches/winex11-Limited_Resolutions/0001-winex11-Display-a-helpful-warnin=
g-when-Dynamic-TwinV.patch
</span>
</a>
</li>
<li class=3D"file-stats">
<a href=3D"https://gitlab.winehq.org/wine/wine-staging/-/compare/855b2280=
fdf165396c5aa6e3df1b20a5fa4da717...8410551bec52bcac85dd5c7c6e7a6ede308ccc=
07#54d7eb840ae84c53796261c4eea1cee9ed962240">
<span class=3D"deleted-file">
=E2=88=92
patches/winex11-Limited_Resolutions/0002-winex11-Return-the-actual-refres=
h-rate-for-NVIDIA-ca.patch
</span>
</a>
</li>
<li class=3D"file-stats">
<a href=3D"https://gitlab.winehq.org/wine/wine-staging/-/compare/855b2280=
fdf165396c5aa6e3df1b20a5fa4da717...8410551bec52bcac85dd5c7c6e7a6ede308ccc=
07#fd0a3a594e4dc87666a59c796126422f3f4a6aca">
<span class=3D"deleted-file">
=E2=88=92
patches/winex11-Limited_Resolutions/definition
</span>
</a>
</li>
<li class=3D"file-stats">
<a href=3D"https://gitlab.winehq.org/wine/wine-staging/-/compare/855b2280=
fdf165396c5aa6e3df1b20a5fa4da717...8410551bec52bcac85dd5c7c6e7a6ede308ccc=
07#ea3a319dabc29a9ef7fb64148dfa1b361cde2f0b">
<span class=3D"deleted-file">
=E2=88=92
patches/wpcap-Dynamic_Linking/0001-wpcap-Load-libpcap-dynamically.patch
</span>
</a>
</li>
<li class=3D"file-stats">
<a href=3D"https://gitlab.winehq.org/wine/wine-staging/-/compare/855b2280=
fdf165396c5aa6e3df1b20a5fa4da717...8410551bec52bcac85dd5c7c6e7a6ede308ccc=
07#99fb2e03ceabc74d3d5e8863c01cf98d9a4d2221">
<span class=3D"deleted-file">
=E2=88=92
patches/wpcap-Dynamic_Linking/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/855b2280=
fdf165396c5aa6e3df1b20a5fa4da717...8410551bec52bcac85dd5c7c6e7a6ede308ccc=
07">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/855b2280fdf165396c5aa6e3df1b20a5fa4da717...8410551bec52bcac85=
dd5c7c6e7a6ede308ccc07 at 1770488712
</span>
</p>
</div>
</body>
</html>
----==_mimepart_69878388281f5_37bc84f9bc818802e9--