4256 Commits (d314634352f2fe2abbe71d774f6bac008f2211ff)
 

Author SHA1 Message Date
Vladimír Vondruš d314634352 Pixel storage support, part 5: new data properties computation. 11 years ago
Vladimír Vondruš b09975b5f7 Trade: fix accesses of uninitialized union members. 11 years ago
Vladimír Vondruš 413908badc Pixel storage support, part 4: the PixelStorage class. 11 years ago
Vladimír Vondruš 6110ba0922 Pixel storage support, part 3: EXT_unpack_subimage and NV_pack_subimage. 11 years ago
Vladimír Vondruš d96e1e3541 Pixel storage support, part 2: renamed ColorFormat to PixelFormat etc. 11 years ago
Vladimír Vondruš 56a61e64b5 Fix docs for Magnum::Version. 11 years ago
Vladimír Vondruš fc2938bbd1 Cleanup. 11 years ago
Vladimír Vondruš 741743534c Remove obsolete TODOs. 11 years ago
Vladimír Vondruš 836066522e doc: fixed wrong include. 11 years ago
Vladimír Vondruš 5cc9d9b6d2 package: don't build GlutApplication in Debian and Gentoo packages. 11 years ago
Vladimír Vondruš d7ca99523f Math: missing include for std::max() on MSVC. 11 years ago
Vladimír Vondruš df3624c6c8 Math: fix implicit conversion warnings on MSVC. 11 years ago
Vladimír Vondruš 0cd3b20ba3 MSVC 2015 compatibility: in-class init of constexpr is not implemented. 11 years ago
Vladimír Vondruš 7f6c7b09d8 MSVC 2015 compatibility: issue with constexpr and delegating constructors. 11 years ago
Vladimír Vondruš b99b43fdf2 MSVC 2015 compatibility: the dreaded range-based-for parsing bug. 11 years ago
Vladimír Vondruš 7af5e136fe MSVC 2015 compatibility: {}-related issues. 11 years ago
Vladimír Vondruš a4b0000c39 modules: updated FindCorrade.cmake. 11 years ago
Vladimír Vondruš fe97c608c2 Pixel storage support, part 1: removed needles AbstractImage bases. 11 years ago
Vladimír Vondruš ce72c4d637 Doc++ 11 years ago
Vladimír Vondruš 2b7d814cd1 TextureTools: default to AnyImageImporter. 11 years ago
Vladimír Vondruš 7f44489621 SceneGraph: document projectionSize() usage. 11 years ago
Vladimír Vondruš 39a3756b5c doc: mention potential VAO issues when interacting with third-party GL code. 11 years ago
Vladimír Vondruš e4e1ce289d TgaImporter: test that the image can be loaded twice in a row. 11 years ago
Vladimír Vondruš 0d02fdc154 Store a copy instead of pointer to Buffer in Mesh. 11 years ago
Vladimír Vondruš f9fda5ac56 Don't use deprecated functionality. 11 years ago
Vladimír Vondruš 6cb4f7d76e TgaImporter: simplified data comparison in test. 11 years ago
Vladimír Vondruš 6b446a2012 doc: mention AppVeyor. 11 years ago
Vladimír Vondruš d207566fb5 Ensure we have complete definition even in deprecated header. 11 years ago
Vladimír Vondruš aa9981f205 This function is used also outside of this file. 11 years ago
Vladimír Vondruš a87aa43166 package/ci: don't use compatibility branch of Corrade for AppVeyor. 11 years ago
Vladimír Vondruš 5c3a2edaab external: use Optional with MSVC 2015 support. 11 years ago
Vladimír Vondruš 371adc63f9 MSVC 2015 compatibility: the issues with {} are eternal. 11 years ago
Vladimír Vondruš 11208cef20 Initial MSVC 2015 support in CMake. 11 years ago
Vladimír Vondruš 2058dd621e package/ci: added AppVeyor configuration. 11 years ago
Vladimír Vondruš e934a1d1d8 Moved Color to Math namespace. 11 years ago
Vladimír Vondruš deb2869c81 Ignore CORRADE_DEPRECATED_*() macros in Doxygen. 11 years ago
Vladimír Vondruš 367be9f7f3 Use CORRADE_DEPRECATED_ALIAS() for deprecating using declarations. 11 years ago
Vladimír Vondruš ae70a62644 Properly create cube map texture before calling ARB_DSA functions. 11 years ago
Vladimír Vondruš 32e56b8a14 external: shorter generated GL loader files. 11 years ago
Vladimír Vondruš ab8258ddba doc: clarify CORRADE_PLUGIN_IMPORT() usage. 11 years ago
Vladimír Vondruš 5c6bfa44b2 CMake cleanup. 11 years ago
Vladimír Vondruš edb7d680fc Hide fallback texture storage implementation from ES3 builds. 11 years ago
Vladimír Vondruš bab8ce0a4a Shaders: make VertexColor generic attribute. 11 years ago
Vladimír Vondruš 26efc33502 Compressed image support, part 13: plugin interface for compressors. 11 years ago
Vladimír Vondruš 0cd1f146b9 Compressed image support, part 12: texture compression hint. 11 years ago
Vladimír Vondruš a91d6fc193 Compressed image support, part 11: support ASTC formats. 11 years ago
Vladimír Vondruš 75ef110efe Compressed image support, part 10: support ETC2/EAC formats. 11 years ago
Vladimír Vondruš 2419b5f90c Compressed image support, part 9: texture upload/download tests. 11 years ago
Vladimír Vondruš 28b8a22da2 Removed duplicate data from TextureArray test. 11 years ago
Vladimír Vondruš cb6a1bd7b5 Compressed image support, part 8: compressed image download. 11 years ago