10605 Commits (eaf3ad21c299356d0771423483427f9cfcb1e14e)
 

Author SHA1 Message Date
Vladimír Vondruš fe0a46abad Improve docs of image classes. 3 years ago
Vladimír Vondruš 17ab578443 Add a pixelFormat(PixelFormat, UnsignedInt, bool) helper. 3 years ago
Vladimír Vondruš b9412c42d3 TgaImporter: consistently use "gray" instead of "grey" everywhere. 3 years ago
Vladimír Vondruš 54d6348301 Add isPixelFormat{Normalized,Integer,FloatingPoint}() helpers. 3 years ago
Vladimír Vondruš 332bcb62fa It makes no sense to call isPixelFormatSrgb() on a depth/stencil format. 3 years ago
Vladimír Vondruš 6afbb4afd2 Improve vertex format related docs. 3 years ago
John Turner e851b21e28 Trade: fix documentation copy-paste error. 3 years ago
Vladimír Vondruš fee1d23445 Math: expand silly warning suppression in a test to GCC 13. 3 years ago
Vladimír Vondruš bc1859f653 Trade: add animationTrackType{Size,Alignment}(). 3 years ago
Vladimír Vondruš ca4c8f4522 Trade: minor code motion. 3 years ago
Vladimír Vondruš f43fa6ff95 Math: add APIs for quaternion reflection. 3 years ago
Vladimír Vondruš 3e8d393b86 Fix build with CORRADE_STANDARD_ASSERT. 3 years ago
Vladimír Vondruš be9a3c247d Math: change all assertions to debug-only. 3 years ago
Vladimír Vondruš 8782d57ba6 GL: fix "firefox-fake-disjoint-timer-query-webgl2" detection. 3 years ago
Vladimír Vondruš c1239b6619 Shaders: add PhongGL::Flag::DoubleSided. 3 years ago
Vladimír Vondruš 657725c4c0 Trade: fix & improve SceneData checks for matching field mapping. 3 years ago
Vladimír Vondruš 25b2840b15 SceneTools: same-type Math::castInto() exists now, use it. 3 years ago
Vladimír Vondruš 1634ca8458 SceneTools: test non-contiguous mapping views in combine(). 3 years ago
Vladimír Vondruš 440f1b2ee6 SceneTools: consistently use "mapping" instead of "objects" in tests too. 3 years ago
Vladimír Vondruš 1436dcbab5 sceneconverter: typos in the test. 3 years ago
Vladimír Vondruš e308c838df imageconverter: remove redundant ifdef from a test. 3 years ago
Vladimír Vondruš 2d1f71d80b {image,scene}converter: use shorter Array construction in --info tests. 3 years ago
Vladimír Vondruš f74e3b5f4e Tga{Importer,ImageConverter}: respect Flag::Quiet. 3 years ago
Vladimír Vondruš 6e187518b0 Any*{Importer,Converter}: respect Flag::Quiet in config propagation. 3 years ago
Vladimír Vondruš ad6b9a4061 Trade: add *{Importer,Converter}Flag::Quiet. 3 years ago
Vladimír Vondruš 864774bdbf Trade: doc++ 3 years ago
Vladimír Vondruš 3710c179fe package/ci: adapt to arbitrary unnecessary Codecov breakages. 3 years ago
Vladimír Vondruš e835432629 Platform: fix Sdl2Application::setWindowIcon() on SDL 2.23+. 3 years ago
Vladimír Vondruš 0b66b85c20 Primitives: mark primitive data as global where appropriate. 3 years ago
Vladimír Vondruš 3803ad8687 Trade: add DataFlag::Global. 3 years ago
Vladimír Vondruš 6c2ea21d31 distancefieldconverter: make it work on GLES 3+. 3 years ago
Vladimír Vondruš 5f55f9e756 TextureTools: add a DistanceField overload taking a framebuffer. 3 years ago
Vladimír Vondruš d39572a089 Shaders: build Line.cpp on GLES2 as well. 3 years ago
Vladimír Vondruš 26e209ebb1 MeshTools: the assert is saying what?! 3 years ago
Vladimír Vondruš ad8aca370c MeshTools: make generateLines() public. 3 years ago
Vladimír Vondruš 97d283a75d SceneTools: consistently use the term "mapping" instead of "objects". 3 years ago
Vladimír Vondruš deec214ad9 Use the new EnumSet-from-underlying-type constructor for less confusion. 3 years ago
Vladimír Vondruš d06ac097c1 MeshTools: unify naming of MeshData arguments. 3 years ago
Vladimír Vondruš dcd7bfa294 modules: don't look for a deprecated SceneTools header in FindMagnum. 3 years ago
Vladimír Vondruš 222d66e37d sceneconverter: switch away from deprecated flattenMeshHierarchy3D(). 3 years ago
Vladimír Vondruš 11ae06a4b5 SceneTools: generalize flatten{Mesh -> Transformation}Hierarchy(). 3 years ago
Vladimír Vondruš d310e2f04c Visibly link to the base interface docs from all plugin classes. 3 years ago
Vladimír Vondruš 6d75ef93b3 MeshTools: clean up removeDuplicatesFuzzy() internals. 3 years ago
Vladimír Vondruš c5f96637ce MeshTools: simplify compressIndices() internals. 3 years ago
Vladimír Vondruš 6f3297b8c5 MeshTools: this NoInit shouldn't have been commented out. 3 years ago
Vladimír Vondruš 6034ea3d33 doc: don't compile the exact same snippet file twice. 3 years ago
Vladimír Vondruš 9bbbee6f56 MeshTools: port away from std::pair in remaining APIs. 3 years ago
Vladimír Vondruš 06832574a2 MeshTools: port away from std::pair in various internals. 3 years ago
Vladimír Vondruš bbfa5aeccf MeshTools: don't include STL crap in non-deprecated builds. 3 years ago
Vladimír Vondruš 9c0dd1435f Doc++ 3 years ago