11071 Commits (2a8e550b57bbd0fb16d6c143c50057f965ad16ba)
 

Author SHA1 Message Date
Vladimír Vondruš 2a8e550b57 modules: make FindSDL2 delegate to SDL2's own config file, if possible. 2 years ago
Vladimír Vondruš 9208922c2b GL: Emscripten's Clang 10 actually isn't Clang 10. 2 years ago
Vladimír Vondruš 97cb586d5b doc: fix mistyped extension name. 2 years ago
Vladimír Vondruš 8b832382a8 package/ci: build on Emscripten with emulated corrade-rc. 2 years ago
Vladimír Vondruš 282f95d723 CMake: install and automatically use Find modules of dependencies. 2 years ago
Vladimír Vondruš f7079cd174 modules: skip all target setup in FindMagnum if the component isn't found. 2 years ago
Vladimír Vondruš a24a62b9c8 CMake: mark variables that shouldn't need to be toggled as advanced. 2 years ago
Vladimír Vondruš edb08411ea Updated toolchains submodule. 2 years ago
Vladimír Vondruš ebe9ecaa9b modules: update FindCorrade.cmake, FindNodeJs is no longer needed. 2 years ago
Vladimír Vondruš eef921c238 It's October already?! 2 years ago
Vladimír Vondruš 60631459d9 Math: cross-link dot product and cross product docs. 2 years ago
Vladimír Vondruš eb790d7cc2 GL: clean up remaining functions for extension-dependent functionality. 2 years ago
Vladimír Vondruš 9d99e00bd1 MeshTools: make generateIndices() less restrictive. 2 years ago
Vladimír Vondruš 7e2ba1fd81 MeshTools: properly test the output primitive from generateIndices(). 2 years ago
Vladimír Vondruš 6733550e97 MeshTools: added generateTrivialIndices(). 2 years ago
Vladimír Vondruš 15d3759a23 MeshTools: doc++ 2 years ago
Vladimír Vondruš 134c625f48 MeshTools: fix the generateQuadIndices() test to be more stable. 2 years ago
Vladimír Vondruš 45528e85ef doc: update copyright updating docs. 2 years ago
Vladimír Vondruš 363717467d package/ci: reduce parallelism on the Vulkan build, OOMs too often. 2 years ago
Vladimír Vondruš 8da46ef9dc GL: advertise fake MAGNUM_compressed_texture_astc_{ldr,hdr}. 2 years ago
Vladimír Vondruš 6236ebaa68 GL: geez, Emscripten, can't you just fix those warnings already. 2 years ago
Vladimír Vondruš a95fdb5598 GL: implement EXT_clip_control and WEBGL_polygon_mode on Emscripten. 2 years ago
Vladimír Vondruš e967cf551e external: entrypoints for WebGL exts implemented in Emscripten 3.1.66. 2 years ago
Vladimír Vondruš d2141d0a8e external: some extensions got new GL entrypoints since last time. 2 years ago
Vladimír Vondruš aaab54772b Add isCompressedPixelFormat{Normalized,FloatingPoint,Srgb}() helpers. 2 years ago
Vladimír Vondruš 9b4fd3f45b Doc++ 2 years ago
Vladimír Vondruš f589f03214 Move a source-local array closer to the function that uses it. 2 years ago
Vladimír Vondruš 6a2c053302 doc: show C++14 and C++20 constexpr as [constexpr] in the docs. 2 years ago
Vladimír Vondruš a056d7de92 TextureTools: don't include Vector2 in DistanceFieldGL.h. 2 years ago
Vladimír Vondruš 79dba6e7fd Text: cleanup unused includes. 2 years ago
Vladimír Vondruš 6b31924b0b Text: only allow creating processed GlyphCacheGL by subclasses. 2 years ago
Vladimír Vondruš 28dd01c815 MagnumFont: fix cache image upload on ES2. 2 years ago
Vladimír Vondruš ca7de799eb Text: put do{Set,}ProcessedImage() directly into GlyphCacheGL. 2 years ago
Vladimír Vondruš 5eea669444 Text: work around bogus deprecation warnings on older GCCs. 2 years ago
Vladimír Vondruš 42342cd3a5 Text: renamed {DistanceField,}GlyphCache to {DistanceField}GlyphCacheGL. 2 years ago
Vladimír Vondruš 2f3d7c0482 TextureTools: renamed DistanceField to DistanceFieldGL. 2 years ago
Vladimír Vondruš 19540e6edc TextureTools: huh, this deprecated thing should be long gone already. 2 years ago
Vladimír Vondruš ff4f1e4cb0 Text: make GlyphCache take an explicit PixelFormat + processed format. 2 years ago
Vladimír Vondruš 274c082739 Text: zero the texture data so the test doesn't compare against garbage. 2 years ago
Vladimír Vondruš fd2a1d21ae Text: make DistanceFieldGlyphCache processed image upload work on ES2 again. 2 years ago
Vladimír Vondruš 5bb132aeb9 Text: fall back to full RGBA on WebGL 1 or ES2 w/o EXT_texture_rg. 2 years ago
Vladimír Vondruš 9d1f2f9bc9 Text: make AbstractGlyphCache aware of processed image format and size. 2 years ago
Vladimír Vondruš cd989c7c8b GL: fix various Mesh test failures specific to WebGL 1. 2 years ago
Vladimír Vondruš c3dd9dcd65 GL: simplify Mesh tests on ES2 with a RGBA4 framebuffer. 2 years ago
Vladimír Vondruš 50f6486107 MeshTools: use fuzzy image compare for RGBA4 framebuffer on ES2. 2 years ago
Vladimír Vondruš d5b5158869 Math: make const vector x/y/z/w and r/g/b/a accessors return const&. 2 years ago
Vladimír Vondruš 7ca7e5a62b GL: pin down constexpr [Dynamic]Attribute constructors. 2 years ago
Vladimír Vondruš de7e2e0cab GL: this inline feels redundant. 2 years ago
Vladimír Vondruš cd619937dd Platform: suppress data-to-function-pointer cast warning on MinGW. 2 years ago
Vladimír Vondruš 593ce980c2 Platform: fix -Wzero-as-null-pointer-constant on MinGW. 2 years ago