4376 Commits (0aa16595ebbcaba99448b89eefeaafad63e60883)
 

Author SHA1 Message Date
Vladimír Vondruš 0aa16595eb Use new-style debug operators everywhere. 11 years ago
Vladimír Vondruš 2ec073ad37 Superfluous comma. 11 years ago
Vladimír Vondruš 9ef89cfdf4 doc: mention Travis CI in building documentation. 11 years ago
Vladimír Vondruš e9c4fc3f0f modules: updated FindCorrade.cmake from Corrade repository. 11 years ago
Vladimír Vondruš 6e98f5145c Advertise ANGLE support. 11 years ago
Vladimír Vondruš cf1a5b219d doc: documented building for ANGLE. 11 years ago
Vladimír Vondruš 6fe4485c3e doc: various updates of building documentation. 11 years ago
Vladimír Vondruš b4aa394681 Platform: make it possible to use Sdl2Application with EGL on Windows. 11 years ago
Vladimír Vondruš eb590c7f47 Make it possible to run GL tests on Windows/EGL. 11 years ago
Vladimír Vondruš 8f9bda9817 Disable other utilities on Windows/GLES. 11 years ago
Vladimír Vondruš ad342ab18f Platform: build magnum-info on Windows/EGL too. 11 years ago
Vladimír Vondruš 500b18f657 Platform: added WindowlessWindowsEglApplication. 11 years ago
Vladimír Vondruš 70c0ca7c66 Fix constexpr mismatch on MSVC 2015 and GLES. 11 years ago
Vladimír Vondruš e7e8b75d06 Platform: properly find and use EGL when needed. 11 years ago
Vladimír Vondruš 222947ae2c Avoid including unsupported headers on ES2. 11 years ago
Vladimír Vondruš 5922c859a2 Don't compile desktop-only stuff on ES. 11 years ago
Vladimír Vondruš ebd8794ce6 Don't include ES3/desktop-only header on ES2. 11 years ago
Vladimír Vondruš 3d7953f2e9 Test Version debug output. 11 years ago
Vladimír Vondruš 177aa7b7d9 modules: support ANGLE in FindOpenGLES2/3 and FindEGL CMake modules. 11 years ago
Vladimír Vondruš 8d5cccf285 Use BPTC instead of S3TC in 3D compressed texture test. 11 years ago
Vladimír Vondruš 0d2ee71f64 S3TC really is *not* supported on 3D textures. 11 years ago
Vladimír Vondruš 8ebbd5be45 Use Texture2DArray instead of Texture3D for compressed pixel storage test. 11 years ago
Vladimír Vondruš eb00614ece Fix compilation of transform feedback test shaders on Mesa. 11 years ago
Vladimír Vondruš c2ceda73d1 Fix compilation of MeshGLTest shader. 11 years ago
Vladimír Vondruš bbeed0ad83 Use CUBE_MAP_POSITIIVE_X instead of CUBE_MAP in glGetTexLevelParameter. 11 years ago
Vladimír Vondruš 420b3435f2 Use glGetStringi() on Emscripten/WebGL 2. 11 years ago
Vladimír Vondruš 285ee48807 modules: fix finding of SDL2 on OSX. 11 years ago
Vladimír Vondruš d345d0a22b package/ci: reorganize appveyor.yml. 11 years ago
Vladimír Vondruš 39ec4900eb Various cleanup. 11 years ago
Vladimír Vondruš 0990f6ae46 package/ci: the AppVeyor workaround is not needed anymore. 11 years ago
Vladimír Vondruš 539e24787c Travis CI badge in README. 11 years ago
Vladimír Vondruš 54e5d30806 package/ci: okay, CMD.exe is *fun*. 11 years ago
Vladimír Vondruš 8bdaab7a0e package/ci: temporary workaround to unbreak AppVeyor CI build. 11 years ago
Vladimír Vondruš 670ccb97f7 package/ci: initial Travis CI configuration. 11 years ago
Vladimír Vondruš 597f37c177 GCC 4.7 compatibility: some {}-related issues. 11 years ago
Vladimír Vondruš ab2a5c8a28 Fix compilation on Clang. 11 years ago
Vladimír Vondruš da2ac00478 Shaders: ability to do alpha-masking with Phong. 11 years ago
Vladimír Vondruš 2ad49aa351 Support for KHR_blend_equation_advanced{,_coherent}. 11 years ago
Vladimír Vondruš f41321f930 MSVC 2015 compatibility: yet another {}-related bug. 11 years ago
Vladimír Vondruš f2e20ba5c0 Math: default alpha parameter also for Color4::fromHSV(). 11 years ago
Vladimír Vondruš 45e6985f25 SceneGraph: fix MSVC 2015 shadowing warnings. 11 years ago
Vladimír Vondruš 1965dffbbd Text: prefix private member variables with underscore. 11 years ago
Vladimír Vondruš 1ad5f330b0 MeshTools: silence conversion warning on MSVC. 11 years ago
Vladimír Vondruš 127f34b657 Math: fix typedef shadowing. 11 years ago
Vladimír Vondruš 5391ab247e Math/Algorithms: fix variable shadowing. 11 years ago
Vladimír Vondruš 8b6ff33476 DebugTools: prefix private member variables with underscore. 11 years ago
Squareys 2e778f235b package/ci: Write alsoft.ini 11 years ago
Squareys 2275544fa9 Audio: Expand Source test and fix bugs revealed in the process 11 years ago
Squareys c68e77e247 Audio: Add debug operator for Audio::Renderer::DistanceModel 11 years ago
Squareys 65c6eb78e3 Audio: Expand RendererTest 11 years ago