353 Commits (2373d2dc9e5700ccb60a42ab28443b7bcdc8704c)

Author SHA1 Message Date
Vladimír Vondruš 7ede64e7d4 python: whoopsie. 5 years ago
Aaron Gokaslan 31785426d8 Typo fixing 5 years ago
Aaron Gokaslan a42018d075 python: don't carelessly copy py::args and py::kwargs. 5 years ago
Vladimír Vondruš 7f86477c3e Adapt to Magnum changes. 5 years ago
Vladimír Vondruš aadc437b25 python: added Vector4 from Vector3 and Vector3 from Vector2 constructors. 5 years ago
Vladimír Vondruš 431074a776 python: adapt to GL shader renaming. 5 years ago
Vladimír Vondruš 0bf27c07f2 python: I don't understand this comment. Remove. 5 years ago
Vladimír Vondruš 8e00226da3 python: add a caster for Containers::Optional. 5 years ago
Vladimír Vondruš ba4e20006a python: adapt to GL::TextureFormat updates. 5 years ago
Vladimír Vondruš 98a3dcf59c python: basic support for arbitrary types in strided array views. 5 years ago
Vladimír Vondruš 805a781f0a python: adapt to GL::Context changes. 5 years ago
Vladimír Vondruš cbb5358efd python: apparently I can't name functions from(), hah. 5 years ago
Vladimír Vondruš a2d16c15f8 python: expose Platform::GLContext as platform.{egl,wgl,glx}.Context. 5 years ago
Vladimír Vondruš c51928c07e python: expose gl.Context. 5 years ago
Vladimír Vondruš 84f9bb2a9d Updated copyright year. 5 years ago
Aaron Gokaslan 41b720e44c Apply clang-tidy performance fixes 6 years ago
Vladimír Vondruš 4bb19e0b3f python: re-add an inverse of pybind11 2.2.4 workarounds for 2.6. 6 years ago
Vladimír Vondruš 57db13422f python: make this compatible with pybind11 2.6. 6 years ago
Vladimír Vondruš 0f98d2f172 python: expose new shaders.Phong features. 6 years ago
Vladimír Vondruš bbb2d0a395 python: document args of gl.Renderer.enable() and friends. 6 years ago
Vladimír Vondruš 5594a64c2a python: add new clip distance features to gl.Renderer. 6 years ago
Vladimír Vondruš 4cb109f592 python: add remaining gl.Renderer.set_blend*() overloads and a test. 6 years ago
Vladimir Gamalyan fe559e69bd python: expose GL::Renderer::setBlendEquation(), GL::Renderer::setBlendFunction() and related enums. 6 years ago
Vladimír Vondruš 799629e410 python: adapt to Magnum changes. 6 years ago
Vladimír Vondruš 1d278d1112 python: rename all Python.h headers to PythonBindings.h. 6 years ago
Vladimír Vondruš f2cba9cb57 python: adapt to Magnum changes. 6 years ago
Vladimír Vondruš b1d45fc85a Updated copyright year. 6 years ago
Vladimír Vondruš 8de3e91ce3 python: fix build against latest Magnum. 6 years ago
Vladimír Vondruš 86bac39471 Adapt to Corrade changes. 6 years ago
Vladimír Vondruš e222ba7a32 python: provide a better error if draw_event() is not overriden. 6 years ago
Vladimír Vondruš a3f6b2cce0 python: adapt to Magnum changes. 6 years ago
Vladimír Vondruš 7aef7bd4c8 python: this was a bug in my test. 6 years ago
Vladimír Vondruš 500311fa7c python: add APIs for Color from/to sRGB int. 6 years ago
Vladimír Vondruš de204f778b python: define Mesh early enough so AbstractShaderProgram::draw() works. 6 years ago
Vladimír Vondruš 38d56059e2 python: adapt to changes in the Primitives library. 6 years ago
Vladimír Vondruš 2045e22463 python: properly check also level bounds in importers. 6 years ago
Vladimír Vondruš d2dc71369c python: adapt to Magnum changes. 6 years ago
Vladimír Vondruš a470eae5f1 python: adapt to Trade::MeshDataXD deprecation. 6 years ago
Vladimír Vondruš 45eb76446b python: expose trade.abstractImporter.imageXd_level_count(). 6 years ago
Vladimír Vondruš b2f92b9d6e python: avoid using deprecated functionality. 6 years ago
Vladimír Vondruš 5d7e5c5b1c python: adapt to Magnum changes. 6 years ago
Vladimír Vondruš 15d0714d90 python: adapt to Magnum changes. 6 years ago
Vladimír Vondruš c560b8085a python: added gl.AbstractTexture.unbind(). 6 years ago
Vladimír Vondruš 3a0c478834 python: a bunch of new keys in SDL and GLFW. 6 years ago
Vladimír Vondruš 97062bcc04 python: expose new Matrix4.normal_matrix() and related APIs. 7 years ago
Vladimír Vondruš 9131edff97 python: doc++ 7 years ago
Vladimír Vondruš 016f5954e3 python: exposed framebuffer blit. 7 years ago
Vladimír Vondruš 875a81803b python: avoid clash with the builtin platform module when running tests. 7 years ago
Vladimír Vondruš 7068412b7c platform: expose Sdl2Application::mainLoopIteration(). 7 years ago
Vladimír Vondruš 41609aceef python: don't try to find applications that aren't on target platform. 7 years ago