From patchwork Mon Mar 23 08:19:53 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Barnab=C3=A1s_P=C5=91cze?= X-Patchwork-Id: 26303 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id 14D5DBE086 for ; Mon, 23 Mar 2026 08:20:07 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id C71896274A; Mon, 23 Mar 2026 09:20:05 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="UlYuMKx3"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 6F18B623A7 for ; Mon, 23 Mar 2026 09:20:03 +0100 (CET) Received: from pb-laptop.local (185.221.143.129.nat.pool.zt.hu [185.221.143.129]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 21D62874 for ; Mon, 23 Mar 2026 09:18:47 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1774253927; bh=BRA9ACndDsTiEZHULu+hU2WWlDqDQIFj/xKTh8Tt3qY=; h=From:To:Subject:Date:From; b=UlYuMKx34W/cxHdRKkALxgMGS1nx9cwfuYJNbZ91RZFK+RcOvI9zEcwFBp6hrNQIq 7zTfTxUmsjGI7Z4ybV5VoRbWu/huMV7yDazqgqiEIE5lhSEJ4/KtXa6LWms2AgGMuA 4nsIP0iMkrQabpz7giHh0zYzyk4Mcs0I+lCBbzUk= From: =?utf-8?q?Barnab=C3=A1s_P=C5=91cze?= To: libcamera-devel@lists.libcamera.org Subject: [PATCH v2 0/7] meson: Add `softisp-gpu` option Date: Mon, 23 Mar 2026 09:19:53 +0100 Message-ID: <20260323082000.1324115-1-barnabas.pocze@ideasonboard.com> X-Mailer: git-send-email 2.53.0 MIME-Version: 1.0 X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" EGL will be used if discovered without a way to turn it off. These changes aim to fix that by adding the `softisp-gpu` option. v1: https://patchwork.libcamera.org/project/libcamera/list/?series=5757 Barnabás Pőcze (7): meson: Drop unnecessary egl, gles feature defines meson: Add `egl.cpp` to sources alongside `debayer_egl.cpp` meson: Simplify condition meson: Remove `gles_headless_enabled` meson: Use dependency object when checking for headers meson: Move egl related dependencies to `software_isp` subdir meson: Guard softisp gpu acceleration with feature option: softisp-gpu meson_options.txt | 5 +++++ src/libcamera/meson.build | 23 ----------------------- src/libcamera/software_isp/meson.build | 16 ++++++++++++++-- 3 files changed, 19 insertions(+), 25 deletions(-) --- 2.53.0