11687 Commits (721e10ea0dc2c2cca8380f509039f9f98392d393)
 

Author SHA1 Message Date
Vladimír Vondruš 721e10ea0d Trade: test the early return in hasOcclusionRoughnessMetallicTexture(). 1 week ago
Vladimír Vondruš 0bff8c5925 Trade: testing the wrong variable here. 1 week ago
Vladimír Vondruš 1051785036 Trade: don't use naked new. 1 week ago
Vladimír Vondruš f21f8d3871 Trade: use an enum debug printer instead of hardcoding the name. 1 week ago
Vladimír Vondruš 4885f9e54c Trade: test also the deprecated APIs. 1 week ago
Vladimír Vondruš eb81fa48e4 ShaderTools,Text,Trade: move debug output code & tests to the top. 1 week ago
Vladimír Vondruš 603f87fadc ShaderTools,Text,Trade: improve construction tests. 1 week ago
Vladimír Vondruš 66388912b7 ShaderTools,Text,Trade: thoroughly test operation failures. 1 week ago
Vladimír Vondruš f73306b7a1 Trade: superfluous semicolon in test code, copypasted 700 times. 1 week ago
Vladimír Vondruš 9c8a86c4dd ShaderTools: random test code cleanup and clarification. 1 week ago
Vladimír Vondruš e5c24572b0 Text: actually verify openData() and openFile() return values. 1 week ago
Vladimír Vondruš 8bfb4e964f Text: various test code modernization. 1 week ago
Vladimír Vondruš 4887f45536 Text: cover remaining uncovered lines with tests. 1 week ago
Vladimír Vondruš 36c521e684 Text: GL::textureFormat() actually never returns sized formats on ES2. 1 week ago
Vladimír Vondruš d5df35599f package: test on ES2 also w/o EXT_texture_rg and EXT_unpack_subimage. 1 week ago
Vladimír Vondruš 71dcd9d68e package/ci: exclude destructor declarations from clang-cl code coverage. 1 week ago
Vladimír Vondruš 8a3ac6fb9b Text: this return is never reached. 1 week ago
Vladimír Vondruš 479fc2c49f Text: make sure AbstractFont::openFile() is tested directly as well. 1 week ago
Vladimír Vondruš 9c1a8f0500 Text: useless const in test code. 1 week ago
Vladimír Vondruš 02368af938 Text: put branch contents on a new line. 1 week ago
Vladimír Vondruš f077b5baa5 Text: doc++ 1 week ago
Vladimír Vondruš 7d95c55eaf Fix unused variable warnings on a no-assert build. 1 week ago
Vladimír Vondruš 0a3aef7f84 SceneTools: adapt expected test output to plugin changes. 1 week ago
Vladimír Vondruš 774ffdbe01 Math: add TypeTraits<T>::min() and max(). 1 month ago
Vladimír Vondruš 2b5734891a Revert "Math: remove transitive include for Functions.h." 2 months ago
Vladimír Vondruš ce5157e4fe Math: updated credits. 2 months ago
Stanislaw Halik 8c228c69c9 Math: remove transitive include for Functions.h. 2 months ago
Vladimír Vondruš 35831dcc01 package/ci: I should be installing g++, not gcc. 3 months ago
Vladimír Vondruš cec195b136 Platform: update Sdl2Application CMake subproject snippet. 3 months ago
Vladimír Vondruš e3095cc31e CMake: adjustments to make find_package(Magnum OPTIONAL) work better. 3 months ago
Vladimír Vondruš a1f02991ac modules: updated FindCorrade.cmake. 3 months ago
Vladimír Vondruš 2a3acc0f22 doc: link to the UI library tutorial from Getting Started. 4 months ago
Vladimír Vondruš 1a9434253b doc: minor edits to the Getting Started Guide. 4 months ago
Vladimír Vondruš c173c2d368 GL: some actual docs for all the shader drawing variants. 4 months ago
Vladimír Vondruš 059e97d284 GL: once again I forgot about this one particular MSVC 2015 shittiness. 4 months ago
Vladimír Vondruš 1c1d3e5ee8 GL: implement indirect drawing and compute dispatch. 4 months ago
Vladimír Vondruš 173472616b GL: this array sizing was weird. 4 months ago
Vladimír Vondruš 6dbd48559b GL: the unused member function warnings were useful, actually! 4 months ago
Vladimír Vondruš d7750f4559 GL: correctly propagate base instance to MeshViews in the test. 4 months ago
Vladimír Vondruš 43baa4502e GL: support EXT_base_instance on GLES. 4 months ago
Vladimír Vondruš d1951ce795 GL: no, those aren't supposed to be present on ES2. 4 months ago
Vladimír Vondruš 3b26301bc3 GL: recognize EXT_multi_draw_indirect and EXT_external_objects extensions. 4 months ago
Vladimír Vondruš bc7ee6d940 Doc++, updated credits and changelog. 4 months ago
Samuel Longchamps 09a0a5b944 Windows: near and far undef cause failure when including Windows headers 4 months ago
Vladimír Vondruš b4d621c957 Add missing transitive includes. 4 months ago
Vladimír Vondruš c7440bd674 package/archlinux: enable colored output for clang + libc++ build. 4 months ago
Vladimír Vondruš 2e8571d8fd package: enable _LIBCPP_REMOVE_TRANSITIVE_INCLUDES for all libc++ builds. 4 months ago
Vladimír Vondruš f3a4ce7d1d Math: add scalar and vector fract(). 4 months ago
Vladimír Vondruš 276a93a4ff Math: use {} for Vector construction in FunctionTests. 4 months ago
Vladimír Vondruš e46678f312 Math: doc++ 4 months ago