1927 Commits (94f0dcb421d98bf497bde018aebf34eafa0a9777)

Author SHA1 Message Date
Vladimír Vondruš 3ebbd2ed39 doc: suggest StaticArray as another replacement for the deprecated Array. 5 years ago
Vladimír Vondruš 6f8ad66a90 sceneconverter: list also animations in --info. 5 years ago
Vladimír Vondruš 047e8e6670 GL: fix argument order in OpenGLTester::addBenchmarks(). 5 years ago
Vladimír Vondruš 7072befbdb Math: generalize slicing and expanding to arbitrarily-sized matrices. 5 years ago
Vladimír Vondruš a347a2b3bd Math: make it possible to create an identity RectangularMatrix as well. 5 years ago
Vladimír Vondruš 3cd1813bc2 Add a DefaultInit tag. 5 years ago
Vladimír Vondruš 2066d82ea4 Shaders: suffix all existing shaders with GL. 5 years ago
Vladimír Vondruš a90e67edaa DebugTools: rename GLFrameProfiler to FrameProfilerGL. 5 years ago
Vladimír Vondruš ec19c25e46 Adapt to Corrade changes. 5 years ago
Vladimír Vondruš 6958f4a413 doc: update credits. 5 years ago
Vladimír Vondruš 90126a4ded CMake: avoid warnings with CMake 3.10+ and CMAKE_AUTOMOC set. 5 years ago
Vladimír Vondruš c927824562 Make it discoverable that Debug etc is brought into the Magnum namespace. 5 years ago
Vladimír Vondruš 61f8b5da57 GL: enable cube map 3D image up/download on all platforms. 5 years ago
Vladimír Vondruš 2df2a47007 Trade: support 1D and 3D images in AbstractImageConverter. 5 years ago
Vladimír Vondruš d4c5b3f566 Trade: refresh the AbstractImageConverter API. 5 years ago
Vladimír Vondruš 06e039dbe7 Trade: reverse AbstractSceneConverter::convertToFile() argument order. 5 years ago
Vladimír Vondruš bd273d7bce doc: force a bit better table formatting. 5 years ago
Vladimír Vondruš 069c1e6cee doc: add OpenEXR import/export to the file format tables. 5 years ago
Vladimír Vondruš 5719b8fb30 DebugTools: support half-float formats in CompareImage. 5 years ago
Vladimír Vondruš 84dcd52625 DebugTools: doc++ 5 years ago
Vladimír Vondruš aea8722729 Add generic depth/stencil PixelFormat values. 5 years ago
Vladimír Vondruš bc0bb075ab Update Android installation layout to better comply with NDK r19+. 5 years ago
Vladimír Vondruš 315e31476a GL: fix out of bounds accesses in Shader limit queries. 5 years ago
Vladimír Vondruš 7154200e16 doc: the year wasn't updated here. 5 years ago
Vladimír Vondruš 412d54b25b Vk: implement descriptor set allocation, freeing and pool reset. 5 years ago
Vladimír Vondruš ee560b42e9 Vk: suggest enabling the corresponding extension as well. 5 years ago
Vladimír Vondruš 0ef77cab3a Vk: doc++ 5 years ago
Vladimír Vondruš 1abb67a119 Vk: allow multiple values in MAGNUM_VK_INTERNAL_ASSERT_SUCCESS_OR(). 5 years ago
Vladimír Vondruš c045d1666c Vk: add a DescriptorPool wrapper. 5 years ago
Vladimír Vondruš d3755b908f Vk: put the DescriptorType enum into a dedicated header. 5 years ago
Vladimír Vondruš 184a7201e7 doc: add some more Vulkan links. 5 years ago
Vladimír Vondruš c656c55298 Vk: ability to list descriptor set layouts in PipelineLayoutCreateInfo. 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š 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š 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š 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š ef5a25ee54 SceneGraph: fix destruction order to preserve parent links. 5 years ago
Vladimír Vondruš 29ac7b5a4d Trade,ShaderTools: add addFlags() / clearFlags() to all plugin interfaces. 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š 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š 46df57f6d5 GL,Platform: introduce GL::Context::Configuration::Flag::Windowless. 5 years ago