3 Jul
2024
3 Jul
'24
3:49 a.m.
Using IMF2DBuffer2_Lock2DSize with LockFlags_Write dramatically improves performance over IMFMediaBuffer_Lock when using a DXGI buffer. IMFMediaBuffer_Lock does not know that this buffer will not be read and therefore performs an unnecessary transfer of the texture from GPU to CPU before it is overwritten. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/5978