Module: wine Branch: master Commit: 1fb20f67d8670a661c8a2904669dc233827eff9f URL: https://source.winehq.org/git/wine.git/?a=commit;h=1fb20f67d8670a661c8a29046...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Thu Mar 12 18:39:12 2020 +0300
mfplat: Add a stub for 2D system memory buffer object.
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/mfplat/buffer.c | 233 ++++++++++++++++++++++++++++++++++++++++--- dlls/mfplat/mediatype.c | 6 ++ dlls/mfplat/mfplat.spec | 1 + dlls/mfplat/mfplat_private.h | 2 + dlls/mfplat/tests/mfplat.c | 49 +++++++++ include/mfapi.h | 1 + include/mfobjects.idl | 26 +++++ 7 files changed, 306 insertions(+), 12 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=1fb20f67d8670a661c8a2...