4313 Commits (e7f2b41c954e400641bc9caf64e4d4988d643f8c)
 

Author SHA1 Message Date
Vladimír Vondruš e7f2b41c95 Audio: use proper function. 11 years ago
Vladimír Vondruš c341f74553 package/ci: minor cleanup. 11 years ago
Vladimír Vondruš def6d89452 package/ci: this time for real, right? 11 years ago
Vladimír Vondruš 3e7e1bcccf package/ci: so maybe this? 11 years ago
Vladimír Vondruš 0a451cba41 package/ci: ugh. 11 years ago
Vladimír Vondruš 2149468976 package/ci: we need OpenAL32.dll in PATH. 11 years ago
Vladimír Vondruš d0ee6200f5 package/ci: try to build also Audio lib on AppVeyor. 11 years ago
Vladimír Vondruš 3b03d15009 Audio: provide access to plugin manager in AbstractImporter. 11 years ago
Vladimír Vondruš 21fc790632 Trade: make AbstractImageConverter API non-const. 11 years ago
Vladimír Vondruš 199d086419 Trade: provide access to plugin manager in AbstractImageConverter. 11 years ago
Vladimír Vondruš 2cbb57c6da Trade: improve AbstractImageConverter API. 11 years ago
Vladimír Vondruš e0b5d05b9f Allow creating ImageView with nullptr data. 11 years ago
Vladimír Vondruš 0f7f2e0780 Verify that it's possible to create ImageView with nullptr data. 11 years ago
Vladimír Vondruš fef46953ec Define-out precision qualifiers in test shaders for GLSL 1.20. 11 years ago
Vladimír Vondruš 21076d0cae Advertise MSVC 2015 support, add AppVeyor badge. 11 years ago
Vladimír Vondruš 9373d5cd45 Missing includes. 11 years ago
Vladimír Vondruš e1651f7388 Provide AbstractQuery forward declaration. 11 years ago
Vladimír Vondruš 7e80d1f7ae Cleanup. 11 years ago
Vladimír Vondruš 69949b991a Fix memory corruption on MSVC. 11 years ago
Vladimír Vondruš 6547a59f0b ObjImporter: open the file as binary. 11 years ago
Vladimír Vondruš 86c8fdef8d Fix linking of tests on MinGW-w64 GCC 5.1. 11 years ago
Vladimír Vondruš 0f599567bb MSVC 2015 compatibility: give up also on this. 11 years ago
Vladimír Vondruš 54fc071d2b MSVC 2015 compatibility: NaN is not constexpr. 11 years ago
Vladimír Vondruš cf6bf1694f MSVC 2015 compatibility: another compiler crash. 11 years ago
Vladimír Vondruš eac01167f5 MSVC 2015 compatibility: except long double (de)normalization to fail. 11 years ago
Vladimír Vondruš 2c16190942 MSVC 2015 compatibility: that thing wants to call destructor everywhere. 11 years ago
Vladimír Vondruš bfbacaa7c9 MSVC 2015 compatibility: random stuff that's causing compiler crashes. 11 years ago
Vladimír Vondruš 9757a0df84 MSVC 2015 compatibility: you don't like <> too? Uh. 11 years ago
Vladimír Vondruš b2604bb903 MSVC 2015 compatibility: issues with delegating constexpr tag constructors. 11 years ago
Vladimír Vondruš d8ce08dd64 MSVC 2015 compatibility: what I'm doing wrong? 11 years ago
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