Browse Source

doc: updated credits and changelog.

pull/494/head
Vladimír Vondruš 5 years ago
parent
commit
46f4518eb6
  1. 4
      doc/changelog.dox
  2. 2
      src/Magnum/Platform/WindowlessEglApplication.cpp

4
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

2
src/Magnum/Platform/WindowlessEglApplication.cpp

@ -3,7 +3,7 @@
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019,
2020 Vladimír Vondruš <mosra@centrum.cz>
Copyright © 2020 Erik Wijmans <etw@gatech.edu>
Copyright © 2020, 2021 Erik Wijmans <etw@gatech.edu>
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