9233 Commits (d2141d0a8e1eceb5bb5ba686e5958db256451c62)

Author SHA1 Message Date
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š 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
Vladimír Vondruš fd27e3b9eb doc: updated credits. 2 years ago
Vladimír Vondruš f964e9f030 Math: fix off by one error in docs. 2 years ago
John Turner 8139ca9d4a Math: fix English in some assertion messages. 2 years ago
Vladimír Vondruš ccb96f73c7 Text: added seven new scripts appearing in Unicode 16.0. 2 years ago
Vladimír Vondruš c28e69043b doc: the thing cannot link to a function in a parent class anymore. 2 years ago
Vladimír Vondruš 020895ca85 doc: forgot to list DefaultInit here. 2 years ago
Vladimír Vondruš a2cb671d31 doc: a link to an anchor Doxygen doesn't know about is a warning now. 2 years ago
Vladimír Vondruš 1683e941ce doc: new Doxygen doesn't like blank lines around equations. 2 years ago
Vladimír Vondruš dc9897ff1e doc: fix various errors in Doxygen references. 2 years ago
Vladimír Vondruš 96f95fefc1 doc: don't let Doxygen see Platform::WindowlessApplication. 2 years ago
Vladimír Vondruš 1c3e384f06 doc: fix references to Corrade string view literals. 2 years ago
Vladimír Vondruš 7a05ddbf07 doc: explicitly prefix all Corrade API references with Corrade::. 2 years ago
Vladimír Vondruš 976e60fc07 Trade: doc brainfart. 2 years ago
Vladimír Vondruš 5b4ce2c419 GL: this comment is just wrong. 2 years ago
Vladimír Vondruš d48b66ecd1 GL: document tricks how to make GL benchmark more stable. 2 years ago
Vladimír Vondruš 4c65e22acc SceneTools: improve test robustness for when the plugin ABI breaks. 2 years ago
Vladimír Vondruš 3dd88dc058 Adapt to PluginManager changes. 2 years ago
Vladimír Vondruš a83e77b108 DebugTools: doc++ 2 years ago
Vladimír Vondruš 86e7dd51f3 Math: use the leaf Vector2/3/4 types in Bezier. 2 years ago
Vladimír Vondruš 5748ef0e7a Math: can't have nice things on MSVC. 2 years ago
Vladimír Vondruš 22b846e2e8 Math: ability to construct vectors and matrices from sized arrays. 2 years ago
Vladimír Vondruš a5e5b327fd Text: add new OpenType 1.9.1 features, doc++ 2 years ago
Vladimír Vondruš 4e3a1f720e Text: update some TODOs with newly gained knowledge. 2 years ago
Vladimír Vondruš 9cb4716a41 Vk: XFAIL an expected DescriptorPool::allocate() failure on llvmpipe. 2 years ago