5010 Commits (40fa631f2b6a481e9ae973fa8e3b0ba59defbb6f)

Author SHA1 Message Date
Vladimír Vondruš 40fa631f2b Shaders: these constructors shuld've been marked as new. 4 years ago
Vladimír Vondruš 48326ac418 Shaders: minor cleanup & document new async compilation APIs. 4 years ago
Vladimír Vondruš 4580c30d1e GL: document async shader compilation and linking. 4 years ago
Vladislav Oleshko eb17d77562 Shaders: implement async shader compilation for all shaders. 4 years ago
Vladislav Oleshko 96f97d4e7a GL: implement APIs for async shader compilation & linking. 4 years ago
Vladimír Vondruš d605b06b91 Shaders,Text: fix some Engrish. 4 years ago
Vladimír Vondruš 4d8fe77809 Use a more concrete message prefix in MAGNUM_ASSERT_*_SUPPORTED() macros. 4 years ago
Vladimír Vondruš d344eca515 Trade: properly propagate image view flags in AbstractSceneConverter. 4 years ago
Vladimír Vondruš 6aaf3711f2 Math: doc++ 4 years ago
Vladimír Vondruš 66a57088b1 Trade: add SceneData::fieldSizeBound(). 4 years ago
Vladimír Vondruš f0ad33f850 Audio,ShaderTools,Text,Trade: packed debug printing for all Feature enums. 4 years ago
Vladimír Vondruš 9b610ee600 Audio: actually test ImporterFeatures debug printing. 4 years ago
Vladimír Vondruš 7c1ae161b9 {image,scene}converter: don't use a white terminal color in --info. 4 years ago
Vladimír Vondruš 72a51c3594 DebugTools: doc++ 4 years ago
Vladimír Vondruš dfc7c3fe2c DebugTools: no need to set hidden visibility for a nested class. 4 years ago
Vladimír Vondruš e1619e5aab Trade: expose materialLayerName() and materialAttributeName(). 4 years ago
Vladimír Vondruš 16703f3137 Trade: doc++ 4 years ago
Vladimír Vondruš 3cb7fe5993 Trade: doc++ 4 years ago
Vladimír Vondruš a9a4caf740 Trade: add MaterialData::findAttributeId() and findLayerId(). 4 years ago
Vladimír Vondruš 9941d83e1d Trade: rename internal MaterialData helpers for consistency. 4 years ago
Vladimír Vondruš 75d927272b Trade: doc++ 4 years ago
Vladimír Vondruš 54d0b999b1 Trade: un-combinatorially-explode ImageConverterFeatures. 4 years ago
Vladimír Vondruš 3892ddc4dc Trade: add AbstractImageConverter::extension() and mimeType(). 4 years ago
Vladimír Vondruš a4561716f6 Trade: doc++ 4 years ago
Vladimír Vondruš eb382b3096 Trade: implicitly abort previous conversion in all scene converter APIs. 4 years ago
Vladimír Vondruš 4ce7d8e9f4 Trade: improve messages for batch->single SceneConverter delegation. 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š 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š d75adc6872 Cleanup and improve comments for various tag definitions. 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š 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