298 Commits (60631459d95d7e549ef45bec73f27b2b9a9bb144)

Author SHA1 Message Date
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
Vladimír Vondruš cdf71fa8bf DebugTools: new CompareMaterial class. 4 years ago
Vladimír Vondruš 58132c0b35 DebugTools: doc++ 4 years ago
Vladimír Vondruš 4785bbe9da DebugTools: remove unnecessary std::tuple usage from CompareImage. 4 years ago
Pablo Escobar 7a04f3ec9a doc: fix links to WebGL2 timer query extensions. 4 years ago
Vladimír Vondruš e53939c183 DebugTools: did I doze off in the middle of a sentence again? 4 years ago
Vladimír Vondruš b9be0d341f Account for __EMSCRIPTEN_major__ etc. not being implicit on 3.1.23+. 4 years ago
Kleis Auke Wolthuizen d11a1e1a9d DebugTools: fix the non-deprecated build on ES3. 4 years ago
Vladimír Vondruš c0c712cc33 GL: deprecate list-taking Shader::compile() and ShaderProgram::link(). 4 years ago
Vladimír Vondruš 72a51c3594 DebugTools: doc++ 4 years ago
Vladimír Vondruš dfc7c3fe2c DebugTools: no need to set hidden visibility for a nested class. 4 years ago
Vladimír Vondruš 06b5bae5c8 CMake: drop notes about old CMake on old Xcode Travis images. 4 years ago
Vladimír Vondruš 6bdffb2796 Test: make use of CORRADE_SKIP_IF_NO_ASSERT(). 4 years ago
Vladimír Vondruš 21fbe38c52 DebugTools: avoid excessive repetition in FrameProfilerGL internals. 4 years ago