11504 Commits (f98f68262e124c77c964312685b0790563b27f80)
 

Author SHA1 Message Date
Vladimír Vondruš f98f68262e GL: create a throwaway framebuffer to avoid a GL error in a test. 10 months ago
Vladimír Vondruš c40b24095d GL: doc++ 10 months ago
Vladimír Vondruš 23711c46fb GL: don't cause a GL error in Context::shadingLanguageVersionStrings(). 10 months ago
Vladimír Vondruš f71299a8f1 Shaders: this XFAIL only needs to be for llvmpipe on Mesa 20 and older. 10 months ago
Vladimír Vondruš 6de14c4605 DebugTools,MeshTools,Shaders: increase test thresholds for llvmpipe. 10 months ago
Vladimír Vondruš 4df5057d40 TextureTools: this extension is skipped automatically by the benchmark. 10 months ago
Vladimír Vondruš e4b2fecf46 TextureTools: split DistanceFieldGL benchmark into a separate test. 10 months ago
Vladimír Vondruš 47ba90bde9 Text: fix unused variable warning on an ES2 build. 10 months ago
Vladimír Vondruš 3a63bcdb1b Text: fix an unused variable warning on no-assert builds. 10 months ago
Vladimír Vondruš a85590dc71 Text: ensure method call order in GlyphCacheGL::processedImage(). 10 months ago
Vladimír Vondruš 62f32778d2 package: reduce amount of GL extension combinations to test. 10 months ago
Vladimír Vondruš e6e36ab0e9 package/ci: test desktop GL build with llvmpipe via EGL. 10 months ago
Vladimír Vondruš 0e15cab8c9 package: minor cleanup of bash madness and comments. 10 months ago
Vladimír Vondruš 1edcfd8284 doc: magnum-extras now also have doc generators to take snippets from. 10 months ago
Vladimír Vondruš 188c981003 Doc++ 10 months ago
Vladimír Vondruš be38d5e2bb Platform: prefix error messages coming from SDL2 and GLFW. 11 months ago
Vladimír Vondruš 5749d73834 Math: don't use std::is_trivial that's deprecated in C++26. 11 months ago
Vladimír Vondruš b02cab2f32 Don't use the deprecated DefaultInit Array constructors. 11 months ago
Vladimír Vondruš 565cc7bdab DebugTools: can do the string joining better, actually. 11 months ago
Vladimír Vondruš d4387a315c DebugTools: doc++ 11 months ago
Vladimír Vondruš 380d7d7e6b DebugTools: no need to use STL streams here anymore. 11 months ago
Vladimír Vondruš c877983893 Platform: add clipboard handling to Sdl2 and GlfwApplication. 11 months ago
Vladimír Vondruš 990e2a4386 Platform: random comment whitespace fixes. 11 months ago
Vladimír Vondruš 489ce15fb8 Platform: warning suppression in deprecated code using deprecated code. 11 months ago
Vladimír Vondruš 7558bc71ba Platform: add focusEvent() and blurEvent() to Application implementations. 11 months ago
Vladimír Vondruš be8dbe7a5c Audio: test that Context is nothrow movable as well. 11 months ago
Vladimír Vondruš e149093007 Audio: make Buffer and Source nothrow movable. 11 months ago
Vladimír Vondruš 31381371e8 Any{Image,Scene}Importer: propagate importerState() as well. 11 months ago
Vladimír Vondruš be6926d781 Suppress another stupid warning happening with -std=c++17 and up. 11 months ago
Vladimír Vondruš da40122233 Containers: suppress literal operator warnings on GCC 15 with -std=c++23. 11 months ago
Vladimír Vondruš 0a37b37af8 *Importer: replace needless Utility::copy() with Array InPlaceInit. 12 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š d04c814d56 doc: silence MSVC warning about accidental variable shadowing. 12 months ago
Vladimír Vondruš f4b574b68e Primitives: doc++ 12 months ago
Vladimír Vondruš 0f7598220d Primitives: support texture coordinates and tangents in cubeSolid(). 12 months ago
Vladimír Vondruš 3bff741b41 Primitives: actually test all asserts and make them less useless. 12 months ago
Vladimír Vondruš b6a269c4f2 CMake: consistently use *_PRIVATE_HEADERS as a variable name. 12 months ago
Vladimír Vondruš 856d9c835b Doc++ 12 months ago
Vladimír Vondruš 70b0d76fcb Platform: add {Sdl2,Glfw}Application::isKeyPressed(). 1 year ago
Vladimír Vondruš 0d6a7165b9 ObjImporter: don't use a std::vector. 1 year ago
Vladimír Vondruš 5a7b0e999f ObjImporter: wait, why have the names stored in a separate array? 1 year ago
Vladimír Vondruš bd01cf69f0 ObjImporter: using a five-element std::tuple is just ... nope. 1 year ago
Vladimír Vondruš f365febb2b Text,TextureTools: doc++ 1 year ago
Vladimír Vondruš 1813333277 Math: doc++ 1 year ago
Vladimír Vondruš a8ced617cd Math: go back to the old Color literal implementation on MSVC 2019. 1 year ago
Vladimír Vondruš 68378866b2 Math: repro case for a MSVC 2019 crash with the new literals. 1 year ago
Vladimír Vondruš e9aae0b74c doc: recognize also the new half-float literals for color swatches. 1 year ago
Vladimír Vondruš 80b6c5d859 Math: add half-float color literals. 1 year ago
Vladimír Vondruš 33ee4c5e8a Math: doc++ 1 year ago
Vladimír Vondruš 2c63f6d7cf doc: avoid a CMake version deprecation warning. 1 year ago