9799 Commits (4debf7f48354cbe74145d5bcc6bc4a052c9eeab2)

Author SHA1 Message Date
Vladimír Vondruš 9e55ed88ee Text: I'm not resetting everything on AbstractFont::close(). 2 months ago
Vladimír Vondruš 8ae70a038a Text: allow picking a concrete font ID in a collection. 2 months ago
Vladimír Vondruš 721e10ea0d Trade: test the early return in hasOcclusionRoughnessMetallicTexture(). 2 months ago
Vladimír Vondruš 0bff8c5925 Trade: testing the wrong variable here. 2 months ago
Vladimír Vondruš 1051785036 Trade: don't use naked new. 2 months ago
Vladimír Vondruš f21f8d3871 Trade: use an enum debug printer instead of hardcoding the name. 2 months ago
Vladimír Vondruš 4885f9e54c Trade: test also the deprecated APIs. 2 months ago
Vladimír Vondruš eb81fa48e4 ShaderTools,Text,Trade: move debug output code & tests to the top. 2 months ago
Vladimír Vondruš 603f87fadc ShaderTools,Text,Trade: improve construction tests. 2 months ago
Vladimír Vondruš 66388912b7 ShaderTools,Text,Trade: thoroughly test operation failures. 2 months ago
Vladimír Vondruš f73306b7a1 Trade: superfluous semicolon in test code, copypasted 700 times. 2 months ago
Vladimír Vondruš 9c8a86c4dd ShaderTools: random test code cleanup and clarification. 2 months ago
Vladimír Vondruš e5c24572b0 Text: actually verify openData() and openFile() return values. 2 months ago
Vladimír Vondruš 8bfb4e964f Text: various test code modernization. 2 months ago
Vladimír Vondruš 4887f45536 Text: cover remaining uncovered lines with tests. 2 months ago
Vladimír Vondruš 36c521e684 Text: GL::textureFormat() actually never returns sized formats on ES2. 2 months ago
Vladimír Vondruš 8a3ac6fb9b Text: this return is never reached. 2 months ago
Vladimír Vondruš 479fc2c49f Text: make sure AbstractFont::openFile() is tested directly as well. 2 months ago
Vladimír Vondruš 9c1a8f0500 Text: useless const in test code. 2 months ago
Vladimír Vondruš 02368af938 Text: put branch contents on a new line. 2 months ago
Vladimír Vondruš f077b5baa5 Text: doc++ 2 months ago
Vladimír Vondruš 7d95c55eaf Fix unused variable warnings on a no-assert build. 2 months ago
Vladimír Vondruš 0a3aef7f84 SceneTools: adapt expected test output to plugin changes. 2 months ago
Vladimír Vondruš 774ffdbe01 Math: add TypeTraits<T>::min() and max(). 3 months ago
Vladimír Vondruš 2b5734891a Revert "Math: remove transitive include for Functions.h." 3 months ago
Vladimír Vondruš ce5157e4fe Math: updated credits. 4 months ago
Stanislaw Halik 8c228c69c9 Math: remove transitive include for Functions.h. 4 months ago
Vladimír Vondruš cec195b136 Platform: update Sdl2Application CMake subproject snippet. 5 months ago
Vladimír Vondruš c173c2d368 GL: some actual docs for all the shader drawing variants. 6 months ago
Vladimír Vondruš 059e97d284 GL: once again I forgot about this one particular MSVC 2015 shittiness. 6 months ago
Vladimír Vondruš 1c1d3e5ee8 GL: implement indirect drawing and compute dispatch. 6 months ago
Vladimír Vondruš 173472616b GL: this array sizing was weird. 6 months ago
Vladimír Vondruš 6dbd48559b GL: the unused member function warnings were useful, actually! 6 months ago
Vladimír Vondruš d7750f4559 GL: correctly propagate base instance to MeshViews in the test. 6 months ago
Vladimír Vondruš 43baa4502e GL: support EXT_base_instance on GLES. 6 months ago
Vladimír Vondruš d1951ce795 GL: no, those aren't supposed to be present on ES2. 6 months ago
Vladimír Vondruš 3b26301bc3 GL: recognize EXT_multi_draw_indirect and EXT_external_objects extensions. 6 months ago
Vladimír Vondruš bc7ee6d940 Doc++, updated credits and changelog. 6 months ago
Samuel Longchamps 09a0a5b944 Windows: near and far undef cause failure when including Windows headers 6 months ago
Vladimír Vondruš b4d621c957 Add missing transitive includes. 6 months ago
Vladimír Vondruš f3a4ce7d1d Math: add scalar and vector fract(). 6 months ago
Vladimír Vondruš 276a93a4ff Math: use {} for Vector construction in FunctionTests. 6 months ago
Vladimír Vondruš e46678f312 Math: doc++ 6 months ago
Vladimír Vondruš cac7c88397 Math: add a TODO. 6 months ago
Vladimír Vondruš e869cd1aff Math: adapt to CORRADE_NODISCARD changes. 7 months ago
Vladimír Vondruš f68e277a41 Math: clearly document what the TypeForSize helper is for. 7 months ago
Vladimír Vondruš 56a3aebf73 Math: fix swizzle support for Vector3 and Vector4 in singles. 7 months ago
Vladimír Vondruš c7c7f8d87f GL: don't mark a local inner struct with MAGNUM_GL_LOCAL. 7 months ago
Vladimír Vondruš ea060cd9d6 Update copyright year. 7 months ago
Vladimír Vondruš 7e5a9472e4 Math: add scatterInto(). 7 months ago