From: Tomi Valkeinen <tomi.valkeinen@xxxxxxxxxxxxxxxx> Hi, These kms++ patches add support for Y210 format. I didn't find a super clear description of the byte order for Y210 anywhere. If someone knows what it is supposed to be, I'd appreciate verifying the code =). Tomi Tomi Valkeinen (4): kms++: PixelFormats: Fix formatting kms++: PixelFormats: Add Y210 format kms++util: Add endian.h kms++util: Add Y210 drawing support kms++/inc/kms++/pixelformats.h | 2 + kms++/src/pixelformats.cpp | 66 ++++++++------------------------ kms++util/inc/kms++util/endian.h | 46 ++++++++++++++++++++++ kms++util/src/drawing.cpp | 31 +++++++++++++++ 4 files changed, 95 insertions(+), 50 deletions(-) create mode 100644 kms++util/inc/kms++util/endian.h -- 2.34.1