Toggle navigation
Patchwork
libcamera
Patches
Bundles
About this project
Login
Register
Mail settings
Show patches with
: Series =
RFC: Add in a eGL based GPUISP in libcamera
| State =
Action Required
| 27 patches
Series
Submitter
State
any
Action Required
New
Under Review
Accepted
Rejected
RFC
Not Applicable
Changes Requested
Awaiting Upstream
Superseded
Deferred
Search
Archived
No
Yes
Both
Delegate
------
Nobody
pwbot
kbingham
epaul
jmondi
neg
pinchartl
uajain
jhautbois
pobrn
Apply
Patch
Series
A/R/T
S/W/F
Date
Submitter
Delegate
State
[27/27] shaders: Extend debayer shaders to apply RGB gain values on output
RFC: Add in a eGL based GPUISP in libcamera
- - -
0 0 0
2025-04-22
Bryan O'Donoghue
New
[26/27] meson: Automatically generate glsl_shaders.h from specified shader programs
RFC: Add in a eGL based GPUISP in libcamera
- - -
0 0 0
2025-04-22
Bryan O'Donoghue
New
[25/27] utils: gen-shader-headers: Add a utility to generate headers from shaders
RFC: Add in a eGL based GPUISP in libcamera
- - -
0 0 0
2025-04-22
Bryan O'Donoghue
New
[24/27] libcamera: shaders: Move GL shader programs to src/libcamera/assets/shader
RFC: Add in a eGL based GPUISP in libcamera
- - -
0 0 0
2025-04-22
Bryan O'Donoghue
New
[23/27] libcamera: shaders: Use highp not mediump for float precision
RFC: Add in a eGL based GPUISP in libcamera
- - -
0 0 0
2025-04-22
Bryan O'Donoghue
New
[22/27] libcamera: software_isp: egl: Bind each eglImage to its own texture unit
RFC: Add in a eGL based GPUISP in libcamera
- - -
0 0 0
2025-04-22
Bryan O'Donoghue
New
[21/27] libcamera: software_isp: debayer_egl: Make DebayerEGL the default debayer method
RFC: Add in a eGL based GPUISP in libcamera
- - -
0 0 0
2025-04-22
Bryan O'Donoghue
New
[20/27] libcamera: software_isp: debayer_egl: Extend logic to enable application of softISP RGB d...
RFC: Add in a eGL based GPUISP in libcamera
- - -
0 0 0
2025-04-22
Bryan O'Donoghue
New
[19/27] libcamera: software_isp: debayer_egl: Add an eGL debayer class
RFC: Add in a eGL based GPUISP in libcamera
- - -
0 0 0
2025-04-22
Bryan O'Donoghue
New
[18/27] libcamera: software_isp: Make the debayer_ object of type class Debayer not DebayerCpu
RFC: Add in a eGL based GPUISP in libcamera
- - -
0 0 0
2025-04-22
Bryan O'Donoghue
New
[17/27] libcamera: software_isp: Move DMA sync code to common place in Debayer base
RFC: Add in a eGL based GPUISP in libcamera
- - -
0 0 0
2025-04-22
Bryan O'Donoghue
New
[16/27] libcamera: software_isp: Move param select code to Debayer base class
RFC: Add in a eGL based GPUISP in libcamera
- - -
0 0 0
2025-04-22
Bryan O'Donoghue
New
[15/27] libcamera: software_isp: Move useful items from DebayerCpu to Debayer base class
RFC: Add in a eGL based GPUISP in libcamera
- - -
0 0 0
2025-04-22
Bryan O'Donoghue
New
[14/27] libcamera: software_isp: egl: Introduce an eGL base helper class
RFC: Add in a eGL based GPUISP in libcamera
- - -
0 0 0
2025-04-22
Bryan O'Donoghue
New
[13/27] libcamera: software_isp: gbm: Add in a GBM helper class for GPU surface access
RFC: Add in a eGL based GPUISP in libcamera
- - -
0 0 0
2025-04-22
Bryan O'Donoghue
New
[12/27] libcamera: software_isp: Virtual base class reference in invokeMethod
RFC: Add in a eGL based GPUISP in libcamera
- - -
0 0 0
2025-04-22
Bryan O'Donoghue
New
[11/27] libcamera: software_isp: Move configure to worker thread
RFC: Add in a eGL based GPUISP in libcamera
- - -
0 0 0
2025-04-22
Bryan O'Donoghue
New
[10/27] libcamera: software_isp: Start the ISP thread in configure
RFC: Add in a eGL based GPUISP in libcamera
- - -
0 0 0
2025-04-22
Bryan O'Donoghue
New
[09/27] libcamera: swstats_cpu: Move header to libcamera/internal/software_isp
RFC: Add in a eGL based GPUISP in libcamera
- - -
0 0 0
2025-04-22
Bryan O'Donoghue
New
[08/27] libcamera: swstats_cpu: Add support for YUV420
RFC: Add in a eGL based GPUISP in libcamera
- - -
0 0 0
2025-04-22
Bryan O'Donoghue
New
[07/27] libcamera: swstats_cpu: Add processFrame() method
RFC: Add in a eGL based GPUISP in libcamera
- 1 -
0 0 0
2025-04-22
Bryan O'Donoghue
New
[06/27] libcamera: software_isp: Move benchmark code to its own class
RFC: Add in a eGL based GPUISP in libcamera
- 2 -
0 0 0
2025-04-22
Bryan O'Donoghue
New
[05/27] libcamera: swstats_cpu: Drop patternSize_ documentation
RFC: Add in a eGL based GPUISP in libcamera
- 2 -
0 0 0
2025-04-22
Bryan O'Donoghue
New
[04/27] libcamera: swstats_cpu: Update statsProcessFn() / processLine0() documentation
RFC: Add in a eGL based GPUISP in libcamera
- 2 -
0 0 0
2025-04-22
Bryan O'Donoghue
New
[03/27] libcamera: dma_buf_allocator: Favour udmabuf over cma heap allocations
RFC: Add in a eGL based GPUISP in libcamera
- - -
0 0 0
2025-04-22
Bryan O'Donoghue
New
[02/27] libcamera: MappedFrameBuffer: Add accessor for MappedFrameBuffer plane maps
RFC: Add in a eGL based GPUISP in libcamera
- - -
0 0 0
2025-04-22
Bryan O'Donoghue
New
[01/27] libcamera: MappedFrameBuffer: Add tracking of mmap file descriptors to MappedFrameBuffer
RFC: Add in a eGL based GPUISP in libcamera
- - -
0 0 0
2025-04-22
Bryan O'Donoghue
New