10201 Commits (b4b93e064d3a9d306b687e0a173bd41f7ec0a9fa)
 

Author SHA1 Message Date
Vladimír Vondruš b4b93e064d Platform: improve WindowlessEglApp error with a not found CUDA device. 3 years ago
Vladimír Vondruš 01976f170d Trade: add a TODO for potential better SceneFieldData packing. 3 years ago
Vladimír Vondruš 4cbbff1842 Trade: fix build on GCC 4.8, but don't break MSVC at the same time. 3 years ago
Vladimír Vondruš 2dc117d52d package/archlinux: clear more compiler flags not known by GCC 4.8. 3 years ago
Vladimír Vondruš 4613fd2db9 package/archlinux: the GCC 4.8 PKGBUILD needs GCC 4.8 corrade as well. 3 years ago
Vladimír Vondruš 9f662d793e Trade: implement SceneField::Bit. 3 years ago
Vladimír Vondruš 053685ee9a Trade: allow array access to all SceneData/MeshData fields/attributes. 3 years ago
Vladimír Vondruš b88d17497f Trade: simplify SceneData array field tests a bit. 3 years ago
Vladimír Vondruš 76a649b02b Trade: remove redundant assertions in SceneData::mutable*(). 3 years ago
Vladimír Vondruš 15254d2d14 Trade: move a test case to a better place. 3 years ago
Vladimír Vondruš 8b058faae2 Trade: properly test all constexpr SceneFieldData constructors. 3 years ago
Vladimír Vondruš cb5e8f4569 Trade: the SceneFieldData string constructors can't be constexpr. 3 years ago
Vladimír Vondruš 769cc9ee2a Trade: rename SceneFieldData constructor tests for clarity. 3 years ago
Vladimír Vondruš b0093bf89f Trade: rename a test case for clarity. 3 years ago
Vladimír Vondruš 274144bba5 Trade: doc++ 3 years ago
Vladimír Vondruš 4192ff1fa7 Math: doc++ 3 years ago
Vladimír Vondruš 71d1bd2136 Trade: order MeshData::primitive() as the first thing there. 3 years ago
Vladimír Vondruš 4a87a0bc4b Math: add Color[34]::{from,to}LinearRgb[a]Int(). 3 years ago
Vladimír Vondruš c2cccd64d6 Math: not sure what was the original reason for this typedef suffering. 3 years ago
Vladimír Vondruš 5ef38ea233 Math: reorder Color4 overloads to have the same names together. 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š 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š 1dbc633bc8 Trade: doc++ 3 years ago
Vladimír Vondruš 83ee04b362 Trade: don't do an unnecessary cast for a MeshAttributeData view. 3 years ago
Vladimír Vondruš 0401c4ded8 Trade,Primitives: use a correct type-erased view for MeshAttributeData. 3 years ago
Vladimír Vondruš 360bcc443e Shaders: don't use std::pair here. 3 years ago
Vladimír Vondruš 02df65f688 SceneTools: add a note why std::pair has to be used here. 3 years ago
Vladimír Vondruš 826329258a Math: adapt to changes in Corrade's TweakableParser also for Angle. 3 years ago
Vladimír Vondruš ffcba3912b package/ci: reduce parallelism even further. 3 years ago
Vladimír Vondruš 2b53e8b974 doc: regenerate SVGs for Animation easings. 3 years ago
Vladimír Vondruš 32398ffadd Animation: be less strict about bounds for double easings. 3 years ago
Vladimír Vondruš 3c8fd70c12 Animation: make Easing a template struct, add an Easingd typedef. 3 years ago
Vladimír Vondruš cb12b669a5 Animation: indent the Easing namespace. 3 years ago
Vladimír Vondruš 6ab446f7ed Trade: document that MaterialAttributeData expect a non-empty name. 3 years ago
Vladimír Vondruš ac34c9c7e1 Shaders: list also private headers in project view of IDEs. 3 years ago
Vladimír Vondruš 9c7545ec5e Shaders: fix copypasted doc nonsense. 3 years ago
Vladimír Vondruš 1bdae5fddd Shaders: properly check for EXT_gpu_shader4 if ObjectId is enabled. 3 years ago
Vladimír Vondruš f0b4459ce3 Trade: doc++ 3 years ago
Vladimír Vondruš dfb784b5ce sceneconverter: remove a test workaround for a now-fixed ufbx issue. 3 years ago
Vladimír Vondruš 7de3704d5a Vk: try a significantly larger count in DescriptorPool allocation test. 3 years ago
Vladimír Vondruš 592548e220 sceneconverter: update outdated comment. 3 years ago
Vladimír Vondruš 67be997af5 AnySceneImporter: add a TODO for recognizing `*.mtl`. 3 years ago
Vladimír Vondruš ee9e2e96be sceneconverter: implement a --phong-to-pbr option. 3 years ago
Vladimír Vondruš b38b05cae1 sceneconverter: verify also the unimplemented case for 1D images. 3 years ago
Vladimír Vondruš fee4de16fe sceneconverter: test also behavior with ignored contents. 3 years ago
Vladimír Vondruš c8d009f0a9 Trade: sort addSupporterImporterContents() warnings by dependency order. 3 years ago
Vladimír Vondruš 79bccf6bf8 sceneconverter: reserve the mesh array before appending to it. 3 years ago
Vladimír Vondruš 427d6be514 sceneconverter: make the test instances easier to read. 3 years ago