Browse Source

doc: updated changelog and credits.

apple-crashy-msaa-default-framebuffer
Vladimír Vondruš 1 year ago
parent
commit
a56b7541ab
  1. 4
      doc/changelog.dox
  2. 1
      src/Magnum/GL/Implementation/driverSpecific.cpp

4
doc/changelog.dox

@ -248,6 +248,10 @@ See also:
on exit happening with Mesa 24 when the DSA variants of
@ref GL::Framebuffer::clearColor() and related APIs are used. See
@ref opengl-workarounds for more information.
- A new @cpp "apple-crashy-msaa-default-framebuffer" @ce workaround fixing a
crash inside Apple's GL implementation when a window with multisampled
default framebuffer is moved or resized. See @ref opengl-workarounds for
more information.
@subsubsection changelog-latest-new-math Math library

1
src/Magnum/GL/Implementation/driverSpecific.cpp

@ -4,6 +4,7 @@
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019,
2020, 2021, 2022, 2023, 2024, 2025
Vladimír Vondruš <mosra@centrum.cz>
Copyright © 2025 David Peicho <david.peicho@gmail.com>
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