9625 Commits (d087dbb3493164a5e8aaed47eb902ea8fbe957a9)
 

Author SHA1 Message Date
Vladimír Vondruš d087dbb349 package/ci: parametrize CMake download. 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š c9bc0d7777 doc: updated changelog. 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š a6da074ae0 doc: updated changelog. 4 years ago
Christophe Meyer 8a32694c5d Reword a sentence in vulkan-wrapping.dox 4 years ago
Vladimír Vondruš 65e09afa75 package/ci: xcode 11.4 image on CircleCI is useless now. 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
Vladimír Vondruš 8d604a4803 package/ci: Emscripten 2.0.17 to 2.0.24 is utterly broken, skip. 4 years ago
Pablo Escobar 4350f1358a package/ci: Run emscripten-webgl2 on Emscripten 2.0.17 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š a1bd845c34 Doc++ 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š 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
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