8759 Commits (24138e2c604288b33e2587bf9ae235324f57e9ed)
 

Author SHA1 Message Date
Vladimír Vondruš 24138e2c60 Platform: implement [GL]Configuration::Flag::NoError in all apps. 5 years ago
Vladimír Vondruš d1774ef4d2 Platform: replace UGLY error-prone C string handling with StringViews. 5 years ago
Vladimír Vondruš d9f16f30d7 Platform: adapt the SwiftShader EGL workaround to recent changes. 5 years ago
Vladimír Vondruš 13fc4ebffa Platform: suggest EXCLUDE_FROM_ALL for a GLFW CMake subproject. 5 years ago
Vladimír Vondruš 46df57f6d5 GL,Platform: introduce GL::Context::Configuration::Flag::Windowless. 5 years ago
Vladimír Vondruš 1c66807e10 Platform: explicitly override Configuration::Flags in all apps. 5 years ago
Vladimír Vondruš bf802b7ad9 GL: put texture/image state trackers into the single allocation also. 5 years ago
Vladimír Vondruš 532d72e1aa GL: put all internal Context State substructures in a single allocation. 5 years ago
Vladimír Vondruš 6dafbd0c14 Platform: since we #include the Context anyway, no need to PIMPL it. 5 years ago
Vladimír Vondruš 5d05acbf1f Platform: explicitly destroy GL::Context before the GL context. 5 years ago
Vladimír Vondruš cef4719d3e Platform: document why particular things aren't tested. 5 years ago
Vladimír Vondruš a4a239d0f4 Platform: take into account Flag::VerboseLog in WindowlessEglApplication. 5 years ago
Vladimír Vondruš 458c2c7757 Platform: take Flag::GpuValidation into account in all apps. 5 years ago
Vladimír Vondruš 6acaa69d91 Platform: deduplicate verbose logging logic in WindowlessEglApplication. 5 years ago
Vladimír Vondruš b29de865af GL: no need for separate Context::InternalFlags anymore. 5 years ago
Vladimír Vondruš 32018051f2 GL: fix Context move constructor. 5 years ago
Vladimír Vondruš 7111085d1e GL: add an extensive test for Context moving. 5 years ago
Vladimír Vondruš 4de9f75e1c GL: make the Context::makeCurrent() test more robust. 5 years ago
Vladimír Vondruš 46d8f25363 external: don't define WIN32_LEAN_AND_MEAN just for shits and giggles. 5 years ago
Vladimír Vondruš 5714828e0a GL: the compiler outsmarted me and made my test fail. 5 years ago
Vladimír Vondruš dec3d74d8a GL: MSVC 2015, don't die yet. 5 years ago
Vladimír Vondruš deddda418e GL: deprecate Context::supportedExtensions(). 5 years ago
Vladimír Vondruš 8028cbe633 GL: ensure no errors are thrown when asking for Context strings. 5 years ago
Vladimír Vondruš 8b95542497 GL: we don't need two code paths that do effectively the same. 5 years ago
Vladimír Vondruš 6cc57246a5 GL: whoops. 5 years ago
Vladimír Vondruš e512afa31e Platform: this comment makes no sense here anymore. 5 years ago
Vladimír Vondruš 24d70937d7 Platform: this include isn't needed. 5 years ago
Vladimír Vondruš 5803d52a86 Platform: minor cleanup. 5 years ago
Vladimír Vondruš bc9a34ce1b GL: no need for these hacks anymore. 5 years ago
Vladimír Vondruš 81a3ae5d44 GL: this doesn't need to be exported. 5 years ago
Vladimír Vondruš fd1492f56b GL: introduce Context::Configuration mirroring --magnum-* arguments. 5 years ago
Vladimír Vondruš 67eed6d546 Platform: add missing EmscriptenApp::Config::{add,clear}WindowFlags(). 5 years ago
Vladimír Vondruš 5065e9d87c Platform: suggest good practice when setting configuration flags. 5 years ago
Vladimír Vondruš 93fa1b9f94 GL: EXT_texture_norm16 is not on WebGL 1 anymore. 5 years ago
Vladimír Vondruš ab0568d400 GL: make compile-time extensions convertible to the Extension class. 5 years ago
Vladimír Vondruš 49630d43d4 GL: add a type trait for checking if a type is an extension. 5 years ago
Vladimír Vondruš df3184f0bc Platform: remove full value specification from Flags EnumSets. 5 years ago
Vladimír Vondruš 294c910d44 MeshTools: don't #include <vector> unless absolutely necessary. 5 years ago
Vladimír Vondruš 3622da8fb7 Vk: minor OCD thing. 5 years ago
Vladimír Vondruš 8984157db5 Vk: sprinkle a bunch of consts here and there. 5 years ago
Vladimír Vondruš f6bb30d6d0 GL: apparently some of these aren't needed to be called everywhere. 5 years ago
Vladimír Vondruš e96996ea01 GL: avoid populating and sorting (!!) a vector of strings for exts. 5 years ago
Vladimír Vondruš 32a7adefed GL: use StringView literals for all workaround names. 5 years ago
Vladimír Vondruš 95b3f8578d GL: rework Context to not use any STL containers. 5 years ago
Vladimír Vondruš 729ab8d5e4 GL: StaticArray is no longer non-copyable. 5 years ago
Vladimír Vondruš 4bbc3c0d1f doc: updated changelog. 5 years ago
Konstantinos Chatzilygeroudis a3d87b1046 [EGL]: undef more Xlib nonsense 5 years ago
Vladimír Vondruš 64433315a1 Doc++, updated credits and changelog. 5 years ago
Vladimír Vondruš 0145342196 Platform: add context release also to iOS, WGL and Windows EGL apps. 5 years ago
Vladimír Vondruš 27074d97fe Platform: added WindowlessIosContext::glContext() for consistency. 5 years ago