2231 Commits (c2cccd64d6fcad1e31aaf4a3d5efa3d36a391271)

Author SHA1 Message Date
Vladimír Vondruš 50fc3a0e64 Math: don't use auto in Color conversion snippets. 3 years ago
Vladimír Vondruš 897d1002c3 Math: rename Color[34]::fromSrgb*(UnsignedInt) to fromSrgb*Int(). 3 years ago
Vladimír Vondruš ed47e0b6a7 doc: show a gallery of all primitives in the Primitives namespace docs. 3 years ago
Vladimír Vondruš 2b24cee225 Clarify MAGNUM_BUILD_DEPRECATED docs. 3 years ago
Vladimír Vondruš 2b53e8b974 doc: regenerate SVGs for Animation easings. 3 years ago
Vladimír Vondruš 3c8fd70c12 Animation: make Easing a template struct, add an Easingd typedef. 3 years ago
Vladimír Vondruš ee9e2e96be sceneconverter: implement a --phong-to-pbr option. 3 years ago
Vladimír Vondruš 0bf32ae1d2 doc: mark TgaImageConverter as having no known caveats. 3 years ago
Vladimír Vondruš 5796b597f3 TgaImageConverter: implement RLE encoding. 3 years ago
Vladimír Vondruš 7ccf22e1d0 Math: remove swizzle() that was deprecated since 2019.10. 3 years ago
Vladimír Vondruš 5113315cf8 doc: add info about iOS launch screens needed for native resolution. 3 years ago
Vladimír Vondruš b6a31a0af4 Fix double-precision Bezier typedefs to be actually double-precision. 3 years ago
Vladimír Vondruš 63806e6ce6 doc: updated changelog. 3 years ago
Vladimír Vondruš 8aa4894f20 doc: updated changelog. 3 years ago
Vladimír Vondruš 31b77f0f0c doc: remove std::string usage from doc image generators. 3 years ago
Vladimír Vondruš 5d0454ce98 Remove random unneeded <string> and StringStl.h includes. 3 years ago
Vladimír Vondruš e4f662539f doc: remove unnecessary use of std::string. 3 years ago
Vladimír Vondruš cec3c21c30 DebugTools: port FrameProfiler away from std::string. 3 years ago
Vladimír Vondruš d0e18e1f5c GL: drop std::pair from AbstractShaderProgram::validate() as well. 3 years ago
Vladimír Vondruš db2cb49279 GL: port Shader and ShaderProgram away from std::string. 3 years ago
Vladimír Vondruš d89b882ccf GL: port Debug{Output,Group,Message} away from std::string. 3 years ago
Vladimír Vondruš 5b98db09df doc: mention UfbxImporter in the File Formats table. 3 years ago
Vladimír Vondruš 28c1f84e68 Fix various variable shadowing warnings on MSVC. 3 years ago
Vladimír Vondruš e1b4f37f9b doc: add a short overview of shader skinning support. 3 years ago
Vladimír Vondruš 5787c27d73 doc: updated credits and changelog. 3 years ago
Squareys f447e994d2 Trade: implement support for Weights & JointIds in MeshData. 3 years ago
Vladimír Vondruš ae6029d128 Trade: support storing string fields in SceneData. 3 years ago
Vladimír Vondruš 656bc7e97b doc: use the now-common naming scheme for custom SceneField IDs. 3 years ago
Vladimír Vondruš 2510a88b8f doc: don't link to deprecated APIs, again. 3 years ago
Vladimír Vondruš a67effb57a Trade: allow array attributes to have implementation-specific formats. 4 years ago
Vladimír Vondruš 744353b6cd Port away from deprecated Shaders functionality. 4 years ago
Vladimír Vondruš c5abcf5140 Shaders: take constructor arguments via a Configuration instance. 4 years ago
Vladimír Vondruš 3bf08a8251 Doc: don't link to long-deprecated APIs. 4 years ago
Vladimír Vondruš f0cbb8d3c1 Doc++ 4 years ago
Vladimír Vondruš a475c92d99 GL: use Containers::Iterable also in AbstractShaderProgram::draw(). 4 years ago
Vladimír Vondruš 64f5c1bff0 CMake: exclude test dirs from ALL with CORRADE_TESTSUITE_TEST_TARGET. 4 years ago
Vladimír Vondruš 169ca59608 doc: mention CORRADE_TESTSUITE_TEST_TARGET in building docs. 4 years ago
Vladimír Vondruš fb0a970ecd GL: create a macro for AbstractShaderProgram subclass method chaining. 4 years ago
Vladimír Vondruš ba8a3e6f3f SceneTools: add flattenMeshHierarchyInto(). 4 years ago
Vladimír Vondruš b75cb7c584 Trade: port away from deprecated MaterialData::tryAttribute(). 4 years ago
Vladimír Vondruš 95fbae2483 TgaImporter: recognize and skip TGA 2 file footer. 4 years ago
Vladimír Vondruš 23165b2efa doc: missing license header. 4 years ago
Vladimír Vondruš 2fbdd85671 Adapt to Corrade changes. 4 years ago
Vladimír Vondruš 8616927a75 Don't take an Iterable by value. 4 years ago
Vladimír Vondruš 7f24d00553 MaterialTools: new library. 4 years ago
Vladimír Vondruš cdf71fa8bf DebugTools: new CompareMaterial class. 4 years ago
Vladimír Vondruš 46ab9df7ac doc: remove now-unneeded include from a snippet. 4 years ago
Vladimír Vondruš 58132c0b35 DebugTools: doc++ 4 years ago
Vladimír Vondruš e28d019c8a Doc++ 4 years ago
Vladimír Vondruš 9d22a03c92 Math: fix tweakable Angle parsers to compile with negative literals. 4 years ago