6137 Commits (25d0bb876873a50c66373f9a71ea22946e64297a)
 

Author SHA1 Message Date
Vladimír Vondruš 7a0f1ef32d GL: store Mesh index buffer by value. 8 years ago
Vladimír Vondruš 7e65b09ac6 GL: reduce function call stack a bit. 8 years ago
Vladimír Vondruš b757dc2358 GL: test MeshView constructor. 8 years ago
Vladimír Vondruš 2dd636a77b GL: make calls to Mesh::setCount() and MeshView::setCount() mandatory. 8 years ago
Vladimír Vondruš fdbd90a327 GL: construct simple Mesh and MeshView members in-class. 8 years ago
Vladimír Vondruš 16558c8877 GL: assert that addVertexBuffer() is called with a valid Buffer. 8 years ago
Vladimír Vondruš 680144f1c5 GL: get rid of std::vector in Mesh header. 8 years ago
Vladimír Vondruš 4ecf819fe5 Platform: avoid using deprecated APIs in WindowlessIosApplication. 8 years ago
Vladimír Vondruš 308d97314d SceneGraph: AnimableGroup.h doesn't really compile without this. 8 years ago
Vladimír Vondruš 4f224f672d SceneGraph: fix ambiguous overloads with Animable and Drawable. 8 years ago
Vladimír Vondruš bbe6b5a56b SceneGraph: compile code snippets to ensure their validity. 8 years ago
Vladimír Vondruš 7abe284cb8 modules: don't fail w/ confusing error if plugin include dir is not found. 8 years ago
Vladimír Vondruš 3be84b89f7 Math: doc++ 8 years ago
Vladimír Vondruš 5d60f0d350 Math: moved Geometry::Distance and Intersection directly into Math. 8 years ago
Vladimír Vondruš 7759c822d0 doc: whoopsie. 8 years ago
Vladimír Vondruš 915d0f0600 Math/Geometry: this test passes only on non-optimized Emscripten builds. 8 years ago
Vladimír Vondruš f0adb5688f Math/Geometry: reduce benchmark iterations. 8 years ago
Vladimír Vondruš 60940264cd Math/Geometry: remove unused parameter. 8 years ago
Vladimír Vondruš 8292ac9a3e Math/Geometry: added a missing test case. 8 years ago
Vladimír Vondruš c64a028b2d Updated credits and changelog. 8 years ago
Vladimír Vondruš be3dcc6fa0 Math/Geometry: improve assertion message. 8 years ago
Vladimír Vondruš a77b08471e Math/Geometry: various cleanup. 8 years ago
Squareys 04ca48ce64 Math: Add and improve intersection methods 8 years ago
Steeve Morin 26ae018d4f external: fix ES2 and ES3 include paths in iOS 8 years ago
Vladimír Vondruš 40a5b898a2 Math: ability to convert BoolVector from/to external representation. 8 years ago
Vladimír Vondruš 47d79ef47d Math: add GLSL bvec* as keywords for BoolVector. 8 years ago
Vladimír Vondruš e9af67a651 Platform: properly link X11 to all applications that need it. 8 years ago
Vladimír Vondruš 04488e5196 doc: mention BoolVector and its GLSL alternatives in the type overview. 8 years ago
Vladimír Vondruš 97e0036dab doc: updated changelog and credits. 8 years ago
Nathan Ollerenshaw 71e5736633 Added documentation for the Ubuntu PPA. 8 years ago
Vladimír Vondruš 7df90af144 Math: work around MSVC 2017 15.7.2 ICEs. 8 years ago
Vladimír Vondruš c61b245a3c GL: update the --magnum-log option to include "verbose". 8 years ago
Vladimír Vondruš 2f8637ae3b doc: update list of needed Android packages. 8 years ago
Vladimír Vondruš 259f2da78d doc: filling up general Emscripten docs. 8 years ago
Vladimír Vondruš 6d4f66e3b7 package/archlinux: libc++ and libstdc++ is not ABI compatible. 8 years ago
Vladimír Vondruš 81aa98dbee GL: make it possible to pass a pre-filled Utility::Arguments to Context. 8 years ago
Vladimír Vondruš e59dcd236a modules: hrm, this FindGLFW was not working at all. 8 years ago
Squareys b70ac5fa51 modules: Use glfw cmake config if available 8 years ago
Vladimír Vondruš 04a3f9588b Platform: test compilation & linking of all Application libraries. 8 years ago
Vladimír Vondruš 7ad33d3f5b Platform: properly link XEglApplication to EGL. 8 years ago
Vladimír Vondruš b8fabec474 Math: remove unused variables from tests. 8 years ago
Vladimír Vondruš 98d384e249 Test: workaround bogus Clang 6 warnings about missing declarations. 8 years ago
Vladimír Vondruš 8688819423 doc: don't compile plugins snippet when plugin manager is not used. 8 years ago
Vladimír Vondruš 96050cb1e3 package/ci: enable Vulkan building on Travis CI. 8 years ago
Vladimír Vondruš 7cb94ac32d doc: implement Vulkan-specific Doxygen aliases. 8 years ago
Vladimír Vondruš 8f9d1384b9 Vk: require at least CMake 3.7. 8 years ago
Vladimír Vondruš b1377033e8 Vk: initial Vulkan headers generated using flextGL. 8 years ago
Vladimír Vondruš fec1a07b9b Bootstrap Vulkan support. 8 years ago
Vladimír Vondruš 7b49479b07 GL: doc++ 8 years ago
Vladimír Vondruš b79c245a63 Doc++, allow to search literals without the nonobvious operator"" prefix. 8 years ago