Browse Source

doc: we can now create a GL 2.1 context on Zink w/o errors.

pull/427/merge
Vladimír Vondruš 6 years ago
parent
commit
d9ae6a665e
  1. 3
      doc/changelog.dox

3
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

Loading…
Cancel
Save