11348 Commits (84809128b10c35cb8067ba78c650ae438c28e795)
 

Author SHA1 Message Date
Vladimír Vondruš 84809128b1 Text: new RendererCore class. 1 year ago
Vladimír Vondruš 8168a06bab Text: add a GlyphCacheArrayGL. 1 year ago
Vladimír Vondruš 342013659a DebugTools: fix bad wording in textureSubImage() docs. 1 year ago
Vladimír Vondruš 2964c8d7b5 DebugTools: expand textureSubImage() tests for half-float types. 1 year ago
Vladimír Vondruš a115b943b3 DebugTools: deprecate buffer overloads for textureSubImage(). 1 year ago
Vladimír Vondruš aeedd681b2 Text: don't reuse the same pixel values in a test. 1 year ago
Vladimír Vondruš b26d694d13 Text: random improvements to font and glyph cache docs. 1 year ago
Vladimír Vondruš d6fdccac14 Text: improve docs for font ascent(), descent() and lineHeight(). 1 year ago
Vladimír Vondruš 1553328cd7 Text: add glyphQuadBounds(). 1 year ago
Vladimír Vondruš 5cfba5bfb9 Text: minor, doc++. 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š f88c0f5327 GL: update workaround description with additional info. 1 year ago
Vladimír Vondruš feecd28993 GL: new "nv-broken-buffer-dsa" workaround. 1 year ago
Vladimír Vondruš 5ee38c6e22 GL: cross-reference renderbuffer and texture max sample count queries. 1 year ago
Vladimír Vondruš 2775f4f105 SceneTools: doc++ 1 year ago
Vladimír Vondruš e8b6ec9639 doc: remove MAGNUM_INCLUDE_INSTALL_PREFIX from CMake docs. 1 year ago
Vladimír Vondruš bd80109377 modules: don't set MAGNUM_LIBRARY, it's useless. 1 year ago
Vladimír Vondruš bea9f1f439 CMake: remove dead plugin-related code. 1 year ago
Vladimír Vondruš f9175d2837 GL: only allow GL::Attribute::DataType with matching signedness on WebGL. 1 year ago
Vladimír Vondruš 47a248af9e GL: missing include on a non-deprecated WebGL build. 1 year ago
Vladimír Vondruš 1e9b11860d AnySceneImporter: recognize USD files. 1 year ago
Vladimír Vondruš 3c27afae42 AnySceneImporter: test & document formats deliberately not handled. 1 year ago
Vladimír Vondruš fdcfa67658 AnySceneImporter: recognize only *.mesh.xml as OGRE mesh, not *.xml. 1 year ago
Vladimír Vondruš ac17573961 Any{Image,Scene}Importer: explicitly test all recognized extensions. 1 year ago
Vladimír Vondruš f19dcac1b3 MeshTools: fix interleavedData() if trailing padding is omitted. 1 year ago
Vladimír Vondruš ceaccd7e54 MeshTools: put branch contents on a new line. 1 year ago
Vladimír Vondruš e8101a4245 MeshTools: make interleavedData() test order match call order. 1 year ago
Vladimír Vondruš c390437b76 AnySceneImporter: recognize the *.vrm extension. 1 year ago
Vladimír Vondruš 8441b26aa0 fontconverter,distancefieldconverter: drop the extra namespaces. 1 year ago
Vladimír Vondruš 5457aff1fe gl-info: the class was still named from back when this was magnum-info. 1 year ago
Vladimír Vondruš e9ee55dbbf gl-info: wrap the Application class in an anonymous namespace. 1 year ago
Vladimír Vondruš cda3709af9 SceneGraph: work around -Wnon-virtual-dtor on GCC and Clang. 1 year ago
Vladimír Vondruš 6db0604160 It's 2025, C++14 is nothing to boast with. 1 year ago
Vladimír Vondruš 2505272e95 GL: suppress an error/warning on MinGW Clang too, not just clang-cl. 1 year ago
Andy Maloney f1bf44f9f4 SceneTools: bad doc copypaste. 1 year ago
Vladimír Vondruš 0e0713eb47 Math: document that float types use fuzzy compare for equality. 1 year ago
Vladimír Vondruš 820382767c Trade: recognize also NoneRoughnessMetallicTexture in hasORMTexture(). 1 year ago
Vladimír Vondruš 7a959d1edd Trade: make PbrMetallicRoughnessMaterialData definitions match decls. 1 year ago
Vladimír Vondruš ce91b6d63e Trade: clean up PbrMetallicRoughnessMaterialData packing tests. 1 year ago
Vladimír Vondruš d5d7b8e449 Updated toolchains submodule. 1 year ago
Vladimír Vondruš 1281576c63 doc: updated credits and changelog. 1 year ago
hsdk123 2219abd835 Platform: use non-deprecated ALooper_pollOnce() in AndroidApplication. 1 year ago
Vladimír Vondruš ac93c511d1 Platform: update SDK versions for AndroidApplicationTest. 1 year ago
Vladimír Vondruš 13d953313f Platform: use scroll event properties new since SDL 2.0.18 and 26. 1 year ago
Vladimír Vondruš 9c852767c8 Text: rename Alignment::*Start to *Begin. 1 year ago
Vladimír Vondruš 6d2257c9a6 TextureTools: use a more realistic image type for atlas inputs. 1 year ago
Vladimír Vondruš 05b74816e4 Trade: avoid ambiguity when creating MeshAttributeData from a char view. 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