10714 Commits (7060a83ca91ef502ab8aab35a3d6023fc2c6707b)
 

Author SHA1 Message Date
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
Vladimír Vondruš b652b3e816 MagnumFontConverter: 2010 called, wanted silent overrides back. 3 years ago
Vladimír Vondruš 42328e4f8d Doc++ 3 years ago
Vladimír Vondruš 0e9c72a71a DebugTools,Trade: adapt to Corrade's Utility::String changes. 3 years ago
Vladimír Vondruš 93990413a7 Clean up unnecessary usage of std::string and Utility::String. 3 years ago
Vladimír Vondruš 5ace409371 Text: removed AbstractFont APIs deprecated in 2019.10. 3 years ago
Vladimír Vondruš 1a268adfb7 SceneTools: adapt test to Containers::Pair having different Debug output. 3 years ago
Vladimír Vondruš 30f57f2865 singles: make MagnumMath.hpp depend on CorradePair.h. 3 years ago
Vladimír Vondruš 43cdb51eb9 doc: stop using <tuple> and std::pair in various helper code. 3 years ago
Vladimír Vondruš a2ca84d4f5 GL: return Containers::Pair from version(). 3 years ago
Vladimír Vondruš b6fa37633f Math: not sure what these doc TODOs were originally about. 3 years ago
Vladimír Vondruš 5e097681cb Math: be reasonable, <utility> is not needed for std::declval. 3 years ago
Vladimír Vondruš 162f4fd6ec Math: remove std::tuple usage from Algorithms::svd(). 3 years ago