394 Commits (b02cab2f32a7981fa96bfffbcf9154ceb2dae059)

Author SHA1 Message Date
Vladimír Vondruš be6926d781 Suppress another stupid warning happening with -std=c++17 and up. 11 months ago
Vladimír Vondruš 435953ec5a Text: use char type for pixels if it's filled with char literals. 12 months ago
Vladimír Vondruš f365febb2b Text,TextureTools: doc++ 1 year ago
Vladimír Vondruš bc3cb8a873 Text: add a DistanceFieldGlyphCache*GL::radius() getter. 1 year ago
Vladimír Vondruš 37902520e3 Text: doc++ 1 year ago
Vladimír Vondruš c848b65768 Text,TextureTools: more SwiftShader XFAILs. 1 year ago
Vladimír Vondruš 8399b908d5 Text: new DistanceFieldGlyphCacheArrayGL class. 1 year ago
Vladimír Vondruš bb5c161123 Text: add comments in DistanceFieldGlyphCacheGL re temporary GL objects. 1 year ago
Vladimír Vondruš 989dbdffd9 Text: verify edge clamp being correctly set in DistanceFieldGlyphCacheGL. 1 year ago
Vladimír Vondruš ed1745ab78 Text: the DistanceFieldGlyphCacheGL input is always single-channel now. 1 year ago
Vladimír Vondruš deb98b1fd7 Text: actually make use of the test instance parameters. 1 year ago
Vladimír Vondruš 3045f2d7f6 Text: don't reuse the same pixel values in this test either. 1 year ago
Vladimír Vondruš ef17266906 Text: query the actual format in GlyphCacheGL::processedImage(). 1 year ago
Vladimír Vondruš 0aee66fc33 Text: simplify a calculation. 1 year ago
Vladimír Vondruš 8fa0440be0 Text: less noisy way to hide an unused argument. 1 year ago
Vladimír Vondruš 982d3b58e8 Text: don't allocate excessively large caches in tests for no reason. 1 year ago
Vladimír Vondruš 1faefdbda0 DebugTools,Text: SwiftShader is trash, should just ditch that thing. 1 year ago
Vladimír Vondruš ccf0ba99c3 Text: test GlyphCacheArrayGL image setting on GLES. 1 year ago
Vladimír Vondruš 2d57b3cebf Text: check for EXT_texture_array in GlyphCacheArrayGLTest. 1 year ago
Vladimír Vondruš cb32d6ef5b Text: direct to the full distance field param docs from here as well. 1 year ago
Vladimír Vondruš c71e9b953b Text: drop also the Vector2 include in GlyphCacheGL.h. 1 year ago
Vladimír Vondruš 2d1f9a23bf Text: clean up include order. 1 year ago
Vladimír Vondruš afe56a5d49 Text: move [DistanceField]GlyphCacheGL internals to the state struct. 1 year ago
Vladimír Vondruš 7880f1513e Text: move all setup to AbstractGlyphCache::State constructor. 1 year ago
Vladimír Vondruš be2f4971d8 Text: empty Renderer runs should still contribute to the bounding rect. 1 year ago
Vladimír Vondruš aae7b583d7 Text: this bool was just overcomplicating what was available elsewhere. 1 year ago
Vladimír Vondruš fa598e7097 Text: document Renderer usage in 3D. 1 year ago
Vladimír Vondruš 7062accb4e Text: doc++ 1 year ago
Vladimír Vondruš c3f8ff7710 Text: various silly test changes to make coverage happier. 1 year ago
Vladimír Vondruš 8213e3bf54 Text: fix test for an AbstractGlyphCache 2D fallback assertion. 1 year ago
Vladimír Vondruš f3d6ab4916 Text: redo the old Renderer*D using new APIs and deprecate it. 1 year ago
Vladimír Vondruš 102a75872b Text: docs for RendererCore, Renderer and RendererGL. 1 year ago
Vladimír Vondruš b5c99a01ee Text: unused include. 1 year ago
Vladimír Vondruš 5385f12cfb Text: test that calling Renderer2D::render() replaces the contents. 1 year ago
Vladimír Vondruš bc430c2eee Text: test Renderer*D construction, copy and moves. 1 year ago
Vladimír Vondruš eb0c2a3755 Text: add cache-related assertions to the AbstractRenderer constructor. 1 year ago
Vladimír Vondruš 69f2da2423 Text: new RendererGL class. 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š 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š 8441b26aa0 fontconverter,distancefieldconverter: drop the extra namespaces. 1 year ago