109 Commits (58cb836bb7e39b189fc9fde1fdfe80e9f0a532b2)

Author SHA1 Message Date
Vladimír Vondruš 3ce8b6d96e python: add also windowless CGL application. 4 years ago
Vladimír Vondruš 403689f3bf python: skip GL text rendering test case on ES2. 4 years ago
Vladimír Vondruš f4b5d915d9 python: bind also the vector shaders. 4 years ago
Vladimír Vondruš 9b60dd30b0 python: fix inconsistencies in bound Flat and Phong feature sets. 4 years ago
Vladimír Vondruš e6fdfd7d8e python: expose the essentials from the Text library. 4 years ago
Vladimír Vondruš 62a07c38bc python: adapt to Magnum changes. 4 years ago
Vladimír Vondruš 09e5e90426 python: CgltfImporter is deprecated, test with GltfImporter instead. 4 years ago
Vladimír Vondruš a79bc39f3e python: ability to import images and meshes by name. 4 years ago
Vladimír Vondruš 831631e10e python: properly test also image import level OOB checks. 4 years ago
Vladimír Vondruš c2e2a8e520 python: expose basics of trade.AbstractSceneConverter. 4 years ago
Vladimír Vondruš da21863ac7 python: exposed basics of trade.AbstractImageConverter. 4 years ago
Vladimír Vondruš fda9e34b9d python: use CgltfImporter instead of TinyGltfImporter in tests. 4 years ago
Vladimír Vondruš a325f3d0c1 python: minor, doc++, add TODOs. 4 years ago
Vladimír Vondruš 8e8a03e175 python: use AssertionError for trade.AbstractImporter usage errors. 4 years ago
Vladimír Vondruš 2295f43873 Updated copyright year. 4 years ago
James Murphy 6f260b05cd python: expose gl.Framebuffer.attach_texture(). 4 years ago
Vladimír Vondruš 1dd625a420 python: test gl.Framebuffer renderbuffer refcounting properly. 4 years ago
Vladimír Vondruš 75a0564cc3 python: make it possible to set mesh index buffer. 4 years ago
Vladimír Vondruš 0120b3f768 python: add remaining vector/scalar, exp and other math functions. 4 years ago
Aaron Gokaslan c50a2f6851 python: add bindings for convenience color functions. 5 years ago
Vladimír Vondruš 431074a776 python: adapt to GL shader renaming. 5 years ago
Vladimír Vondruš cbb5358efd python: apparently I can't name functions from(), hah. 5 years ago
Vladimír Vondruš c51928c07e python: expose gl.Context. 5 years ago
Vladimír Vondruš 84f9bb2a9d Updated copyright year. 5 years ago
Vladimír Vondruš 0f98d2f172 python: expose new shaders.Phong features. 6 years ago
Vladimír Vondruš 4cb109f592 python: add remaining gl.Renderer.set_blend*() overloads and a test. 6 years ago
Vladimír Vondruš 799629e410 python: adapt to Magnum changes. 6 years ago
Vladimír Vondruš b1d45fc85a Updated copyright year. 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š 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š 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š c560b8085a python: added gl.AbstractTexture.unbind(). 6 years ago
Vladimír Vondruš e334cc17b2 python: expose remaining primitives. 7 years ago
Vladimír Vondruš 70fe4e8a25 python: add more getters to trade.MeshDataXD. 7 years ago
Vladimír Vondruš 6bce9fbeb2 python: remove the black magic from magnum.platform. 7 years ago
Vladimír Vondruš 59a2773808 python: expose mesh import. 7 years ago
Vladimír Vondruš 7da09f9080 python: expose basic image import in trade. 7 years ago
Vladimír Vondruš f8f0f3f1b7 python: expose framebuffer reading to an image (not a view). 7 years ago
Vladimír Vondruš e07e61c1ef python: expose Image. 7 years ago
Vladimír Vondruš 843160f58a python: throw instead of returning a falsy value in shader APIs. 7 years ago
Vladimír Vondruš 3f0aa76c28 python: expose Shaders::Flat. 7 years ago
Vladimír Vondruš 313e74142c python: expose texturing in Phong. 7 years ago
Vladimír Vondruš 40891858d6 python: raise Python exceptions for shader API usage failures. 7 years ago
Vladimír Vondruš 7f82f76eba python: test gl.AbstractShaderProgram.set_uniform() as well. 7 years ago
Vladimír Vondruš 3c9643ce74 python: expose textures and related APIs. 7 years ago
Vladimír Vondruš fdf5671c4c python: implicitly test for GL errors in all tests. 7 years ago
Vladimír Vondruš 79ac50e11a python: expose gl.Renderer.error. 7 years ago