10806 Commits (789c52fd8af309b98801b4ced74260cef3d272de)
 

Author SHA1 Message Date
Vladimír Vondruš 789c52fd8a GL: add a repro case for base/range buffer binding state mismatch. 2 years ago
Vladimír Vondruš ff312be96e Math: make _rgbf and _rgbaf literals constexpr. 3 years ago
Vladimír Vondruš 1ad0927959 debuggers/gdb: use a more standard install location. 3 years ago
Vladimír Vondruš d457e9d211 CMake: explicitly use PRIVATE/PUBLIC/INTERFACE in target_link_libraries(). 3 years ago
Vladimír Vondruš 1d2796baed CMake: avoid installed Magnum headers being picked over local ones. 3 years ago
Vladimír Vondruš 695dc1d041 Text: debug output for Alignment. 3 years ago
Vladimír Vondruš 3034e913d8 Text: forward-declare FeatureRange. 3 years ago
Vladimír Vondruš 4197f9379d Doc++ 3 years ago
Vladimír Vondruš d0b792791f Text: taking a pointer in cache.findFont() is stupid, don't. 3 years ago
Vladimír Vondruš ce2b5fb16a doc: somehow I forgot to list the fancy new Text APIs in the changelog. 3 years ago
Vladimír Vondruš 32485baae8 Text: add renderGlyphQuadsInto() overload taking cache-global glyph IDs. 3 years ago
Vladimír Vondruš 00305a7c53 Text: rename test cases to match the actual API being tested. 3 years ago
Vladimír Vondruš 60f568590f Text: no, the layer isn't ignored anymore. 3 years ago
Vladimír Vondruš 357c63bdbf Text: fix the non-GL build. 3 years ago
Vladimír Vondruš ac35d747fa Text: avoid a temporary allocation for storing glyph info in Renderer. 3 years ago
Vladimír Vondruš 9bc1b9b3b1 Text: separate glyph ID and offset/advance retrieval in AbstractShaper. 3 years ago
Vladimír Vondruš 568a4205a6 Text: new, reusable and composable guts for the Renderer. 3 years ago
Vladimír Vondruš 4383b2fe01 Text: can now test most Renderer APIs without a GL context. 3 years ago
Vladimír Vondruš 58e88c177b Text: document that Renderer is only available on GL builds. 3 years ago
Vladimír Vondruš 72b36347c3 Math: add Range::scaled() and scaledFromCenter() taking a scalar. 3 years ago
Vladimír Vondruš a2d2856c41 Math: properly test scaledFromCenter() for Range subclasses. 3 years ago
Vladimír Vondruš 0e35c0e761 Text: add a LayoutDirection enum. 3 years ago
Vladimír Vondruš f6256359c6 Text: these directionality guarantees are too strong, remove. 3 years ago
Vladimír Vondruš 818442a391 Text: align based just on font metric and cursor by default. 3 years ago
Vladimír Vondruš 0524079d92 Text: further improve test for multiline Renderer. 3 years ago
Vladimír Vondruš 9686ccfd50 Text: the decomposed offsets don't really help anything in the test. 3 years ago
Vladimír Vondruš 6414daf3a9 Text: make internal Alignment values less cryptic. 3 years ago
Vladimír Vondruš 8950085c97 Text: rename Direction to ShapeDirection, move to a dedicated header. 3 years ago
Vladimír Vondruš 13158fb6cd Text: mention the texture coordinate matrix helper in AbstractGlyphCache. 3 years ago
Vladimír Vondruš 68f6d75ee3 Doc++ 3 years ago
Vladimír Vondruš d8de337d3e TextureTools: helper for creating a texture coordinate matrix for atlases. 3 years ago
Vladimír Vondruš 9a9ad483a3 Text: round the flushed DistanceFieldGlyphCache image range. 3 years ago
Vladimír Vondruš 4363568b86 Text: assert size ratio expectations in DistanceFieldGlyphCache already. 3 years ago
Vladimír Vondruš 211d6ac750 distancefieldconverter: add a runtime check for size ratio. 3 years ago
Vladimír Vondruš 4feb98715e TextureTools: expand DistanceField size assert tests. 3 years ago
Vladimír Vondruš dcf6652764 TextureTools: document DistanceField image size expectations. 3 years ago
Vladimír Vondruš 202ac59f66 Text: make DistanceFieldGlyphCache work with tight flush rectangles. 3 years ago
Vladimír Vondruš a2554cb656 TextureTools: don't clear the output in DistanceField. 3 years ago
Vladimír Vondruš abf8a759f2 TextureTools: verify DistanceField doesn't overwrite the whole output. 3 years ago
Vladimír Vondruš 965f78122f TextureTools: properly set framebuffer viewport in DistanceField. 3 years ago
Vladimír Vondruš c92e1b55e5 TextureTools: properly test the DistanceField framebuffer overload. 3 years ago
Vladimír Vondruš ada0645f34 TextureTools: make DistanceField working with subrectangles. 3 years ago
Vladimír Vondruš af1f4a63d5 doc: update also Shaders::Phong image. 3 years ago
Vladimír Vondruš b514cebc8e doc: update also the Shaders::DistanceFieldVector image. 3 years ago
Vladimír Vondruš 3497985526 Shaders: update DistanceFieldVector test files with fixed SDFs. 3 years ago
Vladimír Vondruš 89af6ff82e TextureTools: fix DistanceField to not be slightly shifted. 3 years ago
Vladimír Vondruš 93137eb025 TextureTools: test axis-flipped DistanceField processing. 3 years ago
Vladimír Vondruš 6357ed52c0 TextureTools: assert that DistanceField output is framebuffer-drawable. 3 years ago
Vladimír Vondruš 94c31b13e2 TextureTools: it's not SwiftShader, it's Luminance not being renderable. 3 years ago
Vladimír Vondruš cd6d6e75f2 DebugTools: clarify textureSubImage() docs. 3 years ago