2581 Commits (bd01cf69f01d7c5b71f40920a4b1d79cfc7d2278)

Author SHA1 Message Date
Vladimír Vondruš e9aae0b74c doc: recognize also the new half-float literals for color swatches. 1 year ago
Vladimír Vondruš 80b6c5d859 Math: add half-float color literals. 1 year ago
Vladimír Vondruš 2c63f6d7cf doc: avoid a CMake version deprecation warning. 1 year ago
Vladimír Vondruš 602ed1687d Fix color literal bugs discovered by the new implementation. 1 year ago
Vladimír Vondruš 7a895e8e11 Math: reimplement color literals using variadic templates. 1 year ago
Vladimír Vondruš f3fbc8b3ca Math: make Vector::isZero() equivalent to comparison to a zero vector. 1 year ago
Vladimír Vondruš de31f378c7 doc: list SVG import plugins in the File Formats table. 1 year ago
Vladimír Vondruš d43e8bfcfb doc: this extra newline caused the last table cell to be misaligned. 1 year ago
Vladimír Vondruš 22ce4a75d2 AnyImageImporter: detect the *.svg and *.svgz extension. 1 year ago
Vladimír Vondruš 08a998fbb2 doc: typo in format name. 1 year ago
Vladimír Vondruš 953107c668 doc: advertise the new Qt6 bootstrap project. 1 year ago
Vladimír Vondruš 8399b908d5 Text: new DistanceFieldGlyphCacheArrayGL class. 1 year ago
Vladimír Vondruš 3cd8b9021b TextureTools: DistanceFieldGL overload taking texture array as output. 1 year ago
Vladimír Vondruš 46c37f2795 DebugTools: add textureSubImage() overload for GL::Texture2DArray. 1 year ago
Vladimír Vondruš cb32d6ef5b Text: direct to the full distance field param docs from here as well. 1 year ago
Vladimír Vondruš 683a9fa718 TextureTools: rewrite docs for DistanceFieldGL from scratch. 1 year ago
Vladimír Vondruš 8ba6d1a659 doc: adapt image generation README to inkscape / imagemagick changes. 1 year ago
Vladimír Vondruš 153c1184ae Text: remove accidental double semicolon from a doc snippet. 1 year ago
Vladimír Vondruš fa598e7097 Text: document Renderer usage in 3D. 1 year ago
Vladimír Vondruš 30881d7e5d GL: new "nv-framebuffer-invalidation-wants-draw-binding" workaround. 1 year ago
Vladimír Vondruš d9c8f36675 Math: add Color4::premultiplied() and unpremultiplied(). 1 year ago
Vladimír Vondruš 0ee9c0b8e6 Prefer member slicing instead of arrayCast() in various other places. 1 year ago
Vladimír Vondruš 98dfd3412e DebugTools: suggest member slicing instead of a cast. 1 year ago
Vladimír Vondruš e78323f7d0 MeshTools: hint use of vector member slicing in removeDuplicatesFuzzy(). 1 year ago
Vladimír Vondruš 7557c8ddb7 Math: use vector member slicing in batch packing tests. 1 year ago
Vladimír Vondruš 1709a4ad2b Shaders: allow building this library with MAGNUM_TARGET_GL turned off. 1 year ago
Vladimír Vondruš f3d6ab4916 Text: redo the old Renderer*D using new APIs and deprecate it. 1 year ago
Vladimír Vondruš 102a75872b Text: docs for RendererCore, Renderer and RendererGL. 1 year ago
Vladimír Vondruš 67cf0cd0cb doc: modernize other GL::Buffer-related snippets also. 1 year ago
Vladimír Vondruš a8a949cfe9 Shaders: modernize doc snippets a bit. 1 year ago
Vladimír Vondruš f9297b78d0 doc: don't reference deprecated names in changelog. 1 year ago
Vladimír Vondruš 99358c4c41 Shaders: add GenericGL::TextureArrayCoordinates. 1 year ago
Vladimír Vondruš 8168a06bab Text: add a GlyphCacheArrayGL. 1 year ago
Vladimír Vondruš a115b943b3 DebugTools: deprecate buffer overloads for textureSubImage(). 1 year ago
Vladimír Vondruš b26d694d13 Text: random improvements to font and glyph cache docs. 1 year ago
Vladimír Vondruš 1553328cd7 Text: add glyphQuadBounds(). 1 year ago
Vladimír Vondruš e3a522895e Text: (temporarily) rename the Renderer template to BasicRenderer. 1 year ago
Vladimír Vondruš 06e4dae332 Text: forward-declare the nasty STL types. 1 year ago
Vladimír Vondruš feecd28993 GL: new "nv-broken-buffer-dsa" workaround. 1 year ago
Vladimír Vondruš e8b6ec9639 doc: remove MAGNUM_INCLUDE_INSTALL_PREFIX from CMake docs. 1 year ago
Vladimír Vondruš f9175d2837 GL: only allow GL::Attribute::DataType with matching signedness on WebGL. 1 year ago
Vladimír Vondruš 1e9b11860d AnySceneImporter: recognize USD files. 1 year ago
Vladimír Vondruš fdcfa67658 AnySceneImporter: recognize only *.mesh.xml as OGRE mesh, not *.xml. 1 year ago
Vladimír Vondruš c390437b76 AnySceneImporter: recognize the *.vrm extension. 1 year ago
Vladimír Vondruš cda3709af9 SceneGraph: work around -Wnon-virtual-dtor on GCC and Clang. 1 year ago
Vladimír Vondruš 820382767c Trade: recognize also NoneRoughnessMetallicTexture in hasORMTexture(). 1 year ago
Vladimír Vondruš 1281576c63 doc: updated credits and changelog. 1 year ago
Vladimír Vondruš 6d2257c9a6 TextureTools: use a more realistic image type for atlas inputs. 1 year ago
Vladimír Vondruš 4ef578f30f Text: suggest using the returned range for glyph cache image flush. 1 year ago
Vladimír Vondruš b5325ab0ac TextureTools: return the filled range from AtlasLandfill::add(). 1 year ago