[vlc-commits] [Git][videolan/vlc][master] dxgi_fmt: add missing Moore Threads vendor name
Steve Lhomme (@robUx4)
gitlab at videolan.org
Sat Jul 18 10:09:21 UTC 2026
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
4dcaab5f by Steve Lhomme at 2026-07-18T09:56:12+00:00
dxgi_fmt: add missing Moore Threads vendor name
Missing from 1d65d4fa6e657d1d036fec4cb6ddfe46f2ce0483.
- - - - -
1 changed file:
- modules/video_chroma/dxgi_fmt.c
Changes:
=====================================
modules/video_chroma/dxgi_fmt.c
=====================================
@@ -155,6 +155,7 @@ const char *DxgiVendorStr(unsigned int gpu_vendor)
{ GPU_MANUFACTURER_S3, "S3 Graphics" },
{ GPU_MANUFACTURER_QUALCOMM, "Qualcomm" },
{ GPU_MANUFACTURER_MICROSOFT, "Microsoft" },
+ { GPU_MANUFACTURER_MTGPU, "Moore Threads" },
{ 0, "Unknown" }
};
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/4dcaab5f513083df7d9c67a7d9053d47360f8d50
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/4dcaab5f513083df7d9c67a7d9053d47360f8d50
You're receiving this email because of your account on code.videolan.org. Manage all notifications: https://code.videolan.org/-/profile/notifications | Help: https://code.videolan.org/help
More information about the vlc-commits
mailing list