From 46f4518eb6ca121dfa3da2884dc5c8ad5417e97b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 5 Jan 2021 20:03:31 +0100 Subject: [PATCH] doc: updated credits and changelog. --- doc/changelog.dox | 4 ++++ src/Magnum/Platform/WindowlessEglApplication.cpp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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"),