6745 Commits (b7199c07108a37fadf33fbafc1a13574d64e07ef)

Author SHA1 Message Date
Vladimír Vondruš b7199c0710 Trade: remove deprecated mutable accessors in PhongMaterialData. 6 years ago
Vladimír Vondruš 851af4fded GL: add *Texture::target(). 6 years ago
Vladimír Vondruš 8b9bf07dce SceneGraph: added Object::move(). 6 years ago
Vladimír Vondruš 18fffd6fdf Trade: remove compatibility include of PointerStl from AbstractImporter. 6 years ago
Vladimír Vondruš 70336a6a98 Math: remove pointless Emscripten restrictions in TypeTraits. 6 years ago
Vladimír Vondruš 32b3f2810d GL: doc++ 6 years ago
Vladimír Vondruš be79cd5ea5 Primitives: mention MeshTools::owned() in immutable primitive docs. 6 years ago
Vladimír Vondruš b05a7ce3b7 Fix generation of the version.h header when inside a Git submodule. 6 years ago
Vladimír Vondruš 1f55a11f31 Platform: fix Clang compiler warning about signed/unsigned comparison. 6 years ago
Vladimír Vondruš c357a449fc MeshTools: use only the first set of vertex attribs in compile(). 6 years ago
Vladimír Vondruš af0ab0d25b MeshTools: test compile() with multiple sets of vertex attributes. 6 years ago
Vladimír Vondruš ad27487e4c Trade: minor. 6 years ago
Vladimír Vondruš f8389cf271 Trade: doc++ 6 years ago
Vladimír Vondruš 1d0ffc0217 Trade: accidentally missed a test for empty MeshAttributeData. 6 years ago
Vladimír Vondruš f052fc43ec Trade: oh, those material APIs were also long-deprecated. Delete. 6 years ago
Vladimír Vondruš 8b97946996 Trade: Y tho. 6 years ago
Vladimír Vondruš d32d3de99b external: hmm, forgot to regenerate something here? 6 years ago
Vladimír Vondruš 23698eed7b external: print an error when gl32.h is encountered as well. 6 years ago
Vladimír Vondruš f225497475 Math: assert valid binomialCoefficient() input instead of returning 0. 6 years ago
Vladimír Vondruš 53a26ad024 Math: use 64-bit literals in a test to be really really sure. 6 years ago
Vladimír Vondruš f1c713f4c8 Minor cleanup, doc++, updated changelog & credits. 6 years ago
janos 8013afc28c Math: add binomial coefficient function. 6 years ago
Vladimír Vondruš 80a844c6c5 external: avoid conflicts of our GL headers with GLES3/gl32.h. 6 years ago
Vladimír Vondruš cec77c0a80 SceneGraph: remove constructor signature requirements in addChild(). 6 years ago
Vladimír Vondruš 87381d1744 modules: make our own FindVulkan.cmake. 6 years ago
Vladimír Vondruš 90283408cc Math: doc++ 6 years ago
Vladimír Vondruš c68ea7945b Shaders: mention the setViewportSize() requirement clearer. 6 years ago
Vladimír Vondruš 8ac9750a81 Platform: properly initialize EmscriptenApp GLConfiguration. 6 years ago
erikwijmans 68aec7b088 Platform: *really* destroy EGL context in WindowlessEglApp destructor. 6 years ago
Vladimír Vondruš 3ceedb3680 Doc++ 6 years ago
Vladimír Vondruš 8d4dda12cd GL: recognize all remaining WebGL extensions. 6 years ago
Vladimír Vondruš af73929c67 GL: implemented WEBGL_blend_equation_advanced_coherent. 6 years ago
Vladimír Vondruš bb5004dbb5 GL: added Framebuffer::Status::IncompleteDimensions. 6 years ago
Vladimír Vondruš 083ecf72b8 GL: implement EXT_texture_norm16 ES and WebGL extension. 6 years ago
Vladimír Vondruš 868843c9bb Remove heavy compatibility includes added in 2019.01. 6 years ago
Vladimír Vondruš cd48c59cab Remove remaining APIs deprecated in 2018.10. 6 years ago
Vladimír Vondruš cf4dc69f0d sceneconverter: add a --bounds option. 6 years ago
Vladimír Vondruš fb1452eca6 AnyImageImporter: recognize TIFF files by magic. 6 years ago
Vladimír Vondruš 6feb5a4cab GL: fix compilation on macOS + ANGLE. 6 years ago
Vladimír Vondruš 18c157f48d singles: update MagnumMath for 2020.06 features. 6 years ago
Vladimír Vondruš e6a8c99d89 Math: don't include Utility fwdecls when not needed. 6 years ago
Vladimír Vondruš cb4f6183dc Doc++, changelog, credits and version marker updates. 6 years ago
Pablo Escobar daa6d9125e Math: add fmod function 6 years ago
Vladimír Vondruš fac6f4da26 Of course I messed up generating the version header. 6 years ago
Vladimír Vondruš fe4acbae7d GL: there's no EXT_DSA anymore. 6 years ago
Vladimír Vondruš c4e41d28f1 GL: one more iteration on the Apple buffer texture workaround. 6 years ago
Vladimír Vondruš 5222cf3478 doc: change all "latest" additions/deprecations to 2020.06. 6 years ago
Vladimír Vondruš 36f51e3116 GL: finalize the apple-buffer-texture-unbind-on-buffer-modify workaround. 6 years ago
Vladimír Vondruš 51473776f1 GL: repro for the last remaining Apple buffer texture issue. 6 years ago
Vladimír Vondruš a5722f175a Doc++ 6 years ago