From e0b7d30fd437292c88141fb08d60681870b86c6e Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Fri, 8 May 2026 17:22:58 +0300 Subject: Squashed 'subprojects/pixpat/' content from commit d444626 git-subtree-dir: subprojects/pixpat git-subtree-split: d444626e6ba988ec6d487800721e447f94b1eaf5 --- pixpat-native/src/formats.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pixpat-native/src/formats.h (limited to 'pixpat-native/src/formats.h') diff --git a/pixpat-native/src/formats.h b/pixpat-native/src/formats.h new file mode 100644 index 0000000..68bdeec --- /dev/null +++ b/pixpat-native/src/formats.h @@ -0,0 +1,13 @@ +#pragma once + +// Aggregator: every named layout the X-macro registers lives in one of +// the headers under formats/, organized by color kind. Format names +// follow the kms++/pixutils convention (see formats/rgb.h for the +// longer note; the YUYV group is an exception, see formats/yuv_packed.h). + +#include "formats/rgb.h" +#include "formats/yuv_semiplanar.h" +#include "formats/yuv_planar.h" +#include "formats/yuv_packed.h" +#include "formats/grayscale.h" +#include "formats/bayer.h" -- cgit v1.2.3