6012 Commits (2e4beb361c3a23692722454cc2dfb28ffe980ff1)
 

Author SHA1 Message Date
Vladimír Vondruš 2e4beb361c TextureTools: don't require more than 8 texture units in distanceField(). 8 years ago
Vladimír Vondruš 4edb080239 SceneGraph: prefix private variable with an underscore. 8 years ago
Vladimír Vondruš da7d443b67 Math: added lerp(T, T, bool). 8 years ago
Vladimír Vondruš b024d69a44 Math: properly forward-declare BoolVector. 8 years ago
Vladimír Vondruš 1821482881 Trade: doc++ 8 years ago
Vladimír Vondruš 2502df3513 Trade: removed unreachable code. 8 years ago
Vladimír Vondruš 792c31f4d0 Trade: exclude deprecated alias from code coverage. 8 years ago
Vladimír Vondruš f9267735ae Trade: exhaustive test for AbstractImporter. 8 years ago
Vladimír Vondruš 365f501f72 Trade: debug output for AbstractImporter::Feature and Features. 8 years ago
Vladimír Vondruš 25a75800ef Trade: doc++ 8 years ago
Vladimír Vondruš 70e58bd990 Trade: test that importerState is saved in material and object data. 8 years ago
Vladimír Vondruš c20d50bf5f Trade: test that PhongMaterialData acessors fail where they should. 8 years ago
Vladimír Vondruš 5f9a33f164 ObjImporter: ugh, exceptions. 8 years ago
Vladimír Vondruš 10b4c069eb Trade: support separate translation/rotation/scaling in ObjectData. 8 years ago
Vladimír Vondruš 7cad71cf64 Doc++ 8 years ago
Vladimír Vondruš e830892057 CMake: embarrassing typo prevented ObjImporter from working in subprojects. 8 years ago
Vladimír Vondruš 38eb725143 doc: updated changelog. 8 years ago
Vladimír Vondruš cc51bff893 Math: make lerp() take any type. 8 years ago
Vladimír Vondruš 002d2260fd Math: added select(). 8 years ago
Vladimír Vondruš 6e74966d94 Math: doc++ 8 years ago
Vladimír Vondruš 507761cb8e doc: stupid me. 8 years ago
Vladimír Vondruš d08b064b5b Math: doc++ 8 years ago
Vladimír Vondruš 24b91e40c2 Platform: ability to specify color/depth/stencil buffer sizes. 8 years ago
Vladimír Vondruš 5589353b9a Platform: doc++ 8 years ago
Vladimír Vondruš b48b0c1296 Platform: properly redraw GlfwApplication restored from minimize. 8 years ago
Vladimír Vondruš 1b5e6812fb Platform: setup GlfwApplication callbacks in a central place. 8 years ago
Vladimír Vondruš 4498fd0a15 doc: more keywords for easier search. 8 years ago
Vladimír Vondruš 80e682d046 Platform: implemented GlfwApplication::MouseMoveEvent::buttons(). 8 years ago
Vladimír Vondruš 57868e57c4 Platform: mark all GlfwApplication event constructors explicit. 8 years ago
Vladimír Vondruš 84ab1d7dad Platform: lazy-load modifiers in GlfwApplication mouse move/scroll event. 8 years ago
Vladimír Vondruš 36461ce7ea GL: clean up rendundant ifdefs. 8 years ago
Vladimír Vondruš b4c52b096d GL: don't try to test mesh labels if VAOs are disabled. 8 years ago
Vladimír Vondruš 403d9301a6 package/archlinux: go through most code paths in coverage PKGBUILD. 8 years ago
Vladimír Vondruš 90c54a489b GL: don't create (and leak) VAOs when VAOs are disabled. 8 years ago
Vladimír Vondruš 6465fa14c9 GL: fix undefined behavior and potential leaks in Mesh. 8 years ago
Vladimír Vondruš d0004865e5 modules: properly handle GLVND also in case of context libraries. 8 years ago
Vladimír Vondruš ff7b9eadcb modules: doc++ 8 years ago
Vladimír Vondruš 816891ec2e doc: keywords to make important pages more accessible. 8 years ago
Vladimír Vondruš 3a0d6ee57a Hide m.css-specific variables from Doxygen. 8 years ago
Vladimír Vondruš 3dc5957142 package/ci: adapt to FindSDL2 updates on WinRT. 8 years ago
Vladimír Vondruš c2e47ed10c modules: doc++ 8 years ago
Vladimír Vondruš e505e52cf2 modules: updated FindCorrade.cmake. 8 years ago
Vladimír Vondruš 453fc0b3e7 Shaders: more convenient VertexColor::Color[34] attribute specifiers. 8 years ago
Vladimír Vondruš 53c6d763ae GL: make the usage parameter in Buffer::setData() optional. 8 years ago
Vladimír Vondruš 077dc67b4f doc: updated changelog. 8 years ago
Vladimír Vondruš f922f1e740 CMake: prefer GLVND if on CMake 3.11. 8 years ago
Squareys 52b7c26022 modules: make FindSDL2.cmake also find debug libraries. 8 years ago
Vladimír Vondruš 00c0aa468e GL: no need to bind a buffer to do a DSA operation. 8 years ago
Vladimír Vondruš f7122d3ce6 Shaders: explicitly list deleted/defaulted copy/move constructor. 8 years ago
Vladimír Vondruš f27b75bd65 Shaders: improve copy/move construction tests. 8 years ago