summaryrefslogtreecommitdiff
path: root/Documentation/internal-api-html
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2024-10-07 22:11:34 +0300
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2024-10-08 18:06:30 +0300
commitfc761ffe499bed5ac5a9d2313b87be85f4d41a71 (patch)
tree2b28a72f441a2d530fafc604b5f945f1ba4220da /Documentation/internal-api-html
parentb20dfa95d2f6bb2a0aefffe68d59a58b0081ada1 (diff)
hooks: pre-push: Verify that co-authors have a SoB line
The Co-developed-by tag must be followed by a corresponding SoB line. Enforce this rule in the git pre-push hook. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Tested-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'Documentation/internal-api-html')
0 files changed, 0 insertions, 0 deletions
57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96
/* SPDX-License-Identifier: LGPL-2.1-or-later */
/*
 * Copyright (C) 2020, Linaro
 *
 * viewfinder_GL.h - OpenGL Viewfinder for rendering by OpenGL shader
 *
 */
#ifndef __VIEWFINDER_GL_H__
#define __VIEWFINDER_GL_H__

#include <QImage>
#include <QMutex>
#include <QOpenGLBuffer>
#include <QOpenGLFunctions>
#include <QOpenGLShader>
#include <QOpenGLShaderProgram>
#include <QOpenGLTexture>
#include <QOpenGLWidget>