Browse Source

doc: updated credits & changelog.

pull/563/head
Vladimír Vondruš 4 years ago
parent
commit
0508e29320
  1. 4
      doc/changelog.dox
  2. 4
      doc/credits.dox
  3. 1
      src/Magnum/GL/Framebuffer.cpp
  4. 1
      src/Magnum/GL/Framebuffer.h
  5. 1
      src/Magnum/GL/Test/FramebufferGLTest.cpp

4
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

4
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

1
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š <mosra@centrum.cz>
Copyright © 2022 Pablo Escobar <mail@rvrs.in>
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),

1
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š <mosra@centrum.cz>
Copyright © 2022 Pablo Escobar <mail@rvrs.in>
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),

1
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š <mosra@centrum.cz>
Copyright © 2022 Pablo Escobar <mail@rvrs.in>
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),

Loading…
Cancel
Save