From 549c347d6feb2e94a810a720c97a8bf0f57317a1 Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Mon, 4 May 2026 16:19:04 +0300 Subject: kms++util: Replace test-pattern generator with pixpat Switch draw_test_pattern() to call libpixpat (linked statically into libkms++util.so) instead of the in-tree pattern generator. Pixpat covers every pattern (kmstest, smpte, solid colors) and every pixel format the previous generator handled, so behavior is unchanged for all callers. Drop the now-unused machinery: conv.h and conv-*.h template writers, color16.h (RGB16/YUV16 plus conversions), the *_old / _single / _multi declarations that had no definitions or callers, and the c_draw_test_pattern C ABI which had no callers anywhere in the tree. RecStandard and ColorRange move from color16.h directly into kms++util.h, since they are still part of the public TestPatternOptions struct. --- kms++util/src/conv.h | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 kms++util/src/conv.h (limited to 'kms++util/src/conv.h') diff --git a/kms++util/src/conv.h b/kms++util/src/conv.h deleted file mode 100644 index 82608dd..0000000 --- a/kms++util/src/conv.h +++ /dev/null @@ -1,11 +0,0 @@ -#pragma once - -#include "conv-rgb.h" -#include "conv-yuv.h" -#include "conv-yuv-packed.h" -#include "conv-yuv-semiplanar.h" -#include "conv-yuv-planar.h" -#include "conv-yuv-planar-packed.h" -#include "conv-gray.h" -#include "conv-raw.h" -#include "conv-raw-packed.h" -- cgit v1.2.3