Browse Source

doc: updated credits and changelog.

pull/11/head
Vladimír Vondruš 6 years ago
parent
commit
372c5e0065
  1. 3
      doc/python/pages/changelog.rst
  2. 1
      doc/python/pages/credits.rst

3
doc/python/pages/changelog.rst

@ -36,7 +36,7 @@ Changelog
======================== ========================
- Exposed :ref:`gl.Renderer.set_blend_function()`, - Exposed :ref:`gl.Renderer.set_blend_function()`,
:ref:`gl.Renderer.set_blend_equation()` and related enums (: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>`
values that are new since 2020.06 values that are new since 2020.06
- Exposed new instancing, normal-mapping-related and lighting features in - Exposed new instancing, normal-mapping-related and lighting features in
@ -44,6 +44,7 @@ Changelog
- Renamed all helper ``Python.h`` headers to ``PythonBindings.h`` to avoid - Renamed all helper ``Python.h`` headers to ``PythonBindings.h`` to avoid
issues with shitty IDE indexers such as Eclipse, confusing these with issues with shitty IDE indexers such as Eclipse, confusing these with
Python's ``<Python.h>`` Python's ``<Python.h>``
- Applied minor performance fixes suggested by Clang Tidy (see :gh:`mosra/magnum-bindings#10`)
`2020.06`_ `2020.06`_
========== ==========

1
doc/python/pages/credits.rst

@ -69,6 +69,7 @@ involved!
Are the below lists missing your name or something's wrong? Are the below lists missing your name or something's wrong?
`Let us know! <https://magnum.graphics/contact/>`_ `Let us know! <https://magnum.graphics/contact/>`_
- **Aaron Gokaslan** (:gh:`Skylion007`) --- minor performance fixes
- **Cameron Egbert** (:gh:`cegbertOculus`) --- initial Windows port - **Cameron Egbert** (:gh:`cegbertOculus`) --- initial Windows port
- **Vladimir Gamalyan** (:gh:`vladimirgamalyan`) --- expanding - **Vladimir Gamalyan** (:gh:`vladimirgamalyan`) --- expanding
:ref:`gl.Renderer` bindings :ref:`gl.Renderer` bindings

Loading…
Cancel
Save