447 Commits (c3addad07a138a87dcbd465fc3a6752cb7399de4)

Author SHA1 Message Date
Vladimír Vondruš c3addad07a Adapt to Corrade::Containers Array[View] API deprecation. 1 month ago
Vladimír Vondruš fdfe327f9a Put single-statement branch contents on the following line. 2 months ago
Vladimír Vondruš 46377b70b9 Deprecate the ResourceManager and related types. 2 months ago
Vladimír Vondruš ea060cd9d6 Update copyright year. 7 months ago
Vladimír Vondruš bc5cb3e363 Test: fix Clang missing prototypes warnings harder. 11 months ago
Vladimír Vondruš 6b58165856 Test: suppress missing prototypes warnings on Clang. 1 year ago
Vladimír Vondruš dd7b0754a0 Test: test that compressed blocks can be 2D/3D even for 1D/2D images. 1 year ago
Vladimír Vondruš 1c1ded5869 Store block size properties in compressed images. 1 year ago
Vladimír Vondruš 268b2f0014 Improve tests for PixelStorage data size calculation. 1 year ago
Vladimír Vondruš 5441821ce8 Test: don't compare addresses as char*. 2 years ago
Vladimír Vondruš a184db4cb6 Test: improve tests for Image* data size assertions. 2 years ago
Vladimír Vondruš bb91b46ffa Store just 8-bit pixel size in Image* classes. 2 years ago
Vladimír Vondruš bafc0bae9d Test: this test is redundant now. 2 years ago
Vladimír Vondruš 2093f7509c Test: remove unused enum from Image tests. 2 years ago
Vladimír Vondruš 0f00da8fea Move image-internal utilities to a private header. 2 years ago
Vladimír Vondruš d51921ff00 Assert non-implementation-specific PixelFormat in Image* constructors. 2 years ago
Vladimír Vondruš 680e7ee4eb Test: verify that storage skip can be set for placeholder Image too. 2 years ago
Vladimír Vondruš 8a0329009d Test: add an XFAIL for 1D image data size calculation. 2 years ago
Vladimír Vondruš e43eba68db Remove another aspect of ImageView that was deprecated in 2019.10. 2 years ago
Vladimír Vondruš 60fd42b505 Here we go again. 2 years ago
Vladimír Vondruš cc608dba42 Test: remove all use of <sstream> for Debug output testing. 2 years ago
Vladimír Vondruš df484b300a Adapt to Corrade's Utility::Debug header cleanup. 2 years ago
Vladimír Vondruš eef921c238 It's October already?! 2 years ago
Vladimír Vondruš aaab54772b Add isCompressedPixelFormat{Normalized,FloatingPoint,Srgb}() helpers. 2 years ago
Vladimír Vondruš 9b4fd3f45b Doc++ 2 years ago
Vladimír Vondruš 13ee03868e Nothing to see here. 2 years ago
Vladimír Vondruš 4435877cf1 Use the new Debug::hex instead of reinterpret_cast<void*>(). 2 years ago
Vladimír Vondruš 5d1369f570 Use Utility::move() and swap() instead of STL almost everywhere. 3 years ago
Vladimír Vondruš bbb54a9df8 It's 2023 already! 3 years ago
Vladimír Vondruš 25441e7468 *converter: support adding new option keys by prefixing them with +. 3 years ago
Vladimír Vondruš 17ab578443 Add a pixelFormat(PixelFormat, UnsignedInt, bool) helper. 3 years ago
Vladimír Vondruš 54d6348301 Add isPixelFormat{Normalized,Integer,FloatingPoint}() helpers. 3 years ago
Vladimír Vondruš 332bcb62fa It makes no sense to call isPixelFormatSrgb() on a depth/stencil format. 3 years ago
Vladimír Vondruš 6afbb4afd2 Improve vertex format related docs. 3 years ago
Vladimír Vondruš c209c27d93 Slight clean up in ImageFlags*D debug printer tests. 3 years ago
Vladimír Vondruš 4a67bba2d2 Test: don't compare char ArrayViews to nullptr. 4 years ago
Vladimír Vondruš 7de32e2013 Use the new, shorter Containers::Size / Stride typedefs. 4 years ago
Vladimír Vondruš a0035fca83 Rethink Timeline test for flaky CIs. 4 years ago
Stanislaw Halik 28999d113a Add simple timer functionality to Timeline 4 years ago
Vladimír Vondruš 7acc988b97 Add a basic test for Timeline functionality. 4 years ago
Vladimír Vondruš 7711ed7dfe Don't warn about plugin options added to empty subgroups. 4 years ago
Vladimír Vondruš 539263f5a5 Test: make plugin configuration passing test a bit more flexible. 4 years ago
Vladimír Vondruš 8c917d4570 Clean up unnecessary STL usage in internal converter utilities. 4 years ago
Vladimír Vondruš d0d0f978f9 Test: start testing code in various command line utilities. 4 years ago
Vladimír Vondruš d75adc6872 Cleanup and improve comments for various tag definitions. 4 years ago
Vladimír Vondruš 6bdffb2796 Test: make use of CORRADE_SKIP_IF_NO_ASSERT(). 4 years ago
Vladimír Vondruš f14e15c4a9 Introduce ImageFlags to annotate cube map and array images. 4 years ago
Vladimír Vondruš 846cb10735 Add PixelFormat decomposition utilities. 4 years ago
Vladimír Vondruš 7fb1412ab8 Document what's all tested in this crazy macro. 4 years ago
Vladimír Vondruš 03cd5d3fb5 Rename pixelSize() and other helpers to pixelFormatSize() etc. 4 years ago