1203 Commits (3d5f7b9a3c31002f5239f5dbea683095c0887e26)

Author SHA1 Message Date
Vladimír Vondruš 3d5f7b9a3c Make r-value [Compressed]Image[Data]::data() return an Array. 7 years ago
Vladimír Vondruš 1c25bdba7a Deprecate templated [Compressed]Image{,View,Data}::data(). 7 years ago
Vladimír Vondruš 15c417ac70 Doc++ 7 years ago
Vladimír Vondruš 50902e72d7 Platform: check for non-null GL_VENDOR before comparing it. 7 years ago
Vladimír Vondruš 035642748f TgaImporter: properly handle files with too short data. 7 years ago
Vladimír Vondruš 8d98f1161e Shaders: clamp shininess factor in Phong to minimize artifacts. 7 years ago
Vladimír Vondruš a1cc0cb62d Math: off-center Matrix4::perspectiveProjection(). 7 years ago
Vladimír Vondruš 8791488f4a MeshTools: show how generate*NormalsInto() can be used with std::vector. 7 years ago
Vladimír Vondruš cfbfdb72c0 doc: compile MeshTools snippets also when GL is disabled. 7 years ago
Vladimír Vondruš 32a090954a doc: updated changelog. 7 years ago
Vladimír Vondruš 7604309014 DebugTools: make it clearer that ForceRenderer takes a reference. 7 years ago
Vladimír Vondruš be6d334a1c doc: updated changelog. 7 years ago
Vladimír Vondruš a03e237926 CMake: clean up docs related to MAGNUM_PLUGINS_DIR. 7 years ago
Vladimír Vondruš 057475fb8a CMake: don't enable -fPIC by default on Emscripten. 7 years ago
Vladimír Vondruš 51cd4b3dd0 GL: fixed a 64-to-32-bit conversion warning on MSVC. 7 years ago
Vladimír Vondruš 11a94c16a3 GL: added Context::makeCurrent(). 7 years ago
Vladimír Vondruš b87a54bc44 Doc++ 7 years ago
Vladimír Vondruš b83c4366e7 Math: fix a build issue with CUDA on Windows. 7 years ago
Vladimír Vondruš a3c7968e64 Adapt to BUILD_MULTITHREADED being part of Corrade now. 7 years ago
Vladimír Vondruš bcce4ba063 Doc++, updated credits and changelog. 7 years ago
Vladimír Vondruš 8e1e52d667 doc: updated credits and changelog. 7 years ago
Michael Tao bce9a9d5f0 doc: fix gentoo build instructions (99999 -> 9999 in the ebuild path). 7 years ago
Squareys 62e74ea324 dox: Link to building-doc from developer guide 7 years ago
Vladimír Vondruš aa67673faf doc: mention EmscriptenApplication everywhere. 7 years ago
Vladimír Vondruš de0d991018 Platform: add EmscriptenApplication::setContainerCssClass(). 7 years ago
Vladimír Vondruš fc4860e30a Platform: give the docs the love they deserve. 7 years ago
Squareys b970b4d247 Platform: Add initial EmscriptenApplication 7 years ago
Vladimír Vondruš b11873b975 doc: updated changelog. 7 years ago
Guillaume Jacquemin 8029abca07 Audio: add support for buffer loop points. 7 years ago
Vladimír Vondruš f7a2694390 SceneGraph: expose Type typedef and Dimensions constant everywhere. 7 years ago
Vladimír Vondruš 4b1c76411e doc: updated changelog. 7 years ago
Vladimír Vondruš e3eebd34b7 Add templated Image{,View,Data}::pixels(). 7 years ago
Vladimír Vondruš a6df7493bb doc: remove info about the Ubuntu PPA from building docs. 7 years ago
Vladimír Vondruš 0cb4ded506 Shaders: add normal texture support to Phong. 7 years ago
Vladimír Vondruš 528e3822dc Shaders: added Tangent generic vertex attribute. 7 years ago
Vladimír Vondruš 77abf4a47c doc: update changelog. 7 years ago
Vladimír Vondruš a4310b9a31 MeshTools: added generateSmoothNormals(). 7 years ago
Vladimír Vondruš d20a17c5c3 MeshTools: ability to generate flat normals in compile(). 7 years ago
Vladimír Vondruš 1de258a6b2 MeshTools: de-STL-ify generateFlatNormals(). 7 years ago
Vladimír Vondruš 61397afc31 MeshTools: make a version of duplicate() not dependent on std::vector. 7 years ago
Vladimír Vondruš 8e5ecfacac Math: ignore NaNs also in Vector::min(), max() and minmax(). 7 years ago
Vladimír Vondruš 45e19fe032 doc: updated changelog and credits. 7 years ago
Vladimír Vondruš bd4ed9ae0e Math: make batch functions accept strided array views. 7 years ago
Vladimír Vondruš 2a9f4a1fed Math: hint that lerpInverted() can be used for rane mapping. 7 years ago
Vladimír Vondruš 46fdb38cd2 Math: make batch min() / max() / minmax() ignore NaNs. 7 years ago
Vladimír Vondruš d38303505d Math: added batch isInf() and isNan(). 7 years ago
Vladimír Vondruš 75ffd39fe0 Math: make it possible to use Deg/Rad in all functions. 7 years ago
Vladimír Vondruš 7941a769cd Math: added IsUnitless type trait. 7 years ago
Vladimír Vondruš 19844352ff Math: added UnderlyingTypeOf. 7 years ago
Vladimír Vondruš aa2adb7222 Math: add IsScalar, IsVector, IsIntegral and IsFloatingPoint type traits. 7 years ago