8076 Commits (7547cfd10a6822ab4fa6e72e6270fdd156300f84)
 

Author SHA1 Message Date
Vladimír Vondruš 7547cfd10a Platform: CMAKE_TOOLCHAIN_FILE should be always absolute. 6 years ago
Vladimír Vondruš 41c82c6a63 package/archlinux: test more GL codepaths also in the release PKGBUILD. 6 years ago
Vladimír Vondruš 609275f993 Audio,GL: shorter way to avoid crashes on nullptr C strings. 6 years ago
Vladimír Vondruš 54a48992ff GL: doc++ 6 years ago
Vladimír Vondruš 28c2dbf167 modules: don't look for OpenAL config on Emscripten. 6 years ago
Vladimír Vondruš 1436b7bc86 Shaders: fix various WebGL issues with new MeshVisualizer features. 6 years ago
Vladimír Vondruš 3aca89ec82 GL: minor. 6 years ago
Vladimír Vondruš e2621fac3c GL,Audio: use plain old binary search for extension setup. 6 years ago
Vladimír Vondruš 54c42dfb4d GL,Audio: sort extension lists alphabetically. 6 years ago
Vladimír Vondruš b45514cb1c GL,Audio: use CORRADE_ITERATION() in extension list tests. 6 years ago
Vladimír Vondruš 5f1fd752fa GL: no need to have those in a std::vector<std::string>. 6 years ago
Vladimír Vondruš ca8172311d Math: FFS, GCC. 6 years ago
Vladimír Vondruš 12577ce07f Math: verify normal matrix calculation against the ground truth code. 6 years ago
Vladimír Vondruš 10f29d2c81 MeshTools: change concatenate() to do only what it's designed for. 6 years ago
Vladimír Vondruš fdb754bc27 MeshTools: add owned() and reference() utils. 6 years ago
Vladimír Vondruš 96f82ad124 Trade: unify array MeshAttributeData constructors. 6 years ago
Vladimír Vondruš 1026aee80e Moved the NoInit tag from Math to the root namespace. 6 years ago
Vladimír Vondruš 5b7caaee84 CMake: create the output dir before copying a DLL. 6 years ago
Vladimír Vondruš a7956de7ba Math: avoid std::is_pod. 6 years ago
Vladimír Vondruš 10a3f9fe99 Add a TODO for CMake 3.15. 6 years ago
Vladimír Vondruš 8855c7c4e5 doc: updated changelog. 6 years ago
Vladimír Vondruš 8bc1fa154d Android: make this work again with NDK r19+ and CMake 3.16+. 6 years ago
Vladimír Vondruš 205192bca8 doc: update for the new Doxygen doc build setup. 6 years ago
Vladimír Vondruš 1b1347f571 modules: find the OpenAL DLL also with the imported target. 6 years ago
Vladimír Vondruš 7f88ae5b6e Updated toolchains submodule. 6 years ago
Vladimír Vondruš 01b666da2a modules: find GLFW via config only if the target doesn't already exist. 6 years ago
Vladimír Vondruš 25f7d79a96 modules: rewrite FindOpenAL to support static and subproject AL Soft. 6 years ago
Vladimír Vondruš 23d2ab1d1b gl-info: modernize output printing a bit, list remaining defines. 6 years ago
Vladimír Vondruš 1fd8722d51 doc: provide a separate \def_vk and \val_vk. 6 years ago
Vladimír Vondruš ff22cb8758 Platform: print EGL device count before overwriting the count variable. 6 years ago
Vladimír Vondruš 6ce74205ac doc: updated credits and changelog. 6 years ago
Vladimír Vondruš 5ea2880979 doc: port to m.css's new Python-powered config. 6 years ago
Vladimír Vondruš 6fa8a17fbb doc: move Doxyfiles out of the root. 6 years ago
Vladimír Vondruš e352fa78ba Platform: allocate only for how many EGL devices there is. 6 years ago
Vladimír Vondruš 2803ccb241 Platform: minor whitespace, doc and error handling cleanup. 6 years ago
erikwijmans 7514716fe7 CUDA device selection support 6 years ago
Vladimír Vondruš 4b24a27a88 GL: expose AMD_sample_positions and NV_sample_locations. 6 years ago
Vladimír Vondruš 08fe6b1762 Fix Hunter badge link in README. 6 years ago
Vladimír Vondruš 503401b243 doc: fix Vulkan extension links to not point to the single page docs. 6 years ago
Vladimír Vondruš f5e2217ae6 external: update copyright headers in flextGL templates. 6 years ago
Vladimír Vondruš 41522c674f doc: updated credits and changelog. 6 years ago
Burak Canik c5574d89e7 Add missing UnsignedInt cast. 6 years ago
Vladimír Vondruš 293f092f14 Add a version.h header with full Git version information. 6 years ago
Vladimír Vondruš 19e0e96d74 Updated copyright year. 6 years ago
Vladimír Vondruš 7f7c8c933f package/archlinux: keep debug versions of all console tools. 6 years ago
Vladimír Vondruš de00da7040 imageconverter: doc++ 6 years ago
Vladimír Vondruš 036207f88e sceneconverter: add --mesh and --level options. 6 years ago
Vladimír Vondruš 5c954a22be imageconverter: split error handling for file opening and image loading. 6 years ago
Vladimír Vondruš fa31202c9c sceneconverter: show mesh reference count only if there's a scene. 6 years ago
Vladimír Vondruš d96442389a Platform: remove copypasted comment. 6 years ago