From 0508e2932028d9c01118c074f5c5e771c11b3a81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 15 May 2022 15:28:03 +0200 Subject: [PATCH] doc: updated credits & changelog. --- doc/changelog.dox | 4 ++++ doc/credits.dox | 4 ++-- src/Magnum/GL/Framebuffer.cpp | 1 + src/Magnum/GL/Framebuffer.h | 1 + src/Magnum/GL/Test/FramebufferGLTest.cpp | 1 + 5 files changed, 9 insertions(+), 2 deletions(-) diff --git a/doc/changelog.dox b/doc/changelog.dox index 18845eb04..115871ddd 100644 --- a/doc/changelog.dox +++ b/doc/changelog.dox @@ -370,6 +370,10 @@ See also: - The @ref GL::defaultFramebuffer global now deduplicates its state when a statically-built Magnum is linked to multiple shared libraries, following what the global @ref GL::Context::current() already does +- Added @ref Framebuffer::InvalidationAttachment::DepthStencil to complement + @relativeref{Framebuffer::InvalidationAttachment,Depth} and + @relativeref{Framebuffer::InvalidationAttachment,Stencil} (see + [mosra/magnum#554](https://github.com/mosra/magnum/pull/554)) @subsubsection changelog-latest-changes-math Math library diff --git a/doc/credits.dox b/doc/credits.dox index 78cf2ef86..c516114d5 100644 --- a/doc/credits.dox +++ b/doc/credits.dox @@ -191,8 +191,8 @@ Are the below lists missing your name or something's wrong? fixes, Windows buildsystem improvements - **Olga Turanksaya** ([\@olga-python](https://github.com/olga-python)) --- Gentoo ebuild) -- **Pablo Escobar** ([\@pezcode](https://github.com/pezcode)) --- @ref Math - and @ref MeshTools additions, support for multiple +- **Pablo Escobar** ([\@pezcode](https://github.com/pezcode)) --- @ref GL, + @ref Math and @ref MeshTools additions, support for multiple @ref Platform::EmscriptenApplication canvases on one page, Emscripten-focused fixes, @ref Platform::Sdl2Application additions - **Pascal Thomet** ([\@pthom](https://github.com/pthom)) --- C++17 diff --git a/src/Magnum/GL/Framebuffer.cpp b/src/Magnum/GL/Framebuffer.cpp index 7f521e343..5c8476503 100644 --- a/src/Magnum/GL/Framebuffer.cpp +++ b/src/Magnum/GL/Framebuffer.cpp @@ -3,6 +3,7 @@ Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 Vladimír Vondruš + Copyright © 2022 Pablo Escobar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/src/Magnum/GL/Framebuffer.h b/src/Magnum/GL/Framebuffer.h index fdee1a87e..a77bf8216 100644 --- a/src/Magnum/GL/Framebuffer.h +++ b/src/Magnum/GL/Framebuffer.h @@ -5,6 +5,7 @@ Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 Vladimír Vondruš + Copyright © 2022 Pablo Escobar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/src/Magnum/GL/Test/FramebufferGLTest.cpp b/src/Magnum/GL/Test/FramebufferGLTest.cpp index 000d57774..e8a48276a 100644 --- a/src/Magnum/GL/Test/FramebufferGLTest.cpp +++ b/src/Magnum/GL/Test/FramebufferGLTest.cpp @@ -3,6 +3,7 @@ Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 Vladimír Vondruš + Copyright © 2022 Pablo Escobar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),