From d9ae6a665e1c7c8206897097f2eb96a31a4d19a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 29 Apr 2020 13:22:40 +0200 Subject: [PATCH] doc: we can now create a GL 2.1 context on Zink w/o errors. --- doc/changelog.dox | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/changelog.dox b/doc/changelog.dox index dfa941c9a..4f7b267c6 100644 --- a/doc/changelog.dox +++ b/doc/changelog.dox @@ -508,6 +508,9 @@ See also: wireframe rendering artifacts - @ref Math::angle() got fixed to not produce NaN results for vectors, complex numbers or quaternions very close to each other +- Fixed various cases where @ref GL::Context would call GL 3+ APIs on GL 2.1 + contexts, causing GL errors. This makes context creation completely + error-free on Mesa's Zink GL-over-Vulkan driver. @subsection changelog-latest-deprecated Deprecated APIs