8026 Commits (a218ddfa9434201aaca207ea9c8e87fea91a0757)

Author SHA1 Message Date
Vladimír Vondruš 389ee37843 AnyImageImporter: recognize WebP extension and header magic. 4 years ago
Vladimír Vondruš 745830e1a9 Vk: properly redirect internal pointers on ShaderSet move. 4 years ago
Vladimír Vondruš 5e3b610613 doc: remove Clang 3.8 references, advertise Clang 6+ as supported. 4 years ago
Vladimír Vondruš 1fe29a8333 DebugTools: fix WebGL 2 build on Emscripten < 2.0.17. 4 years ago
Vladimír Vondruš 8d770524e1 imageconverter: show total data size in --info. 4 years ago
Vladimír Vondruš cdfe668d58 AnyImageImporter: recognize ASTC files and data. 4 years ago
Vladimír Vondruš 602aac8036 AnyImageImporter: remove a TODO for KTX magic recognition. 4 years ago
Vladimír Vondruš c1d5454cf7 AnySceneImporter: use Compare::StringHasPrefix in a test. 4 years ago
Vladimír Vondruš f024963ff9 {Obj,Tga}Importer: clean up now-unneeded StringStl.h includes. 4 years ago
Vladimír Vondruš 53a74b5e6c gl-info: port away from std::string. 4 years ago
Vladimír Vondruš 70d286774f Platform: use StringView in *Application::Text*Event. 4 years ago
Vladimír Vondruš 59989fa3ea Platform: port *XApplication away from std::string. 4 years ago
Vladimír Vondruš ca1cbe2950 Platform: port Sdl2Application away from std::string. 4 years ago
Vladimír Vondruš c3024cbcc9 Platform: port EmscriptenApplication away from std::string. 4 years ago
Vladimír Vondruš b9459d3669 Platform: port GlfwApplication away from std::string. 4 years ago
Vladimír Vondruš 7a382db5f6 DebugTools: thanks, Doxygen, for brightening up my MONDAY. 4 years ago
Vladimír Vondruš f526e0418e sceneconverter: store IDs of custom field names instead of raw values. 4 years ago
Vladimír Vondruš a961f580e8 doc: updated changelog and credits. 4 years ago
Vladimír Vondruš 06dfb8e985 DebugTools: mention that buffer[Sub]Data() always uses a new allocation. 4 years ago
Pablo Escobar 342a8a9235 DebugTools: test size 0 in buffer[Sub]Data() 4 years ago
Pablo Escobar 1ac982f258 DebugTools: make bufferData()/bufferSubData() available on WebGL 2.0 4 years ago
Pablo Escobar 588f62d2a0 DebugTools: make bufferData()/bufferSubData() default to Buffer::subData() 4 years ago
Pablo Escobar 3ab4c74a66 GL: expose Buffer::data()/subData() on WebGL 2.0 4 years ago
Vladimír Vondruš 500e41e4a8 DebugTools: adapt tests to buffer[Sub]Data() deprecation. 4 years ago
Vladimír Vondruš 0113b34852 DebugTools: deprecate templated bufferData(). 4 years ago
Vladimír Vondruš fabfdba0fb DebugTools: buffer[Sub]Data() relies on ARB_map_buffer_range. 4 years ago
Vladimír Vondruš d90c512cc2 SceneTools: use the fancier member-function-slicing APIs. 4 years ago
Vladimír Vondruš 41d9616c18 SceneTools: no need to preserve this expressions on a no-assert build. 4 years ago
Vladimír Vondruš 6b18a5e11f TODOs for the stupid annoying Emscripten -s<SPACE>WHATEVER flags. 4 years ago
Vladimír Vondruš d07b6a2bb4 sceneconverter: show also total data size in --info. 4 years ago
Vladimír Vondruš e0909fedfe Math: add castInto() variants for Double<->integer. 4 years ago
Vladimír Vondruš f9ce0476b7 Math: fixed incorrectly copypasted docs in castInto(). 4 years ago
Vladimír Vondruš 96360aff25 SceneTools: mark everything here as experiental. 4 years ago
Vladimír Vondruš f049ba9012 Fix a non-deprecated build on MSVC, again. 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
Pablo Escobar 95f4124b5b GL: add Framebuffer::InvalidationAttachment::DepthStencil 4 years ago
Vladimír Vondruš 49bcbed2f4 sceneconverter: highlight unreferenced data red in --info. 4 years ago
Vladimír Vondruš b8340f1934 Shaders: make the TODOs even more nightmarish. 4 years ago
Vladimír Vondruš d474f9d176 Math: return an array reference instead of a pointer from data(). 4 years ago
Vladimír Vondruš 2adea7674f Math: *not* a good idea to test assertions alongside everything else. 4 years ago
Vladimír Vondruš 9874c44262 Don't rely on __GNUC__ being always 4 on Clang. 4 years ago
Vladimír Vondruš cedc0d6eeb Prefer CORRADE_TARGET_* instead of __GNUC__, __clang__ and _MSVC_VER. 4 years ago
Vladimír Vondruš 835f339dd2 external: add a glGetBufferSubData() entrypoint on WebGL 2. 4 years ago
Vladimír Vondruš 9d1b184698 external: sync flextGL templates with angry comments added in haste. 4 years ago
Vladimír Vondruš cfc02599e5 Trade: drop {MeshAttribute,SceneField}::Custom. 4 years ago
Vladimír Vondruš 8c9c2b5ddb Trade: use the custom field/attribute helpers in debug printers. 4 years ago
Vladimír Vondruš 0183452e16 Trade: doc++ 4 years ago
Vladimír Vondruš 4d5c53dbc6 Trade: add MeshData::attributeId() for inverse ID mapping. 4 years ago
Vladimír Vondruš e6b0a746cc CMake: fix and harden Git version detection on Windows. 4 years ago