8117 Commits (89763380e16efe23fa21711fcf5d82171af28fe8)

Author SHA1 Message Date
Vladimír Vondruš 89763380e1 AnySceneConverter: support whole scene conversion. 4 years ago
Vladimír Vondruš a5298a2c08 Any*Converter: clean up unused Corrade/Containers/StringStl.h includes. 4 years ago
Vladimír Vondruš 4ce7d8e9f4 Trade: improve messages for batch->single SceneConverter delegation. 4 years ago
Vladimír Vondruš 11cc18486b Any*{Converter,Importer}: clean up ancient log redirection in tests. 4 years ago
Vladimír Vondruš 424d666bab Any*{Importer,Converter}: no, raw string literals make no sense here. 4 years ago
Vladimír Vondruš cc8440184a Trade: AbstractSceneConverter::begin*() should have a way to fail. 4 years ago
Vladimír Vondruš 150d045275 Trade: full scene conversion support in AbstractSceneConverter. 4 years ago
Hugo Amiard 8b45a5170c Use Corrade String[View] in some ConfigurationValue specializations. 4 years ago
Vladimír Vondruš 0588c1eefe AnyImageConverter: adapt test to changes in OpenExrImageConverter. 4 years ago
Vladimír Vondruš b418a8fc87 Vk: add a clickable reference to Queue::submit() from CommandBuffer docs. 4 years ago
Vladimír Vondruš 0f4f14bb00 Vk: use Containers::Iterable in DescriptorSetLayoutCreateInfo. 4 years ago
Vladimír Vondruš d958d73df6 Vk: add TODOs for when Containers::Iterable<T&> is a thing. 4 years ago
Vladimír Vondruš 87fd89c66f MeshTools: use Containers::Iterable in concatenate*() and combine*(). 4 years ago
Vladimír Vondruš d1f283d962 Math: fix batch min()/max()/minmax() to work with const input views. 4 years ago
Vladimír Vondruš ac6aa80fc1 gl-info,vk-info: print compiled and detected CPU features. 4 years ago
Vladimír Vondruš 742b1bb8b2 Audio: remove use of an obsolete FindOpenAL variable. 4 years ago
Vladimír Vondruš 1a219825be CMake: document what the dummy.cpp is for. APPLE ARE YOU LISTENING 4 years ago
Pablo Escobar e8e9aeec7f Trade: minor doc fixes. 4 years ago
Vladimír Vondruš 59a973c678 gl-info: print more compact driver and flags info. 4 years ago
Vladimír Vondruš d12b675e62 GL: implement packed debug output for Context::Flags and DetectedDrivers. 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š d75adc6872 Cleanup and improve comments for various tag definitions. 4 years ago
Vladimír Vondruš ba111be893 ObjImporter: unneeded include. 4 years ago
Vladimír Vondruš 6439cfac10 ObjImporter: test also when the first entry in the file is an index. 4 years ago
Vladimír Vondruš d3e16d8435 ObjImporter: test all cases of invalid mixed primitives. 4 years ago
Vladimír Vondruš 79aa6f3546 ObjImporter: test also normal index out of range. 4 years ago
Vladimír Vondruš 1226c9506b ObjImporter: use human readable names for invalid meshes. 4 years ago
Vladimír Vondruš a1095262b4 ObjImporter: clean up and deduplicate the tests. 4 years ago
Vladimír Vondruš 06b5bae5c8 CMake: drop notes about old CMake on old Xcode Travis images. 4 years ago
Vladimír Vondruš 5312a016f4 Math: rename BoolVector to BitVector. 4 years ago
Vladimír Vondruš 6bdffb2796 Test: make use of CORRADE_SKIP_IF_NO_ASSERT(). 4 years ago
Vladimír Vondruš 527ee0f45d Platform: fix Sdl2Application::setSwapInterval() with late swap behavior. 4 years ago
Vladimír Vondruš 21fbe38c52 DebugTools: avoid excessive repetition in FrameProfilerGL internals. 4 years ago
Vladimír Vondruš 94c231a646 TgaImporter: explicitly test for empty ImageFlags. 4 years ago
Vladimír Vondruš 37e79ad69a {scene,image}converter: show image flags in --info. 4 years ago
Vladimír Vondruš 862cd8446f imageconverter: check flags in addition to size in multi-level images. 4 years ago
Vladimír Vondruš 66d29d1b53 imageconverter: restore the --converter raw option. 4 years ago
Vladimír Vondruš 3ea09efbf5 imageconverter: don't recreate the plugin manager every loop iteration. 4 years ago
Vladimír Vondruš a35b6200a0 sceneconverter: comment in a silly place. 4 years ago
Vladimír Vondruš ad7aacc4fe TgaImageConverter: add a TODO that all other tests have. 4 years ago
Vladimír Vondruš aa2fbf34ed TgaImageConverter: warn if saving a 1D array image. 4 years ago
Vladimír Vondruš 22adb7a288 TgaImageConverter: move test data closer to the actual test cases. 4 years ago
Vladimír Vondruš 667e8c1ca9 Trade: restrict multi-level image conversion to same flags as well. 4 years ago
Vladimír Vondruš dbbf33a61b Add a note why "placeholder" Image constructor have no ImageFlags. 4 years ago
Vladimír Vondruš e0e8ddcae2 GL: document ImageFlag behavior in *Framebuffer::read(). 4 years ago
Vladimír Vondruš c9f1304cf7 GL: fill appropriate ImageFlags when using Texture::image() and friends. 4 years ago
Vladimír Vondruš ea75bc1511 GL: doc++ 4 years ago
Vladimír Vondruš bcff7a0a7a GL: document why BufferImage doesn't have ImageFlags. 4 years ago
Vladimír Vondruš f14e15c4a9 Introduce ImageFlags to annotate cube map and array images. 4 years ago