4483 Commits (72705691ce172d510ec93594f101e6a6653faf70)
 

Author SHA1 Message Date
Vladimír Vondruš 9136007371 MSVC 2015 compatibility: apparently dereferencing pointer is verboten. 11 years ago
Vladimír Vondruš 5e2981eab6 MSVC 2015 compatibility: more constexpr delegating constructor issues. 11 years ago
Vladimír Vondruš d7e507a2a7 MSVC 2015 compatibility: Math copy/conversion constexpr issues. 11 years ago
Vladimír Vondruš 000d8f8129 MSVC 2015 compatibility: Math external conversion constexpr issues. 11 years ago
Vladimír Vondruš d805e87f21 MSVC 2015 compatibility: Math conversion constructor constexpr issues. 11 years ago
Vladimír Vondruš 8984904693 MSVC 2015 compatibility: single value Math constructor constexpr issues. 11 years ago
Vladimír Vondruš 16413778c8 MSVC 2015 compatibility: more {}-related issues. 11 years ago
Vladimír Vondruš 512021985e MSVC 2015 compatibility: annoying inconsistencies. 11 years ago
Vladimír Vondruš a89a692ddd MSVC 2013 compatibility: {}-related issues. 11 years ago
Vladimír Vondruš d2d0943ffa MSVC 2015 compatibility: broken multiple definitions of template aliases. 11 years ago
Vladimír Vondruš 8c2eaea406 Shaders: more shader code cleanup. 11 years ago
Vladimír Vondruš fc5ddeebbf Shaders: ability to have both color and texture in Phong. 11 years ago
Vladimír Vondruš f52a086f8e Shaders: clean up Flat, set default color only for textured one. 11 years ago
Vladimír Vondruš 1a1e00e4e1 doc: explicitly mention undefined behavior when using unsupported GL API. 11 years ago
Vladimír Vondruš 57e6d2594f Add missing test file. 11 years ago
Vladimír Vondruš 232a8038e4 TgaImageConverter: properly handle also pixel storage skip. 11 years ago
Vladimír Vondruš 6ea868d723 TgaImageConverter: properly handle pixel storage alignment. 11 years ago
Vladimír Vondruš d4e53f16e8 TgaImporter: drop istream in favor of plain array. 11 years ago
Vladimír Vondruš 3f34bcf580 TgaImporter: adjust pixel storage if row size is not four byte aligned. 11 years ago
Vladimír Vondruš 3067bbcf7e Pixel storage support, part 10: actually use the parameters now. 11 years ago
Vladimír Vondruš 31bfff76e7 Clearer test case naming. 11 years ago
Vladimír Vondruš 98f979477c Pixel storage support, part 9: reallocate image data only if needed. 11 years ago
Vladimír Vondruš 5ee461bdbe Ability to reset BufferImage formats without reallocating the buffer. 11 years ago
Vladimír Vondruš 98e6f513b4 Properly unbind pixel pack buffer in Framebuffer::read(Image). 11 years ago
Vladimír Vondruš baa03a7b30 Pixel storage support, part 8: functions to apply storage state. 11 years ago
Vladimír Vondruš 1d2485fd28 Pixel storage support, part 7: state tracking for glPixelStore(). 11 years ago
Vladimír Vondruš 3fd3ed36df Pixel storage support, part 6: accepting only sized data arrays in images. 11 years ago
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