11360 Commits (a8a949cfe9f3d8031933c65758abd641a335293b)
 

Author SHA1 Message Date
Vladimír Vondruš a8a949cfe9 Shaders: modernize doc snippets a bit. 1 year ago
Vladimír Vondruš 69f2da2423 Text: new RendererGL class. 1 year ago
Vladimír Vondruš f92e16e7e0 Shaders: use `.slice(&Color4ub::rgb)` instead of `arrayCast<Color3ub>()`. 1 year ago
Vladimír Vondruš bfce415bf4 Shaders: no need to save the tested output to a temporary here. 1 year ago
Vladimír Vondruš c331591c87 Shaders: add {DistanceField}VectorGL::Flag::TextureArrays. 1 year ago
Vladimír Vondruš 0466eb0929 Shaders: strange doc hiccups. 1 year ago
Vladimír Vondruš 2c54176270 Shaders: mention texture array use in overview docs. 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š c256c27d25 Text: workarounds for silly test crashes due to insane MSVC 2017 bugs. 1 year ago
Vladimír Vondruš 7dcd0998f1 Text: fix deprecated no-assert build. 1 year ago
Vladimír Vondruš 3c626b00f4 Text: new Renderer class. 1 year ago
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