6679 Commits (12577ce07ffac0e28e91e9176a5effef85408e89)

Author SHA1 Message Date
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š 1b1347f571 modules: find the OpenAL DLL also with the imported target. 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š 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š f5e2217ae6 external: update copyright headers in flextGL templates. 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š 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
Vladimír Vondruš a66964898f AnyImageImporter: recognize *.ico and *.cur files. 6 years ago
Vladimír Vondruš 413dc56670 imageconverter: support image & level selection. 6 years ago
Vladimír Vondruš f6fdfac27e sceneconverter: allow to filter attributes on input. 6 years ago
Vladimír Vondruš 3381cedc90 sceneconverter: doc++ 6 years ago
Vladimír Vondruš 131a2b9a81 MeshTools: attempt to work around a Emscripten test failure on Travis. 6 years ago
Vladimír Vondruš 6a97fa2fed MeshTools: drop now-obsolete special case for attrib-less meshes. 6 years ago
Vladimír Vondruš 101e8fd11b MeshTools: isInterleaved() and interleavedData() work with custom formats. 6 years ago
Vladimír Vondruš 1f070cf77d MeshTools: reduce code duplication in interleavedData() internals. 6 years ago
Vladimír Vondruš add3eb4b55 MeshTools: MSVC 2015, thanks for being shitty. 6 years ago
Vladimír Vondruš 55ee67c5ca MeshTools: fix build on old Clang. 6 years ago
Vladimír Vondruš c3082ac355 MeshTools: expand coverage exclude marker over all affected lines. 6 years ago
Vladimír Vondruš d843dc2e31 sceneconverter: no, it's not anymore. 6 years ago
Vladimír Vondruš 51ae59ddc1 Primitives: use non-fuzzy duplicate removal in icosphere. 6 years ago
Vladimír Vondruš a91aa47a02 sceneconverter: add --remove-duplicates-fuzzy. 6 years ago
Vladimír Vondruš 145e055b41 MeshTools: implement removeDuplicatesFuzzy() for MeshData. 6 years ago
Vladimír Vondruš ab7c1b14d4 MeshTools: save memory and speed up removeDuplicates() by storing size once. 6 years ago
Vladimír Vondruš a362657dc6 MeshTools: fix removeDuplicates() to not mutate map keys. 6 years ago
Vladimír Vondruš d06b789673 MeshTools: put subdivide / removeDuplicates benchamrks into their tests. 6 years ago
Vladimír Vondruš fcd329ba55 MeshTools: add a soak test for removeDuplicates[Fuzzy]InPlace(). 6 years ago
Vladimír Vondruš 31960290d5 MeshTools: add a comment to the test. 6 years ago
Vladimír Vondruš d846944b7a MeshTools: de-template removeDuplicatesFuzzy(). 6 years ago
Vladimír Vondruš 5e7f562dda MeshTools: use floats for removeDuplicatesFuzzy() tests. 6 years ago
Vladimír Vondruš 1cc2564c53 MeshTools: properly reduce unique prefix in the last iteration. 6 years ago