Browse Source

Updated changelog and credits.

pull/325/head
Vladimír Vondruš 7 years ago
parent
commit
7ed35d3005
  1. 3
      doc/changelog.dox
  2. 2
      doc/credits.dox

3
doc/changelog.dox

@ -156,6 +156,9 @@ See also:
extensions extensions
- Reading of float textures on ES3 contexts using - Reading of float textures on ES3 contexts using
@ref DebugTools::textureSubImage() returned a zero-sized image by accident @ref DebugTools::textureSubImage() returned a zero-sized image by accident
- Properly zero-initializing the UTF-8 buffer in
@ref Platform::GlfwApplication::textInputEvent() (see
[mosra/magnum#324](https://github.com/mosra/magnum/pull/324))
- Updated the `base-qt` bootstrap project to correctly reset state tracker - Updated the `base-qt` bootstrap project to correctly reset state tracker
when going from and back to Qt code, and to use the framebuffer provided by when going from and back to Qt code, and to use the framebuffer provided by
Qt instead of @ref GL::defaultFramebuffer (see Qt instead of @ref GL::defaultFramebuffer (see

2
doc/credits.dox

@ -156,6 +156,8 @@ Are the below lists missing your name or something's wrong?
buildsystem improvements buildsystem improvements
- **Stefan Wasilewski** ([\@smw](https://github.com/smw)) --- macOS port - **Stefan Wasilewski** ([\@smw](https://github.com/smw)) --- macOS port
improvements improvements
- **Thibault Jochem** ([\@Tryum](https://github.com/Tryum)) ---
@ref Platform::GlfwApplication improvements
- **Thomas Tissot-Dupont** ([\@dolphineye](https://github.com/dolphineye)) - **Thomas Tissot-Dupont** ([\@dolphineye](https://github.com/dolphineye))
--- OpenGL ES compatiblity improvements --- OpenGL ES compatiblity improvements
- **Travis Watkins** ([\@amaranth](https://github.com/amaranth)) --- support - **Travis Watkins** ([\@amaranth](https://github.com/amaranth)) --- support

Loading…
Cancel
Save