9709 Commits (3ea09efbf51a62acb87ce1de3cced24e968f755f)
 

Author SHA1 Message Date
Vladimír Vondruš 3ea09efbf5 imageconverter: don't recreate the plugin manager every loop iteration. 4 years ago
Vladimír Vondruš a35b6200a0 sceneconverter: comment in a silly place. 4 years ago
Vladimír Vondruš 0fe02d1988 doc: PngImageConverter has a behavior section now, link to it. 4 years ago
Vladimír Vondruš ad7aacc4fe TgaImageConverter: add a TODO that all other tests have. 4 years ago
Vladimír Vondruš aa2fbf34ed TgaImageConverter: warn if saving a 1D array image. 4 years ago
Vladimír Vondruš 22adb7a288 TgaImageConverter: move test data closer to the actual test cases. 4 years ago
Vladimír Vondruš 667e8c1ca9 Trade: restrict multi-level image conversion to same flags as well. 4 years ago
Vladimír Vondruš dbbf33a61b Add a note why "placeholder" Image constructor have no ImageFlags. 4 years ago
Vladimír Vondruš e0e8ddcae2 GL: document ImageFlag behavior in *Framebuffer::read(). 4 years ago
Vladimír Vondruš c9f1304cf7 GL: fill appropriate ImageFlags when using Texture::image() and friends. 4 years ago
Vladimír Vondruš ea75bc1511 GL: doc++ 4 years ago
Vladimír Vondruš bcff7a0a7a GL: document why BufferImage doesn't have ImageFlags. 4 years ago
Vladimír Vondruš f14e15c4a9 Introduce ImageFlags to annotate cube map and array images. 4 years ago
Vladimír Vondruš e422a8a2e0 Return a const& from CompressedImage[View]::size() as well. 4 years ago
Vladimír Vondruš 1a4eefe271 Test: consistently use a struct for Tester subclasses. 4 years ago
Vladimír Vondruš 9d61a63553 package/ci: further cap CircleCI jobs for the small resource class. 4 years ago
Vladimír Vondruš 9c4f2ceea2 package/ci: of course this only happens when I push straight to master. 4 years ago
Vladimír Vondruš 3c4d4bbf9e doc: updated changelog and credits. 4 years ago
lacyyy c5781f42fe package/msys: fix wrong .gitattributes option for LF line endings. 4 years ago
Vladimír Vondruš 9bbc73c4c5 package/ci: temporarily disable macOS, iOS, ARM and Android ES2 builds. 4 years ago
Vladimír Vondruš 80b7694468 package/ci: add explicit resource classes to CircleCI jobs. 4 years ago
Vladimír Vondruš 846cb10735 Add PixelFormat decomposition utilities. 4 years ago
Vladimír Vondruš afc905880c Doc++ 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
Vladimír Vondruš 708526f331 imageconverter: avoid passing invalid PixelFormat to pixelSize(). 4 years ago
Vladimír Vondruš 8eb32b8b97 Primitives: reference a more convenient MeshTools transformation API. 4 years ago
Vladimír Vondruš 4a6153814e imageconverter: fix the --layer option to actually work. 4 years ago
Vladimír Vondruš cb3ac83485 TextureTools: take a strided view in atlasArrayPowerOfTwo(). 4 years ago
Vladimír Vondruš 36ee7835d6 Return a const& from Image{View,Data}::size(), instead of a value. 4 years ago
Vladimír Vondruš feb631815d doc: updated changelog and credits. 4 years ago
Hugo Amiard bcb96eba36 CMake: Set each plugins output directory individually and per-config 4 years ago
Vladimír Vondruš a901206bd2 TextureTools: choose a different approach to fix the test for MSVC 2015. 4 years ago
Vladimír Vondruš b9f7bf6086 TextureTools: new, optimal, atlasArrayPowerOfTwo() algorithm. 4 years ago
Vladimír Vondruš 09c575fd00 TextureTools: what's up with this arcane naming. 4 years ago
Vladimír Vondruš 710997fb76 TextureTools: link GL only if MAGNUM_TARGET_GL is enabled. 4 years ago
Vladimír Vondruš 18bff5b479 TextureTools: forward-declare std::vector for this awful old function. 4 years ago
Vladimír Vondruš 45c1a7091f Actually properly export the PluginManager::Manager instances. 4 years ago
Vladimír Vondruš ffa13c901c package/archlinux: hmm, why is this one not enabled. 4 years ago
Vladimír Vondruš f3965ddf7e package: use the MAGNUM_-prefixed CMake options. 4 years ago
Vladimír Vondruš 9e36c4d010 package/ci: adapt to Corrade changes. 4 years ago
Vladimír Vondruš ca9c3c957e package/ci: properly enable Tga{Importer,ImageConverter} on Windows GLES. 4 years ago
Vladimír Vondruš b983781505 Prefix all CMake options with MAGNUM_*. 4 years ago
Vladimír Vondruš 1b55a76a3a CMake: move testing setup later, after all options are defined. 4 years ago
Vladimír Vondruš c100f97ac3 Vk: wow, a stupid copypaste error. 4 years ago
Vladimír Vondruš be0b3a9855 modules: updated FindCorrade.cmake. 4 years ago
Vladimír Vondruš 384e148c24 Use const char* const* for argv consistently. 4 years ago
Vladimír Vondruš dcfa07a056 doc: overhaul documentation of console utilities. 4 years ago
Vladimír Vondruš 6551074c75 doc: list also shader converters in the File formats tables. 4 years ago
Vladimír Vondruš 6c1f2e49ae sceneconverter: fix mesh reference counting in --info. 4 years ago