77622615b657feedfb379f51346b4d05a2cbd0c4 still fails with:
```
cfgmgr32.c:561: Test succeeded inside todo block: got len 0
cfgmgr32.c:562: Test succeeded inside todo block: got objects 0000000000000000
cfgmgr32.c:566: Test succeeded inside todo block: got len 0
cfgmgr32.c:567: Test succeeded inside todo block: got objects 0000000000000000
```
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/8438#note_108344
On Mon Jun 30 15:44:52 2025 +0000, Vibhav Pant wrote:
> Shouldn't this be `!bat->present`?
Hi Vibhav,
Fear it should, yes. Thank you for catching that.
Anything else you'd like to add before I edit the commit and rerun the pipeline? Thank you.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/8460#note_108343
On Mon Jun 30 10:40:44 2025 +0000, Rémi Bernon wrote:
> Are you an AI yourself? Has this been written with an AI?
Hi Rémi.
No on both accounts.
Just an unfortunate automatic suggestion made by github when LLMs were not really a _thing_ yet.
That being said, if somethings seems off about the code it's probably because I haven't dabbed in C since college. Any critiques or suggestions are much appreciated. Thanks.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/8460#note_108342
When the pitch and width are the same, the original 2D buffer can be
used. This saves a potentially expensive allocation and memory copy.
--
v2: mfplat: Optimise 1d Lock of 2d buffer when pitch equals width.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8436