248 Commits (b98378150556f77c2033bf9fb8a318bdc8b7d3bb)

Author SHA1 Message Date
Vladimír Vondruš b983781505 Prefix all CMake options with MAGNUM_*. 4 years ago
Vladimír Vondruš 1fe29a8333 DebugTools: fix WebGL 2 build on Emscripten < 2.0.17. 4 years ago
Vladimír Vondruš 7a382db5f6 DebugTools: thanks, Doxygen, for brightening up my MONDAY. 4 years ago
Vladimír Vondruš a961f580e8 doc: updated changelog and credits. 4 years ago
Vladimír Vondruš 06dfb8e985 DebugTools: mention that buffer[Sub]Data() always uses a new allocation. 4 years ago
Pablo Escobar 342a8a9235 DebugTools: test size 0 in buffer[Sub]Data() 4 years ago
Pablo Escobar 1ac982f258 DebugTools: make bufferData()/bufferSubData() available on WebGL 2.0 4 years ago
Pablo Escobar 588f62d2a0 DebugTools: make bufferData()/bufferSubData() default to Buffer::subData() 4 years ago
Vladimír Vondruš 500e41e4a8 DebugTools: adapt tests to buffer[Sub]Data() deprecation. 4 years ago
Vladimír Vondruš 0113b34852 DebugTools: deprecate templated bufferData(). 4 years ago
Vladimír Vondruš fabfdba0fb DebugTools: buffer[Sub]Data() relies on ARB_map_buffer_range. 4 years ago
Vladimír Vondruš cedc0d6eeb Prefer CORRADE_TARGET_* instead of __GNUC__, __clang__ and _MSVC_VER. 4 years ago
Vladimír Vondruš 505ad471ad CMake: use the CMAKE_FOLDER variable instead of FOLDER property. 4 years ago
Vladimír Vondruš b0bfcbe00e Adapt to Corrade changes. 4 years ago
Vladimír Vondruš 4a336b7e8a DebugTools: this enum should be a local symbol. 4 years ago
Vladimír Vondruš 0001308d61 Test: port file/image comparison tests to the new Utility::Path. 4 years ago
Vladimír Vondruš a5bc6be094 DebugTools: port CompareImage to Utility::Path, remove all std::strings. 4 years ago
Vladimír Vondruš 8057051d9a Document what each #include <algorithm> is for. 4 years ago
Vladimír Vondruš 37f826c85c DebugTools: use Debug instead of Error for testing comparator output. 4 years ago
Vladimír Vondruš 3b2ad338e2 Port from Utility::formatString() to Utility::format() where possible. 4 years ago
Vladimír Vondruš 1ce421e915 DebugTools: use Utility::copy() instead of std::copy(). 4 years ago
Vladimír Vondruš 822fa0d644 Updated copyright year. 4 years ago
Vladimír Vondruš d89675e8b0 DebugTools: properly skip CompareImage tests with converters missing. 4 years ago
Vladimír Vondruš 5c6b98391d Math,DebugTools: adapt tests for Android differences in NaN printing. 4 years ago
Vladimír Vondruš 34b4cd72a4 DebugTools: properly skip a test if plugin is present so we can't test. 4 years ago
Vladimír Vondruš ce63928efc Make plugin existence checks in tests consistent. 4 years ago
Vladimír Vondruš d42281ab7f DebugTools: account for underflow in FrameProfilerGL primitive clip ratio. 5 years ago
Vladimír Vondruš e903a7d242 DebugTools: test for underflow in FrameProfilerGL primitive clip ratio. 5 years ago
Vladimír Vondruš d04d198e64 DebugTools: minor. 5 years ago
Vladimír Vondruš 845dee36a7 DebugTools: assert that we don't overflow the counter in FrameProfiler. 5 years ago
Vladimír Vondruš a2f7e1222b DebugTools: fix CompareImage test to pass on MSVC 2019 16.10(11?). 5 years ago
Vladimír Vondruš 876976bf33 AnyImageConverter: prepare for 1D and 3D images as well. 5 years ago
Vladimír Vondruš 63a8df1075 CMake: make dynamic plugins dependencies of tests that use CompareImage. 5 years ago
Vladimír Vondruš 2066d82ea4 Shaders: suffix all existing shaders with GL. 5 years ago
Vladimír Vondruš a90e67edaa DebugTools: rename GLFrameProfiler to FrameProfilerGL. 5 years ago
Vladimír Vondruš ec19c25e46 Adapt to Corrade changes. 5 years ago
Vladimír Vondruš fe4d55f30d DebugTools: missing forward declaration for FrameProfiler. 5 years ago
Vladimír Vondruš d4c5b3f566 Trade: refresh the AbstractImageConverter API. 5 years ago
Vladimír Vondruš 41bea89c04 DebugTools: restore usage of external plugins in the CompareImage test. 5 years ago
Vladimír Vondruš 5719b8fb30 DebugTools: support half-float formats in CompareImage. 5 years ago
Vladimír Vondruš 84dcd52625 DebugTools: doc++ 5 years ago
Vladimír Vondruš aea8722729 Add generic depth/stencil PixelFormat values. 5 years ago
Vladimír Vondruš 65a935cedc Test: adapt to changes in CORRADE_SKIP(). 5 years ago
Vladimír Vondruš 3d136503d8 Updated copyright year. 5 years ago
Vladimír Vondruš e837000175 DebugTools: this comment doesn't make sense anymore. 5 years ago
Vladimír Vondruš 91631139f7 Test: use shorter std::is_copy_{constructible,assignable} everywhere. 5 years ago
Vladimír Vondruš 55d7a1e6e0 doc: updated changelog and credits. 6 years ago
Vladimír Vondruš 8f59c37b87 DebugTools: update layout of the colormap overview to fit longer names. 6 years ago
janos 81feec8f2d DebugTools: add Smooth-Cool-Warm colormap. 6 years ago
Vladimír Vondruš 08bd6e9ae9 Test: fix wrong plugin name in a message. 6 years ago