| Message ID | 20260618122245.946138-9-bryan.odonoghue@linaro.org |
|---|---|
| State | RFC |
| Headers | show |
| Series |
|
| Related | show |
s/definitions/definition/ Not used already in master -- could it be moved to the front to merge quickly in the next iteration? Either way: Reviewed-by: Milan Zamazal <mzamazal@redhat.com> Bryan O'Donoghue <bryan.odonoghue@linaro.org> writes: > Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org> > --- > src/libcamera/software_isp/software_isp_pipeline_gpu.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/src/libcamera/software_isp/software_isp_pipeline_gpu.h b/src/libcamera/software_isp/software_isp_pipeline_gpu.h > index 6a9df2f04..6bd8adc8f 100644 > --- a/src/libcamera/software_isp/software_isp_pipeline_gpu.h > +++ b/src/libcamera/software_isp/software_isp_pipeline_gpu.h > @@ -62,7 +62,6 @@ private: > int getShaderVariableLocations(); > void setShaderVariableValues(const DebayerParams ¶ms); > int processGPU(FrameBuffer *input, FrameBuffer *output, const DebayerParams ¶ms, std::optional<MappedFrameBuffer> *mappedInputBuffer, std::optional<DmaSyncer> *inputBufferDmaSyncer); > - void configureTexture(GLuint &texture); > > /* Pointer to object representing input texture */ > std::unique_ptr<eGLImage> eglImageBayerIn_;
diff --git a/src/libcamera/software_isp/software_isp_pipeline_gpu.h b/src/libcamera/software_isp/software_isp_pipeline_gpu.h index 6a9df2f04..6bd8adc8f 100644 --- a/src/libcamera/software_isp/software_isp_pipeline_gpu.h +++ b/src/libcamera/software_isp/software_isp_pipeline_gpu.h @@ -62,7 +62,6 @@ private: int getShaderVariableLocations(); void setShaderVariableValues(const DebayerParams ¶ms); int processGPU(FrameBuffer *input, FrameBuffer *output, const DebayerParams ¶ms, std::optional<MappedFrameBuffer> *mappedInputBuffer, std::optional<DmaSyncer> *inputBufferDmaSyncer); - void configureTexture(GLuint &texture); /* Pointer to object representing input texture */ std::unique_ptr<eGLImage> eglImageBayerIn_;
Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org> --- src/libcamera/software_isp/software_isp_pipeline_gpu.h | 1 - 1 file changed, 1 deletion(-)