From 23115015fc0071bdc14a95c4ae752016ac1a14bc Mon Sep 17 00:00:00 2001 From: Rylie Pavlik Date: Thu, 6 Jun 2024 09:38:11 -0500 Subject: [PATCH] c/shaders: Add back credit accidentally removed during shader overhaul The updated versions of these shaders was added before the originals were removed, so rename detection didn't trigger, and d0617c04d5cb0cd4fd1f7e5bfabad54ff4540bd3 accidentally removed credit. Part-of: --- src/xrt/compositor/shaders/layer_equirect2.frag | 5 ++++- src/xrt/compositor/shaders/layer_equirect2.vert | 5 ++++- src/xrt/compositor/shaders/layer_projection.vert | 5 ++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/src/xrt/compositor/shaders/layer_equirect2.frag b/src/xrt/compositor/shaders/layer_equirect2.frag index 6e3a65f98..6267b4a32 100644 --- a/src/xrt/compositor/shaders/layer_equirect2.frag +++ b/src/xrt/compositor/shaders/layer_equirect2.frag @@ -1,7 +1,10 @@ -// Copyright 2023, Collabora Ltd. +// Copyright 2020-2023, Collabora Ltd. +// // Author: Jakob Bornecrantz // Author: Charlton Rodda +// Author: Lubosz Sarnecki // Author: Simon Zeni +// // SPDX-License-Identifier: BSL-1.0 #version 460 diff --git a/src/xrt/compositor/shaders/layer_equirect2.vert b/src/xrt/compositor/shaders/layer_equirect2.vert index 18f64aa46..c58ddab23 100644 --- a/src/xrt/compositor/shaders/layer_equirect2.vert +++ b/src/xrt/compositor/shaders/layer_equirect2.vert @@ -1,7 +1,10 @@ -// Copyright 2023, Collabora Ltd. +// Copyright 2020-2023, Collabora Ltd. +// // Author: Jakob Bornecrantz // Author: Charlton Rodda +// Author: Lubosz Sarnecki // Author: Simon Zeni +// // SPDX-License-Identifier: BSL-1.0 #version 460 diff --git a/src/xrt/compositor/shaders/layer_projection.vert b/src/xrt/compositor/shaders/layer_projection.vert index 99fecd1d9..fec434a13 100644 --- a/src/xrt/compositor/shaders/layer_projection.vert +++ b/src/xrt/compositor/shaders/layer_projection.vert @@ -1,5 +1,8 @@ -// Copyright 2023, Collabora Ltd. +// Copyright 2020-2023, Collabora Ltd. +// // Author: Jakob Bornecrantz +// Author: Lubosz Sarnecki +// // SPDX-License-Identifier: BSL-1.0 #version 460