479 Commits (master)

Author SHA1 Message Date
Vladimír Vondruš cc9db2d610 MeshTools: show the more common way of using custom shader attributes. 3 years ago
Vladimír Vondruš 7e79216c34 doc: use a shorthand expression for populating a GL::Buffer. 3 years ago
Vladimír Vondruš e3c7410ac7 MeshTools: initial utility for compiling a mesh for the line shader. 3 years ago
Vladimír Vondruš 506841f4a9 Shaders: initial implementation of a line shader. 3 years ago
Vladimír Vondruš 1ae3def881 Shaders: don't name a variable differently than the uniform struct. 3 years ago
Vladimír Vondruš 6f3696afac Shaders: reorder PhongGL usage snippets to be together. 3 years ago
Vladimír Vondruš 8f97068be8 doc: suppress useless "this pointer is null" warnings on GCC 11+. 3 years ago
Vladimír Vondruš 4a87a0bc4b Math: add Color[34]::{from,to}LinearRgb[a]Int(). 3 years ago
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š 2b53e8b974 doc: regenerate SVGs for Animation easings. 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š db2cb49279 GL: port Shader and ShaderProgram away from std::string. 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
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š 744353b6cd Port away from deprecated Shaders functionality. 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š 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š 23165b2efa doc: missing license header. 4 years ago
Vladimír Vondruš 2fbdd85671 Adapt to Corrade changes. 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š 8e52981b56 Refresh the Timeline class and docs a bit. 4 years ago
Vladimír Vondruš aa83854779 Math: better document Quaternion::axis() caveats. 4 years ago
Vladimír Vondruš a55fe9db4d {scene,image}converter: add examples for the new features. 4 years ago
Vladimír Vondruš 1ecea7520d Trade: high-level docs for AbstractSceneConverter whole-scene operation. 4 years ago
Vladimír Vondruš 30bd1cd3b6 Trade: add MaterialDataType::Buffer. 4 years ago
Hugo Amiard bc1b9e39d7 GL: adapt Buffer/TransformFeedback to use Triple instead of std::tuple. 4 years ago
Vladimír Vondruš 1f1041b4b0 Math: update Half doc snippets to reflect what's actually printed. 4 years ago
Vladimír Vondruš c0c712cc33 GL: deprecate list-taking Shader::compile() and ShaderProgram::link(). 4 years ago
Vladimír Vondruš c9d7365937 GL: better handle a case of async link failures. 4 years ago
Vladimír Vondruš 48326ac418 Shaders: minor cleanup & document new async compilation APIs. 4 years ago
Vladimír Vondruš 82a1f8e767 Shaders: fix a typo in a doc snippet. 4 years ago
Vladimír Vondruš e9520c2a5a GL: show the actual variable declaration in a doc snippet. 4 years ago
Vladimír Vondruš 4580c30d1e GL: document async shader compilation and linking. 4 years ago
Vladimír Vondruš 1f3c250e8e doc: move MyShader definition out of snippet main(). 4 years ago
Vladimír Vondruš 5312a016f4 Math: rename BoolVector to BitVector. 4 years ago
Vladimír Vondruš 266a9a3dc7 doc: update imageconverter --info output to current state. 4 years ago
Vladimír Vondruš b983781505 Prefix all CMake options with MAGNUM_*. 4 years ago
Vladimír Vondruš dcfa07a056 doc: overhaul documentation of console utilities. 4 years ago
Vladimír Vondruš cedc0d6eeb Prefer CORRADE_TARGET_* instead of __GNUC__, __clang__ and _MSVC_VER. 4 years ago
Vladimír Vondruš 7f4500d9e0 ShaderTools: port away from std::pair. 4 years ago