9731 Commits (fee2d94946cfca7c629fab26b716e00d3dca6dc3)
 

Author SHA1 Message Date
Vladimír Vondruš fee2d94946 package/archlinux: updated AUR PKGBUILD version. 4 years ago
Vladimír Vondruš 46e65477ec Updated toolchains submodule. 4 years ago
Vladimír Vondruš ba111be893 ObjImporter: unneeded include. 4 years ago
Vladimír Vondruš 6439cfac10 ObjImporter: test also when the first entry in the file is an index. 4 years ago
Vladimír Vondruš d3e16d8435 ObjImporter: test all cases of invalid mixed primitives. 4 years ago
Vladimír Vondruš 79aa6f3546 ObjImporter: test also normal index out of range. 4 years ago
Vladimír Vondruš 1226c9506b ObjImporter: use human readable names for invalid meshes. 4 years ago
Vladimír Vondruš a1095262b4 ObjImporter: clean up and deduplicate the tests. 4 years ago
Vladimír Vondruš 06b5bae5c8 CMake: drop notes about old CMake on old Xcode Travis images. 4 years ago
Vladimír Vondruš 67d37c9ed5 package/ci: build in parallel also on iOS. 4 years ago
Vladimír Vondruš 5312a016f4 Math: rename BoolVector to BitVector. 4 years ago
Vladimír Vondruš e36843057d package/ci: Xcode 11.7 is the oldest supported on CircleCI. 4 years ago
Vladimír Vondruš b1c686a18f Revert "package/ci: temporarily disable macOS, iOS, ARM and Android ES2 builds." 4 years ago
Vladimír Vondruš 266a9a3dc7 doc: update imageconverter --info output to current state. 4 years ago
Vladimír Vondruš c475d0b6e7 package/ci: revert attempts to go with a small CircleCI resource class. 4 years ago
Vladimír Vondruš 6bdffb2796 Test: make use of CORRADE_SKIP_IF_NO_ASSERT(). 4 years ago
Vladimír Vondruš 527ee0f45d Platform: fix Sdl2Application::setSwapInterval() with late swap behavior. 4 years ago
Vladimír Vondruš 21fbe38c52 DebugTools: avoid excessive repetition in FrameProfilerGL internals. 4 years ago
Vladimír Vondruš 94c231a646 TgaImporter: explicitly test for empty ImageFlags. 4 years ago
Vladimír Vondruš 37e79ad69a {scene,image}converter: show image flags in --info. 4 years ago
Vladimír Vondruš 862cd8446f imageconverter: check flags in addition to size in multi-level images. 4 years ago
Vladimír Vondruš 66d29d1b53 imageconverter: restore the --converter raw option. 4 years ago
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