10854 Commits (00c1e10ace5b7ef1ddc23f09f83ea6a888687137)
 

Author SHA1 Message Date
Vladimír Vondruš f2dd0c5d75 TextureTools: make the DistanceField benchmark more stable. 3 years ago
Vladimír Vondruš c60a1a98b9 TextureTools: no, it's no longer creating a shader every time. 3 years ago
Vladimír Vondruš 5d571cde5d TextureTools: underscore private variables. 3 years ago
Vladimír Vondruš 5e670831f1 TextureTools: properly use float literals for vertex data. 3 years ago
Vladimír Vondruš cef23abf1d doc: list font plugins in the File Format tables. 3 years ago
Vladimír Vondruš eaaa34b3fb Text: rethink AbstractShaper::shape() empty input and failure behavior. 3 years ago
Vladimír Vondruš 3c394532ed modules: updated FindCorrade.cmake. 3 years ago
Vladimír Vondruš b1e8b0c4df MagnumFont: port the test away from deprecated APIs. 3 years ago
Vladimír Vondruš 15e101dee7 Text: port Renderer away from deprecated APIs. 3 years ago
Vladimír Vondruš 688cf84251 Text: work around clang-cl choking on two __declspec attributes. 3 years ago
Vladimír Vondruš ab8dc070c4 Text: new AbstractShaper interface for shaping. 3 years ago
Vladimír Vondruš 5009d38a07 Text: added a Feature enum. 3 years ago
Vladimír Vondruš 03c180d17c Text: added a Script enum. 3 years ago
Vladimír Vondruš 96d56c6d2f Text: the Renderer can take just AbstractGlyphCache, not GlyphCache. 3 years ago
Vladimír Vondruš 7756b8290e Text: add Alignment::TopCenterIntegral. 3 years ago
Vladimír Vondruš 2867f99138 Text: use Math::join() on ranges instead of custom code. 3 years ago
Vladimír Vondruš 00e58284e1 Text: rework Renderer tests. 3 years ago
Vladimír Vondruš 43efac8ed3 Text: make GlyphCache movable. 3 years ago
Vladimír Vondruš f091b80fae TextureTools: make the DistanceField class movable. 3 years ago
Vladimír Vondruš 15d0727096 TextureTools: remove redundant namespace prefix from test code. 3 years ago
Vladimír Vondruš 2a6ebf091f Text: drop a workaround for zero-size items in GlyphCache reserve(). 3 years ago
Vladimír Vondruš e626aabfe2 TextureTools: actually allow zero-size items in AtlasLandfill. 3 years ago
Vladimír Vondruš 4c9fc15962 MagnumFont{,Converter}: port to the new AbstractGlyphCache API. 3 years ago
Vladimír Vondruš d74fcb7729 Text: port away from deprecated AbstractGlyphCache APIs. 3 years ago
Vladimír Vondruš 6707534ce6 Text: rework AbstractGlyphCache for better flexibility and efficiency. 3 years ago
Vladimír Vondruš b57979150e GL: document that Luminance formats can't be used in framebuffers. 3 years ago
Vladimír Vondruš a159835bf7 DebugTools: check framebuffer completeness in textureSubImage(). 3 years ago
Vladimír Vondruš 0201b18f64 Math: support packed debug output for Range. 3 years ago
Vladimír Vondruš 8599e25dbd MagnumFont: properly underscore private variables. 3 years ago
Vladimír Vondruš 4ed4e44ee1 MagnumFont{,Converter}: actual proper tests. 3 years ago
Vladimír Vondruš 41ef0e2f9e Text: no need to painstakingly fill a cache in AbstractFont test. 3 years ago
Vladimír Vondruš 2bcded5077 Text: stop using naked new. 3 years ago
Vladimír Vondruš 94796dd796 Text: don't attempt to create a zero-size glyph cache in the test. 3 years ago
Vladimír Vondruš aa3e8ab005 Text: split GL and API-agnostic doc snippets into separate files. 3 years ago
Vladimír Vondruš c47232aa3c Text: this doesn't need to be exported. 3 years ago
Vladimír Vondruš d460134122 Text: test glyph cache access with padding included. 3 years ago
Vladimír Vondruš ebe15db906 Text: test with inserting a non-zero glyph and one that is in bounds. 3 years ago
Vladimír Vondruš 0edec05963 SceneTools: properly describe plugin dependencies of a test. 3 years ago
Vladimír Vondruš 5835caffce DebugTools: make CompareImage work with MutableImageView. 3 years ago
Vladimír Vondruš 423f9a4140 GL: implement PixelFormat mapping to unsized/luminance ES2 TextureFormat. 3 years ago
Vladimír Vondruš 7060a83ca9 GL,Vk: inverse mapping of {Texture,Pixel}Format to generic PixelFormat. 3 years ago
Vladimír Vondruš 1191eb4176 GL: whoops, mapping of these to a TextureFormat was wrong. 3 years ago
Vladimír Vondruš bcebdd7887 TextureTools: document that AtlasLandfill has destructive move. 3 years ago
Vladimír Vondruš 88c0aedf96 TextureTools: add a forward declaration header. 3 years ago
Vladimír Vondruš 1ef47f48ab TextureTools: no need to include Vector2.h in Atlas.h. 3 years ago
Vladimír Vondruš 81780e5838 TextureTools: it's height that's bounded to 16 bits, not width. 3 years ago
Vladimír Vondruš adb2437984 TextureTools: merge AtlasLandfill and AtlasLandfillArray. 3 years ago
Vladimír Vondruš c23eb401cf Platform: properly link GLX apps to libGLX on an GLES + EGL build. 3 years ago
Vladimír Vondruš 19f9ba10ad CMake: set a CMake policy instead of setting OpenGL_GL_PREFERENCE. 3 years ago
Vladimír Vondruš 87dac6b33d CMake: FindOpenGL looks for GLVND since CMake 3.10. 3 years ago