2135 Commits (61ea2c7eca3cdbefe464d0a2e1701974c2d7aa99)

Author SHA1 Message Date
Vladimír Vondruš 61ea2c7eca doc: updated credits and changelog. 4 years ago
Vladimír Vondruš 87fd89c66f MeshTools: use Containers::Iterable in concatenate*() and combine*(). 4 years ago
Vladimír Vondruš 6cba53e324 doc: forgot to list GL_MAX_SHADER_COMPILER_THREADS_KHR. 4 years ago
Vladimír Vondruš 74f1778759 GL: recognize KHR_parallel_shader_compile on GL, GLES and WebGL. 4 years ago
Vladimír Vondruš 7d08742341 doc: fix GL/VK extension and version checklist to match actual workflow. 4 years ago
Vladimír Vondruš 5312a016f4 Math: rename BoolVector to BitVector. 4 years ago
Vladimír Vondruš 266a9a3dc7 doc: update imageconverter --info output to current state. 4 years ago
Vladimír Vondruš 527ee0f45d Platform: fix Sdl2Application::setSwapInterval() with late swap behavior. 4 years ago
Vladimír Vondruš 0fe02d1988 doc: PngImageConverter has a behavior section now, link to it. 4 years ago
Vladimír Vondruš f14e15c4a9 Introduce ImageFlags to annotate cube map and array images. 4 years ago
Vladimír Vondruš e422a8a2e0 Return a const& from CompressedImage[View]::size() as well. 4 years ago
Vladimír Vondruš 3c4d4bbf9e doc: updated changelog and credits. 4 years ago
Vladimír Vondruš 846cb10735 Add PixelFormat decomposition utilities. 4 years ago
Vladimír Vondruš 03cd5d3fb5 Rename pixelSize() and other helpers to pixelFormatSize() etc. 4 years ago
Vladimír Vondruš 36ee7835d6 Return a const& from Image{View,Data}::size(), instead of a value. 4 years ago
Vladimír Vondruš feb631815d doc: updated changelog and credits. 4 years ago
Vladimír Vondruš b9f7bf6086 TextureTools: new, optimal, atlasArrayPowerOfTwo() algorithm. 4 years ago
Vladimír Vondruš b983781505 Prefix all CMake options with MAGNUM_*. 4 years ago
Vladimír Vondruš dcfa07a056 doc: overhaul documentation of console utilities. 4 years ago
Vladimír Vondruš 6551074c75 doc: list also shader converters in the File formats tables. 4 years ago
Vladimír Vondruš 5a8d31bf68 imageconverter: ability to chain multiple converters. 4 years ago
Vladimír Vondruš 36127c02e0 AnySceneImporter: fix meshAttribute[For]Name() without a file opened. 4 years ago
Vladimír Vondruš a218ddfa94 doc: add WebP to the file format list. 4 years ago
Vladimír Vondruš c720bf53b5 doc: mark OpenEXR as bundleable. 4 years ago
Vladimír Vondruš 389ee37843 AnyImageImporter: recognize WebP extension and header magic. 4 years ago
Vladimír Vondruš 5e3b610613 doc: remove Clang 3.8 references, advertise Clang 6+ as supported. 4 years ago
Vladimír Vondruš 07c88b6fb2 doc: upgrade DdsImporter to a "no caveats" state. 4 years ago
Vladimír Vondruš 4a54de117d doc: updated changelog. 4 years ago
Vladimír Vondruš cdfe668d58 AnyImageImporter: recognize ASTC files and data. 4 years ago
Vladimír Vondruš a63e175687 doc: link to plugin behavior docs even if there are no caveats. 4 years ago
Vladimír Vondruš c9bc0d7777 doc: updated changelog. 4 years ago
Vladimír Vondruš a6da074ae0 doc: updated changelog. 4 years ago
Christophe Meyer 8a32694c5d Reword a sentence in vulkan-wrapping.dox 4 years ago
Vladimír Vondruš a961f580e8 doc: updated changelog and credits. 4 years ago
Vladimír Vondruš 0113b34852 DebugTools: deprecate templated bufferData(). 4 years ago
Vladimír Vondruš a1bd845c34 Doc++ 4 years ago
Vladimír Vondruš e0909fedfe Math: add castInto() variants for Double<->integer. 4 years ago
Vladimír Vondruš 5f5cfb1094 doc: updated credits and changelog. 4 years ago
Christophe Meyer 35b376e619
Fix tiny english issue in features.dox 4 years ago
Vladimír Vondruš 0508e29320 doc: updated credits & changelog. 4 years ago
Vladimír Vondruš 2ee6054f69 doc: adapt to the fact there's a real GltfImporter now. 4 years ago
Vladimír Vondruš d474f9d176 Math: return an array reference instead of a pointer from data(). 4 years ago
Vladimír Vondruš cedc0d6eeb Prefer CORRADE_TARGET_* instead of __GNUC__, __clang__ and _MSVC_VER. 4 years ago
Vladimír Vondruš 4d5c53dbc6 Trade: add MeshData::attributeId() for inverse ID mapping. 4 years ago
Vladimír Vondruš 7c2f758f2e doc: properly visualize dependency of ShaderTools on PluginManager. 4 years ago
Vladimír Vondruš 4a8c76a497 AnySceneImporter: recognize 3MF files. 4 years ago
Vladimír Vondruš c66797f654 MeshTools: rename boundingBoxAxisAligned() to boundingRange(). 4 years ago
Vladimír Vondruš 203040b458 doc: updated credits and changelog. 4 years ago
Vladimír Vondruš 7f4500d9e0 ShaderTools: port away from std::pair. 4 years ago
Vladimír Vondruš 8f311ad5fd Adapt remaining code to not use deprecated Optional<Array> conversion. 4 years ago