Browse Source

doc: changelog updates.

pull/225/head
Vladimír Vondruš 8 years ago
parent
commit
55e9357d1b
  1. 8
      doc/changelog.dox

8
doc/changelog.dox

@ -123,6 +123,9 @@ See also:
@ref Framebuffer::attachTexture() "attach*()" functions @ref Framebuffer::attachTexture() "attach*()" functions
- Added @ref Framebuffer::attachLayeredTexture() for layered texture - Added @ref Framebuffer::attachLayeredTexture() for layered texture
attachments attachments
- Added @ref AbstractFramebuffer::clearDepth(), @ref AbstractFramebuffer::clearStencil(),
@ref AbstractFramebuffer::clearDepthStencil(), @ref DefaultFramebuffer::clearColor(),
@ref Framebuffer::clearColor()
- Added @ref BufferImage::release() "{Compressed,}BufferImage::release()" and - Added @ref BufferImage::release() "{Compressed,}BufferImage::release()" and
an ability to create @ref BufferImage "{Compressed,}BufferImage" from an an ability to create @ref BufferImage "{Compressed,}BufferImage" from an
existing @ref Buffer existing @ref Buffer
@ -458,7 +461,8 @@ See also:
its subclasses its subclasses
- Fixed @ref Trade::ObjImporter on Android - Fixed @ref Trade::ObjImporter on Android
- Fixed assertion when using @ref DebugTools::ObjectRenderer - Fixed assertion when using @ref DebugTools::ObjectRenderer
- Fixed appearance of @ref Primitives::Cylinder::solid() - Fixed appearance of @ref Primitives::Cylinder::solid() and
@ref Primitives::Circle::solid()
- Fixed a possible OOB access when reading @ref Math::Vector / - Fixed a possible OOB access when reading @ref Math::Vector /
@ref Math::RectangularMatrix from @ref Corrade::Utility::Configuration @ref Math::RectangularMatrix from @ref Corrade::Utility::Configuration
- Fixed unfortunate interaction of VAOs and index buffers on platforms - Fixed unfortunate interaction of VAOs and index buffers on platforms
@ -585,6 +589,8 @@ See also:
@subsection changelog-latest-docs Documentation @subsection changelog-latest-docs Documentation
- New documentation theme powered by [m.css](http://mcss.mosra.cz) and
related massive updates of *everything*
- Explicit list of extensions that are available in WebGL builds - Explicit list of extensions that are available in WebGL builds
- New page explaining @ref opengl-wrapping "OpenGL wrapper layer" - New page explaining @ref opengl-wrapping "OpenGL wrapper layer"
- Documented extra CMake modules in @ref cmake-modules - Documented extra CMake modules in @ref cmake-modules

Loading…
Cancel
Save