10071 Commits (c026ac1cb5733c951e24d85868c742eb258e55dd)
 

Author SHA1 Message Date
Vladimír Vondruš c026ac1cb5 MeshTools: handle JointIds and Weights in compile(). 3 years ago
Vladimír Vondruš 2395e39c41 MeshTools: print a warning if compile() ignores conflicting attributes. 3 years ago
Vladimír Vondruš 986f2acade MeshTools: minor code reordering in a test. 3 years ago
Vladimír Vondruš ecbe70bb40 MeshTools: clean up compile() tests. 3 years ago
Vladimír Vondruš 89a6eb22de Shaders: skinning support in FlatGL, MeshVisualizerGL and PhongGL. 3 years ago
Vladimír Vondruš 3f721d6667 Shaders: link to the bind*Buffer() functions from UBO usage docs. 3 years ago
Vladimír Vondruš d048fbc24e Shaders: merge two similar Phong test cases together. 3 years ago
Vladimír Vondruš f7d1446817 Shaders: forgot to test this here. 3 years ago
Vladimír Vondruš f285081da7 Shaders: name MeshVisualizer render test instance data consistently. 3 years ago
Vladimír Vondruš 9e3396b7d0 Shaders: minor cleanup in tests. 3 years ago
Vladimír Vondruš 3cfbe43766 Shaders: reorder MeshVisualizerGL tests to have common code together. 3 years ago
Vladimír Vondruš 5cfdb60681 Shaders: minor cleanup. 3 years ago
Vladimír Vondruš c33bf5fba7 Shaders: document also that some Configuration getters are not on ES2. 3 years ago
Vladimír Vondruš cba08f5c8f Shaders: somehow forgot to test the MeshVisualizer UBO objectId field. 3 years ago
Vladimír Vondruš 4ee6119ace Shaders: add all values to MeshVisualizerGL*D::Flags debug printer. 3 years ago
Vladimír Vondruš 003e4d80db Shaders: doc typo. 3 years ago
Vladimír Vondruš c2a18f290d Shaders: pack Phong light offset and count into 16 bits each. 3 years ago
Vladimír Vondruš 484e1702a6 Trade: attempt to resuscitate GCC 4.8 that died on this test. 3 years ago
Vladimír Vondruš bb6b84a76e sceneconverter: implement --bounds for mesh weights and joint IDs. 3 years ago
Vladimír Vondruš 07a8edb03d sceneconverter: test mesh bounds printing better. 3 years ago
Vladimír Vondruš 0d2ee66c7f MeshTools: recognize JointIds and Weights in removeDuplicatesFuzzy(). 3 years ago
Vladimír Vondruš 2b875a2db8 MeshTools: add some minimal docs to RemoveDuplicates MeshData test data. 3 years ago
Squareys f447e994d2 Trade: implement support for Weights & JointIds in MeshData. 3 years ago
Squareys 7f94a6f914 Shaders: add Weights and JointIds attribute types. 3 years ago
Vladimír Vondruš c76b9fcb48 modules: updated FindCorrade.cmake. 3 years ago
Vladimír Vondruš fe7edd7b63 Trade: C++, are you telling me that I can't do `-sizeof(foo)`?? 3 years ago
Vladimír Vondruš fe345a6e63 Trade: can't define a bitfield out of different types on MSVC. 3 years ago
Vladimír Vondruš 21aaaf4a61 package/ci: add a CTest timeout to Windows jobs. 3 years ago
Vladimír Vondruš be2749f0c4 package/ci: further reduce parallelism on the nondeprecated build. 3 years ago
Vladimír Vondruš 51a68a3fef Trade: work around MSVC 2015 parser warts. 3 years ago
Vladimír Vondruš 32d2885979 Trade: GCC 4.8 workarounds. 3 years ago
Vladimír Vondruš ae6029d128 Trade: support storing string fields in SceneData. 3 years ago
Vladimír Vondruš 8ee1244099 Trade: allow multiple SceneFieldType accepted for a T. 3 years ago
Vladimír Vondruš 656bc7e97b doc: use the now-common naming scheme for custom SceneField IDs. 3 years ago
Vladimír Vondruš b74a11eebc sceneconverter: use MeshData::attributeId() instead of a custom helper. 3 years ago
Vladimír Vondruš 21b951cd2b Trade: doc++ 3 years ago
Vladimír Vondruš 79c2dfcc81 Trade: use Utility::copy() instead of painstakingly filling test data. 3 years ago
Vladimír Vondruš 886d4a721c Trade: compare data pointers instead of just testing equality. 3 years ago
Vladimír Vondruš 9ba9c406aa Trade: deinline SceneFieldData::*Data() accessors. 3 years ago
Vladimír Vondruš 08df2f28a7 Trade: reorder SceneFieldData fields. 3 years ago
Vladimír Vondruš 10191d352c Trade: polish SceneData docs. 3 years ago
Vladimír Vondruš 3129a197dd Trade: err, no, there's no "upper 15 bits" in a 16bit MeshAttribute. 3 years ago
Vladimír Vondruš 91ed119690 MeshTools: test a "shouldn't assert" case outside of an error redirect. 3 years ago
Vladimír Vondruš dcd40f75d7 MeshTools: update some outdated code comments. 3 years ago
Vladimír Vondruš d00ede0454 Primitives: document how the square/plane vertices are ordered. 3 years ago
Vladimír Vondruš 6dfbe038b6 Shaders: reduce error output redirection scope in tests to a minimum. 3 years ago
Vladimír Vondruš f904e483b3 Shaders: fix doc titles for bind*Buffer() APIs. 3 years ago
Vladimír Vondruš 7d6335ee55 Shaders: minor cleanup in tests. 3 years ago
Vladimír Vondruš 3aacfb8deb doc: change the way MAGNUM_BUILD_DEPRECATED is defined for Doxygen. 3 years ago
Vladimír Vondruš 2510a88b8f doc: don't link to deprecated APIs, again. 3 years ago