311 Commits (2964c8d7b5aa481d12eb9668a57decbfef4d2654)

Author SHA1 Message Date
Vladimír Vondruš 2964c8d7b5 DebugTools: expand textureSubImage() tests for half-float types. 1 year ago
Vladimír Vondruš a115b943b3 DebugTools: deprecate buffer overloads for textureSubImage(). 1 year ago
Vladimír Vondruš fba935c224 Use Path::{path,filename}() instead of split() where it makes sense. 1 year ago
Vladimír Vondruš bb91b46ffa Store just 8-bit pixel size in Image* classes. 1 year ago
Vladimír Vondruš e9dcaf9532 Remove Doxygen workarounds from *.cpp files. 1 year ago
Vladimír Vondruš c6ba6282e5 DebugTools: remove ForceRendererOptions::scale() deprecated in 2019.10. 1 year ago
Vladimír Vondruš 1df0d7538b DebugTools: remove declarations of long-removed deprecated APIs. 1 year ago
Vladimír Vondruš 60fd42b505 Here we go again. 1 year ago
Vladimír Vondruš cc608dba42 Test: remove all use of <sstream> for Debug output testing. 1 year ago
Vladimír Vondruš 0aee6c8855 Clean up unnecessary use of <numeric>. 1 year ago
Vladimír Vondruš d50dbe4e0c Exclude namespaces from forward declaration header docs. 2 years ago
Vladimír Vondruš d536a95f4a DebugTools: use steady_clock for FrameProfiler CPU timing. 2 years ago
Vladimír Vondruš eef921c238 It's October already?! 2 years ago
Vladimír Vondruš 1683e941ce doc: new Doxygen doesn't like blank lines around equations. 2 years ago
Vladimír Vondruš a83e77b108 DebugTools: doc++ 2 years ago
Vladimír Vondruš 8bd42f5a3b Test: create fake pointer values from size_t, not int. 2 years ago
Vladimír Vondruš 4435877cf1 Use the new Debug::hex instead of reinterpret_cast<void*>(). 2 years ago
Vladimír Vondruš 2619dc33f1 doc: drop the redundant Magnum prefix from snippet files. 2 years ago
Vladimír Vondruš 146c053a1c DebugTools: move the material attribute equality helper to MaterialTools. 2 years ago
Vladimír Vondruš cd6d6e75f2 DebugTools: clarify textureSubImage() docs. 3 years ago
Vladimír Vondruš 3c2beb1ba9 DebugTools: don't bother with ES2 in a non-ES2 test codepath. 3 years ago
Vladimír Vondruš a159835bf7 DebugTools: check framebuffer completeness in textureSubImage(). 3 years ago
Vladimír Vondruš 5835caffce DebugTools: make CompareImage work with MutableImageView. 3 years ago
Vladimír Vondruš 7060a83ca9 GL,Vk: inverse mapping of {Texture,Pixel}Format to generic PixelFormat. 3 years ago
Vladimír Vondruš 0e9c72a71a DebugTools,Trade: adapt to Corrade's Utility::String changes. 3 years ago
Vladimír Vondruš 93990413a7 Clean up unnecessary usage of std::string and Utility::String. 3 years ago
Vladimír Vondruš 04419335d4 Math: remove remaining uses of std::pair. 3 years ago
Vladimír Vondruš bab1559852 Consistently use "out of range" instead of "out of bounds". 3 years ago
Vladimír Vondruš 5d1369f570 Use Utility::move() and swap() instead of STL almost everywhere. 3 years ago
Vladimír Vondruš 8f04685470 Shaders: prefix GLSL workaround macros with MAGNUM_. 3 years ago
Vladimír Vondruš bbb54a9df8 It's 2023 already! 3 years ago
Vladimír Vondruš 05dda3f832 DebugTools: minor coverage fix. 3 years ago
Vladimír Vondruš 8150e06616 DebugTools: support half floats in CompareImage for pixel views. 3 years ago
Vladimír Vondruš f589aa1a5d DebugTools: improve pixel view format autodetection in CompareImage. 3 years ago
Vladimír Vondruš 13e18ebba7 DebugTools: more convenience CompareImage constructors. 3 years ago
Vladimír Vondruš 9c0dd1435f Doc++ 3 years ago
Vladimír Vondruš 79c42fee6e DebugTools: special-case CompareImage delta calculation for integer types. 3 years ago
Hugo Amiard ecd0d55726 DebugTools: fix TextureImage.cpp on a non-deprecated build. 3 years ago
Vladimír Vondruš 9b4a813b86 DebugTools,Shaders,TextureTools: null-terminate shader resources. 3 years ago
Vladimír Vondruš 3e7298f3d3 DebugTools,Shaders,TextureTools: use string view literals everywhere. 3 years ago
Vladimír Vondruš cec3c21c30 DebugTools: port FrameProfiler away from std::string. 3 years ago
Vladimír Vondruš 19ba0796e8 DebugTools: port screenshot() away from std::string. 3 years ago
Vladimír Vondruš db2cb49279 GL: port Shader and ShaderProgram away from std::string. 3 years ago
Vladimír Vondruš a0a2cafa81 DebugTools: avoid accidental OOB access in FrameProfiler internals. 3 years ago
Vladimír Vondruš cdf0cd5b91 Remove no-longer-needed StringStl.h includes. 3 years ago
Vladimír Vondruš 64f5c1bff0 CMake: exclude test dirs from ALL with CORRADE_TESTSUITE_TEST_TARGET. 4 years ago
Vladimír Vondruš 515a77e31c DebugTools: fuzzy-compare floats in CompareMaterial. 4 years ago
Vladimír Vondruš 5c00c52fca DebugTools: fix CompareMaterial to behave properly with layers. 4 years ago
Vladimír Vondruš c499e6f1ec DebugTools: test CompareMaterial with an empty base layer. 4 years ago
Vladimír Vondruš 037952a979 DebugTools: supply two different materials to the "same" test. 4 years ago