Browse Source

doc: updated changelog and credits.

pull/15/head
Vladimír Vondruš 4 years ago
parent
commit
7dc03d59aa
  1. 2
      doc/python/pages/changelog.rst
  2. 3
      doc/python/pages/credits.rst

2
doc/python/pages/changelog.rst

@ -48,6 +48,8 @@ Changelog
:ref:`math <magnum.math>` library :ref:`math <magnum.math>` library
- Exposed :ref:`gl.Context` and its platform-specific subclasses for EGL, WGL - Exposed :ref:`gl.Context` and its platform-specific subclasses for EGL, WGL
and GLX and GLX
- Exposed :ref:`gl.Framebuffer.attach_texture()` and missing sRGB, depth
and stencil :ref:`gl.TextureFormat` values (see :gh:`mosra/magnum-bindings#14`)
- Exposed :ref:`gl.Renderer.set_blend_function()`, - Exposed :ref:`gl.Renderer.set_blend_function()`,
:ref:`gl.Renderer.set_blend_equation()` and related enums (see :gh:`mosra/magnum-bindings#9`) :ref:`gl.Renderer.set_blend_equation()` and related enums (see :gh:`mosra/magnum-bindings#9`)
- Exposed :ref:`gl.Renderer.Feature.CLIP_DISTANCEn <gl.Renderer.Feature.CLIP_DISTANCE0>` - Exposed :ref:`gl.Renderer.Feature.CLIP_DISTANCEn <gl.Renderer.Feature.CLIP_DISTANCE0>`

3
doc/python/pages/credits.rst

@ -72,7 +72,8 @@ involved!
- **Aaron Gokaslan** (:gh:`Skylion007`) --- minor performance and - **Aaron Gokaslan** (:gh:`Skylion007`) --- minor performance and
documentation fixes, expanding :ref:`Color3` / :ref:`Color4` bindings documentation fixes, expanding :ref:`Color3` / :ref:`Color4` bindings
- **Cameron Egbert** (:gh:`cegbertOculus`) --- initial Windows port - **Cameron Egbert** (:gh:`cegbertOculus`) --- initial Windows port
- **James Murphy** (:gh:`mCodingLLC`) --- buildsystem fixes - **James Murphy** (:gh:`mCodingLLC`) --- buildsystem fixes, expanding
:ref:`gl.Framebuffer` bindings
- **John Laxson** (:gh:`jlaxson`) --- Homebrew package improvements - **John Laxson** (:gh:`jlaxson`) --- Homebrew package improvements
- **Vladimir Gamalyan** (:gh:`vladimirgamalyan`) --- expanding - **Vladimir Gamalyan** (:gh:`vladimirgamalyan`) --- expanding
:ref:`gl.Renderer` bindings :ref:`gl.Renderer` bindings

Loading…
Cancel
Save