diff --git a/doc/changelog.dox b/doc/changelog.dox index a5ec3dc81..f12be3090 100644 --- a/doc/changelog.dox +++ b/doc/changelog.dox @@ -72,6 +72,10 @@ See also: - Exposed @gl_extension{ARB,buffer_storage} as @ref GL::Buffer::setStorage() together with additions to @ref GL::Buffer::MapFlag +- A new @cpp "nv-egl-crashy-query-device-attrib" @ce workaround for a crash + happening during EGL initialization in recent NVidia drivers. See + @ref opengl-workarounds and [mosra/magnum#491](https://github.com/mosra/magnum/pull/491) + for more information. @subsubsection changelog-latest-new-math Math library diff --git a/src/Magnum/Platform/WindowlessEglApplication.cpp b/src/Magnum/Platform/WindowlessEglApplication.cpp index 9cb464956..ade37ca7a 100644 --- a/src/Magnum/Platform/WindowlessEglApplication.cpp +++ b/src/Magnum/Platform/WindowlessEglApplication.cpp @@ -3,7 +3,7 @@ Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Vladimír Vondruš - Copyright © 2020 Erik Wijmans + Copyright © 2020, 2021 Erik Wijmans Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),