8792 Commits (c656c5529800d47695a2a4ea371443e6e59208c2)
 

Author SHA1 Message Date
Vladimír Vondruš c656c55298 Vk: ability to list descriptor set layouts in PipelineLayoutCreateInfo. 5 years ago
Vladimír Vondruš 8bb1da98b9 Vk: MSVC and clones, WHAT ARE YOU DOING. 5 years ago
Vladimír Vondruš 048a9a6a0b Vk: add a short human-readable description to each Vulkan object. 5 years ago
Vladimír Vondruš 391e680721 Vk: implement a DescriptorSetLayout. 5 years ago
Vladimír Vondruš 2bf014f1e6 Vk: document also what CreateInfo setters do to the underlying struct. 5 years ago
Vladimír Vondruš 052fd5a683 Vk: doc++. 5 years ago
Vladimír Vondruš a99cde44bb Vk: add a ShaderStages enum set. 5 years ago
Vladimír Vondruš ae9ff0ae28 Vk: implement a Sampler wrapper. 5 years ago
Vladimír Vondruš 7f28f9f46b Improve backwards compatibility of the deprecated Array class. 5 years ago
Vladimír Vondruš ed9deff432 Test: adapt to a less shitty CORRADE_COMPARE(). 5 years ago
Vladimír Vondruš 475b502a1d package/ci: cap Emscripten jobs. 5 years ago
Vladimír Vondruš 4dace92581 Math: add castInto() overloads for Float and Double. 5 years ago
Vladimír Vondruš d7d4cd7223 Vk: doc++ 5 years ago
Vladimír Vondruš 1f3361e82e doc: oops. 5 years ago
Vladimír Vondruš cc5f2d7862 Deprecate the weird Magnum::Array class. 5 years ago
Vladimír Vondruš 470d22d4cb No need to have explicitly written copy constructors for trivial types. 5 years ago
Vladimír Vondruš 329ccc9db7 Trade: TextureData constructor was not explicit for some reason. 5 years ago
Vladimír Vondruš eb4793719c doc: put this changelog entry into the correct section. 5 years ago
Vladimír Vondruš af7c1f1b07 SceneGraph: clang doesn't seem to "unwind" the vtable on destruction. 5 years ago
Vladimír Vondruš ef5a25ee54 SceneGraph: fix destruction order to preserve parent links. 5 years ago
Vladimír Vondruš d636e8f5a3 SceneGraph: pin down the desired destruction order of a tree. 5 years ago
Vladimír Vondruš 29ac7b5a4d Trade,ShaderTools: add addFlags() / clearFlags() to all plugin interfaces. 5 years ago
Vladimír Vondruš e3c72b36ee Trade: doc++ 5 years ago
Vladimír Vondruš 41dc0dffff ShaderTools: --{input,output}-format is a thing now. 5 years ago
Vladimír Vondruš 62628beac9 modules: make it possible to use SDL2 as a CMake subproject. 5 years ago
Vladimír Vondruš 3ad398369a doc: update changelog. 5 years ago
Vladimír Vondruš beecb8fb82 Shaders: fix copypaste errors in Phong setter docs. 5 years ago
Vladimír Vondruš 87088296d8 GL: this TimeQuery test was just dumb. 5 years ago
Vladimír Vondruš b8e21b8b21 GL: make the new setUniform() code paths work on 32bit Windows. 5 years ago
Vladimír Vondruš 7c07c6fdc6 GL: make FramebufferClearColor searchable under GL keywords. 5 years ago
Vladimír Vondruš 490392b143 GL: call glUniform() directly on WebGL. 5 years ago
Vladimír Vondruš 8c6efa5b78 GL: remove one function pointer indirection in DSA setUniform() calls. 5 years ago
Vladimír Vondruš 45ccf50b47 GL: implement --magnum-gpu-validation no-error. 5 years ago
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