8048 Commits (c100f97ac3be13fdfada74fe58ec3e704f979e45)

Author SHA1 Message Date
Vladimír Vondruš c100f97ac3 Vk: wow, a stupid copypaste error. 4 years ago
Vladimír Vondruš 384e148c24 Use const char* const* for argv consistently. 4 years ago
Vladimír Vondruš dcfa07a056 doc: overhaul documentation of console utilities. 4 years ago
Vladimír Vondruš 6c1f2e49ae sceneconverter: fix mesh reference counting in --info. 4 years ago
Vladimír Vondruš b01678a883 sceneconverter: make --help more consistent with imageconverter. 4 years ago
Vladimír Vondruš 5a8d31bf68 imageconverter: ability to chain multiple converters. 4 years ago
Vladimír Vondruš 1627d2d9f7 imageconverter: avoid early returns in a complex flow. 4 years ago
Vladimír Vondruš 782f5e6dfa imageconverter: rename internal helpers for clarity. 4 years ago
Vladimír Vondruš 7e8d65cff3 imageconverter: don't die if the converter doesn't support a feature. 4 years ago
Vladimír Vondruš 9c217b04c8 imageconverter: don't print any output by default. 4 years ago
Vladimír Vondruš 0f063fe86a AnySceneImporter: propagate sceneField[For]Name() as well. 4 years ago
Vladimír Vondruš 36127c02e0 AnySceneImporter: fix meshAttribute[For]Name() without a file opened. 4 years ago
Vladimír Vondruš a67755921b AnySceneImporter: test meshAttribute[For]Name() propagation. 4 years ago
Vladimír Vondruš b9541f7f82 Any*{Importer,Converter}: clean up test file path passing. 4 years ago
Vladimír Vondruš e7f9e74346 Trade: support for texture array layers in all MaterialData attributes. 4 years ago
Vladimír Vondruš 41717e7ef1 Trade: use StringView bool conversion in assertions. 4 years ago
Vladimír Vondruš 0143ad45d9 Trade: no need to fall back to std::string for concatenation anymore. 4 years ago
Vladimír Vondruš cb7dd224db Trade: doc++, minor. 4 years ago
Vladimír Vondruš 492b4272e3 Trade: *MaterialData::hasTextureCoordinates() returns false when it's 0. 4 years ago
Vladimír Vondruš 4036c32c6b Trade: verify *MaterialData::hasTextureCoordinates() does what docs say. 4 years ago
Vladimír Vondruš ca722eac6e Don't declare extern PluginManager::Manager template anywhere. 4 years ago
Vladimír Vondruš 33a652c089 AnyImageImporter: doc++ 4 years ago
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