240 Commits (211bd5f0a8693c98561a937d0b93fe977ddcb62a)

Author SHA1 Message Date
Vladimír Vondruš 211bd5f0a8 python: mutable access to trade.MeshData raw index/vertex data. 3 years ago
Vladimír Vondruš cca2eaf659 python: expose all index/attribute property queries in trade.MeshData. 3 years ago
Vladimír Vondruš a3f88d4db4 python: adapt to std::string removal in the GL library. 3 years ago
Vladimír Vondruš f6d4385a44 python: add an API-breaking TODO for Application wrappers. 3 years ago
Vladimír Vondruš 99a22dfcd5 python: adapt to Magnum changes. 4 years ago
Aaron Gokaslan 75be40300b python: remove extra copy in gl.cpp 4 years ago
Vladimír Vondruš 734072bee3 python: doc++ 4 years ago
Vladimír Vondruš b983d29acf python: avoid an assertion in trade.MeshData.index_count. 4 years ago
Vladimír Vondruš 7bd8bd965b python: expose trade.MeshData.index_data and .vertex_data. 4 years ago
Vladimír Vondruš 12950365e3 python: properly test trade.ImageData.data refcounting. 4 years ago
Vladimír Vondruš bce7509e87 python: expose also platform.*.Application.dpi_scaling. 4 years ago
Vladimír Vondruš 41e3da6fb2 python: default the destructor also in the SDL2 application. 4 years ago
Aaron Gokaslan f22d3777d5 Minor clang-tidy fixups in some of the newer magnum-bindings 4 years ago
Vladimír Vondruš 48b0015782 python: don't look for WindowlessGlxApplication on Apple platforms. 4 years ago
Vladimír Vondruš 1d662bcd48 CMake: add a MAGNUM_PYTHON_BINDINGS_STATIC_PLUGINS CMake option. 4 years ago
Vladimír Vondruš 3ce8b6d96e python: add also windowless CGL application. 4 years ago
Vladimír Vondruš e4457383c6 python: properly expose the platform.wgl module. 4 years ago
Vladimír Vondruš 7362ff92dc Adapt to Magnum changes. 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š c2499fea34 python: no need to bind draw() again for shader subclasses. 4 years ago
Vladimír Vondruš 1ce696203e python: TODOs. 4 years ago
Vladimír Vondruš e6fdfd7d8e python: expose the essentials from the Text library. 4 years ago
Vladimír Vondruš 716869599b python: fix platform.Application.Configuration.title property getter. 4 years ago
Vladimír Vondruš 04c1f712ed python: adapt to Magnum changes in a less lazy way. 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š ddfc5ccc36 python: adapt to STL string removal in Application classes. 4 years ago
Aaron Gokaslan ca5e16f658 python: avoid some unnecessary object copies. 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š ea4e353231 python: work around GCC 4.8 being utterly confused. 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š b58b53bfda python: lazily adapt to Corrade & Magnum std::string removal. 4 years ago
Vladimír Vondruš d2f5ea43d5 CMake: use the CMAKE_FOLDER variable instead of FOLDER property. 4 years ago
Vladimír Vondruš 2295f43873 Updated copyright year. 4 years ago
Vladimír Vondruš 0eade80567 python: expose RGB<->XYZ conversion utilities. 4 years ago
Vladimír Vondruš 8938a29f67 python: expose depth/stencil PixelFormat values. 4 years ago
Vladimír Vondruš 9bc5840926 python: gl.Framebuffer has to be defined after gl.Texture2D which it uses. 4 years ago
Vladimír Vondruš 79009b7d21 python: gl.TextureFormat.SRG8 is available on desktop now as well. 4 years ago
James Murphy 0e84055b49 python: expose depth/stencil gl.TextureFormat values. 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š 60c48b63f7 python: document gl.Framebuffer.attach_renderbuffer() args. 4 years ago
Vladimír Vondruš 75a0564cc3 python: make it possible to set mesh index buffer. 4 years ago