6775 Commits (3a1713d549f7f978063ffb9c36ab56adee6354ec)
 

Author SHA1 Message Date
Vladimír Vondruš 3a1713d549 Math: no need to include <tuple> just for std::tie() in tests. 7 years ago
Vladimír Vondruš c12680ec38 Math: move batch functionality to FunctionsBatch.h. 7 years ago
Vladimír Vondruš fd51ef662b Math: avoid std::tie() in DualQuaternion sclerp.. 7 years ago
Vladimír Vondruš 563dee0436 Math: provide our own min() / max(). 7 years ago
Vladimír Vondruš 547a3f3cea Math: use a dedicated type for HSV colors instead of a tuple. 7 years ago
Vladimír Vondruš cc1d878cff Math: put types before static functions. 7 years ago
Vladimír Vondruš 8ee5f5cc6d Math: include proper header for std::div(). 7 years ago
Vladimír Vondruš e98e10a58e Math: make Constants base incomplete. 7 years ago
Vladimír Vondruš 676b19ec0b Math: avoid using std::array. 7 years ago
Vladimír Vondruš 93b62148ce Math: avoid BOMs. 7 years ago
Vladimír Vondruš 77a8c0c99b Math: make it possible to opt-out of Tweakable parsers. 7 years ago
Vladimír Vondruš cee530733e Math: make it possible to opt out of Debug output operators. 7 years ago
Vladimír Vondruš e7af6bf07b Math: minor cleanup and code shuffling. 7 years ago
Vladimír Vondruš 64bc7f9c8e Math: moved configuration value parsers to a dedicated header. 7 years ago
Vladimír Vondruš b24ffa4a3e Use min() / max() / minmax() from Math instead of std::. 7 years ago
Vladimír Vondruš 2cd1e4b7c6 Do not use GL-related ifdefs for API-agnostic functionality. 7 years ago
Vladimír Vondruš 6735d4547f Don't undef MAGNUM_TARGET_VK by accident. 7 years ago
Vladimír Vondruš 48765bdfa3 DebugTools: no need to use std::array. 7 years ago
Vladimír Vondruš 18d8b11ecd Doc++ 7 years ago
Vladimír Vondruš 84d553cd28 GL: get rid of std::bitset and std::array in Context internals. 7 years ago
Vladimír Vondruš e6fb085db7 DebugTools: minor cleanup. 7 years ago
Vladimír Vondruš 10fec86534 DebugTools: no need to use std::vector in CompareImage internals. 7 years ago
Vladimír Vondruš 6cf2282c43 doc: updated changelog. 7 years ago
Vladimír Vondruš 8ba3489265 Audio: removed deprecated Context::hrtfSpecifier(). 7 years ago
Vladimír Vondruš 377719147c Audio, GL: remove deprecated Context conversion to pointer. 7 years ago
Vladimír Vondruš 90577d5bfc Platform: removed deprecated Application constructors taking nullptr. 7 years ago
Vladimír Vondruš 86a21282d6 GL: removed deprecated Mesh::IndexType and indexSize(). 7 years ago
Vladimír Vondruš 4726094906 GL: removed deprecated CubeMapTexture::Coordinate. 7 years ago
Vladimír Vondruš dad4fc7396 GL: removed deprecated Context::DetectedDriver aliases. 7 years ago
Vladimír Vondruš ecc0ab6a59 GL: removed long-deprecated templated Buffer data access APIs. 7 years ago
Vladimír Vondruš 0c33aeca9e Use HTTPS for submodule URLs. 7 years ago
Vladimír Vondruš 6f3c6f85ad DebugTools: expect more differences in renderer tests on ARM Mali. 7 years ago
Vladimír Vondruš 7cc70c6dad DebugTools: fix textureSubImage() test on ARM Mali. 7 years ago
Vladimír Vondruš f6a978c5c4 DebugTools: properly reference rendereing test files. 7 years ago
Vladimír Vondruš 36a3f32d64 GL: make *Texture::unbindImage() work on ARM Mali. 7 years ago
Vladimír Vondruš b7d9171b54 GL: disable EXT_disjoint_timer_query on ARM Mali in a shell. 7 years ago
Vladimír Vondruš 6c5d037005 GL: detecting ARM Mali drivers on Android. 7 years ago
Vladimír Vondruš a1ed7f4863 GL: fix Framebuffer::implementationColorRead*() to follow spec. 7 years ago
Vladimír Vondruš e699d2eea4 GL: don't assume debug output callbacks are called from the same thread. 7 years ago
Vladimír Vondruš e5a8191b70 GL: fix line wrapping, mention Chromium bug zoo as well. 7 years ago
Vladimír Vondruš 2f406315a2 Added Hunter badge to README. 7 years ago
Vladimír Vondruš aa293440e0 modules: updated FindCorrade.cmake. 7 years ago
Vladimír Vondruš d008d59c79 GL: fix MeshGLTest::bindScratchVaoWhenEnteringExternalSection(). 7 years ago
Vladimír Vondruš 689fbe7f35 GL: unindent the workaround list so it shows better in the docs. 7 years ago
Vladimír Vondruš dce0e052ef DebugTools: increase test fuziness for Intel Windows drivers. 7 years ago
Vladimír Vondruš 094ea1bbd0 GL: new "intel-windows-broken-dsa-integer-vertex-attributes" workaround. 7 years ago
Vladimír Vondruš 3c1a12c677 GL: new "intel-windows-broken-dsa-indexed-queries" workaround. 7 years ago
Vladimír Vondruš 174e63e8d0 GL: new "intel-windows-broken-dsa-framebuffer-clear" workaround. 7 years ago
Vladimír Vondruš 89e1c49d2c GL: "intel-windows-broken-dsa-layered-cubemap-array-framebuffer-attachment". 7 years ago
Vladimír Vondruš f9c6deae63 GL: new "intel-windows-half-baked-dsa-texture-bind" workaround. 7 years ago