205 Commits (3622da8fb767d02b8354c0c1ccdaffdd5c1d1706)

Author SHA1 Message Date
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
Vladimír Vondruš 5222cf3478 doc: change all "latest" additions/deprecations to 2020.06. 6 years ago
Vladimír Vondruš 19e0e96d74 Updated copyright year. 6 years ago
Vladimír Vondruš cee4840b86 DebugTools: fix build on libc++ 10. 6 years ago
Vladimír Vondruš 62fa2007e6 DebugTools: add raw data access to FrameProfiler. 6 years ago
Vladimír Vondruš d471a7bebd DebugTools: remove redundant internal state in FrameProfiler. 6 years ago
Vladimír Vondruš be9a782272 DebugTools: rename function/test to match the use better. 6 years ago
Vladimír Vondruš 6c7e798d86 DebugTools: moving average over a year worth of frames isn't useful. 6 years ago
Vladimír Vondruš a3912c7f7f DebugTools: make FrameProfiler compile w/o TARGET_GL enabled. 6 years ago
Vladimír Vondruš c986f5f99b DebugTools: make GLFrameProfiler::Values storeable in Configuration. 6 years ago
Vladimír Vondruš 433dd07d9c DebugTools: MSVC thanks for existing, again. 6 years ago
Vladimír Vondruš f2800995b2 DebugTools: deprecate the old Profiler. 6 years ago
Vladimír Vondruš 2c43e817db DebugTools: wow MSVC thanks for existing. 6 years ago
Vladimír Vondruš 820b9b94a1 DebugTools: initial implementation of a new frame profiler. 6 years ago
Vladimír Vondruš 86a5a63af9 Test: most tests now pass on Zink as well. 6 years ago
Vladimír Vondruš 6721c0e3b2 DebugTools: ugh WTF. 6 years ago
Vladimír Vondruš 65a2ced2a7 Make this compile and test cleanly with CORRADE_NO_ASSERT defined. 6 years ago
Vladimír Vondruš d3f2235759 Adapted to Corrade changes. 6 years ago
Vladimír Vondruš 5d9d529010 Any*{Importer,Converter}: less engrish in error messages. 6 years ago
Vladimír Vondruš 3b40d91f6c DebugTools: added a few preset colormaps. 6 years ago
Vladimír Vondruš a4020e3dbc DebugTools: there are no binormals, only bitangents. 6 years ago
Vladimír Vondruš de9c289328 Adapted all code and doc snippets to GL library changes. 6 years ago
Vladimír Vondruš 35659a6d15 DebugTools: port away from MeshDataXD. 6 years ago
Vladimír Vondruš e7aeaf78d0 Remove ResourceManager::instance() singleton deprecated in 2019.10. 6 years ago
Vladimír Vondruš 88ec50127e DebugTools: I'm starting to get tired of this. 6 years ago
Vladimír Vondruš dc56bf413a DebugTools: update test to pass on clang-cl. 6 years ago
Vladimír Vondruš f7f676e01d DebugTools: remove unused declaration in a test. 6 years ago
Vladimír Vondruš f077fc1ada DebugTools: update test to pass with newer Emscripten on the CI. 6 years ago
Vladimír Vondruš a920722839 doc: label deprecated APIs and stuff new since 2019.10 with version info. 7 years ago
Vladimír Vondruš cdd0147edb Disable automatic resource initializers when building static. 7 years ago
Vladimír Vondruš 5f4e76e646 DebugTools: fix a linker error on Clang. 7 years ago
Vladimír Vondruš 607b3a15fa DebugTools: finish ResourceManager singleton deprecation. 7 years ago
Vladimír Vondruš 3afa29ed5b DebugTools: XFAIL a screenshot() test if the format is not R8. 7 years ago
Vladimír Vondruš 3a243a04b2 CMake: put all binaries into a dedicated location in the build dir. 7 years ago
Vladimír Vondruš ef725cdbcf Adapt to changes to executable symbol defaults in CMake 3.4. 7 years ago
Vladimír Vondruš a018521a8c CMake: simplify plugin test setup. 7 years ago
Vladimír Vondruš d89b74d40a DebugTools: now it can happen that the pixel list is empty. 7 years ago
Vladimír Vondruš 5b1c521f99 DebugTools: provide verbose diagnostic from CompareImage. 7 years ago
Vladimír Vondruš cb492f932a DebugTools: don't print a newline after comparison delta image. 7 years ago
Vladimír Vondruš dbfc145362 DebugTools: copypaste oops, so this wasn't testing the correct thing. 7 years ago
Vladimír Vondruš eef1981b43 GL: added hasTextureFormat() and textureFormat() helpers. 7 years ago
Vladimír Vondruš 40b8815b9d Added sRGB formats to PixelFormats + R and RG sRGB GL texture formats. 7 years ago
Vladimír Vondruš 619b4a3cb7 Be strict for missing values in pixel format switches. 7 years ago
Vladimír Vondruš 0f7e1e8fad Deprecate ResourceManager::instance(). 7 years ago