10726 Commits (8599e25dbd4e991f0de67e551aa38c3f658be2f2)
 

Author SHA1 Message Date
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
Vladimír Vondruš e1b7dca74e package/archlinux: build GLX apps in the GLES dev PKGBUILDs. 3 years ago
Vladimír Vondruš e188daf392 package/ci: properly test all GLX and EGL applications. 3 years ago
Vladimír Vondruš ed288d360f TextureTools: reverse landfill direction only if it makes sense. 3 years ago
Vladimír Vondruš 330dbc747e TextureTools: deprecate the atlas() bad joke. 3 years ago
Vladimír Vondruš 2692ff216c Text: use the new landfill packer in AbstractGlyphCache. 3 years ago
Vladimír Vondruš 06d8a80fac Text: properly test AbstractGlyphCache::reserve() behavior. 3 years ago
Vladimír Vondruš b25d0a7bb8 Text: unused include. 3 years ago
Vladimír Vondruš 10bc66884a TextureTools: support padding in the landfill atlas packer. 3 years ago
Vladimír Vondruš 57863b5db7 TextureTools: reduce AtlasBenchmark iterations. 3 years ago
Vladimír Vondruš df1904c256 TextureTools: forgot to clean up this comment. 3 years ago
Vladimír Vondruš 8f8dcd0076 doc: adapt the atlas doc image generator to latest changes. 3 years ago
Vladimír Vondruš 3e93b1078a doc: updated changelog. 3 years ago
Vladimír Vondruš 66bf0b264d TextureTools: new landfill atlas packer. 3 years ago
Vladimír Vondruš c63ae80619 TextureTools: doc snippet and sample output for atlasArrayPowerOfTwo(). 3 years ago
Vladimír Vondruš f9402f2242 TextureTools: don't allocate the output in atlasArrayPowerOfTwo(). 3 years ago
Vladimír Vondruš 752acbdc3e TextureTools: use a Pair instead of Vector3i in the internals. 3 years ago
Vladimír Vondruš 958e5edbc2 TextureTools: check that atlasArrayPowerOfTwo() sizes are in bounds. 3 years ago
Vladimír Vondruš 484596f936 TextureTools: remove redundant include from a test. 3 years ago
Vladimír Vondruš 78a93734dd TextureTools: pass the whole test dir path to the test. 3 years ago
Vladimír Vondruš 200e9a209f TextureTools: pass StridedArrayView via const&. 3 years ago
Vladimír Vondruš bb9eb1f80c Doc++ 3 years ago
Vladimír Vondruš a28ebaef84 Text: add AbstractFont::glyphSize(). 3 years ago
Vladimír Vondruš fc46801a7e Text: add AbstractFont::glyphCount(). 3 years ago
Vladimír Vondruš 5392f9e32b Text: why is this GCC 4.8 workaround included always? 3 years ago
Vladimír Vondruš 7ead74950b Text: rename AbstractFont::Metrics to Properties. 3 years ago
Vladimír Vondruš 2274215165 MagnumFont: don't need a growable array for this. 3 years ago
Vladimír Vondruš 47a1295ab8 Text: port AbstractFont away from STL, adapt to Utility::Unicode changes. 3 years ago
Vladimír Vondruš aec32b6de8 MagnumFont: use in-place Containers::Pointer construction. 3 years ago