[0/3] GPUISP fixes
mbox series

Message ID 20251122205507.37387-1-johannes.goede@oss.qualcomm.com
Headers show
Series
  • GPUISP fixes
Related show

Message

Hans de Goede Nov. 22, 2025, 8:55 p.m. UTC
Hi All,

Here are 3 small fixes for the GPU ISP.

Patch 2/3 fixes the rendering issues on x86 laptops.

All 3 should probably be squashed into the "GPUISP precursor series" /
"Add GLES 2.0 GPUISP to libcamera" series. With the exception of
the shader part of patch 2/3.

Regards,

Hans


Hans de Goede (3):
  libcamera: swstats_cpu: Stop doing unnecessary work in processFrame()
  libcamera: software_isp: debayer_egl: Fix input sampling when width !=
    stride
  libcamera: egl: Fix eGLImage() constructor stride calculation

 include/libcamera/internal/egl.h                       | 2 +-
 include/libcamera/internal/shaders/bayer_unpacked.vert | 4 +++-
 src/libcamera/software_isp/debayer_egl.cpp             | 2 +-
 src/libcamera/software_isp/swstats_cpu.cpp             | 5 +++++
 4 files changed, 10 insertions(+), 3 deletions(-)