Commit Graph

  • ef777c8078 Audio: Add Playable feature, PlayableGroup and test Squareys 2015-09-29 00:28:19 +0200
  • 670c9d0763 Adapted to Corrade::Utility::Debug changes. Vladimír Vondruš 2015-09-28 17:56:44 +0200
  • 0aa16595eb Use new-style debug operators everywhere. Vladimír Vondruš 2015-09-28 15:18:47 +0200
  • 2ec073ad37 Superfluous comma. Vladimír Vondruš 2015-09-28 12:58:59 +0200
  • 9ef89cfdf4 doc: mention Travis CI in building documentation. Vladimír Vondruš 2015-09-28 12:57:57 +0200
  • e9c4fc3f0f modules: updated FindCorrade.cmake from Corrade repository. Vladimír Vondruš 2015-09-28 12:38:08 +0200
  • 6e98f5145c Advertise ANGLE support. Vladimír Vondruš 2015-09-27 22:23:59 +0200
  • cf1a5b219d doc: documented building for ANGLE. Vladimír Vondruš 2015-09-27 22:18:33 +0200
  • 6fe4485c3e doc: various updates of building documentation. Vladimír Vondruš 2015-09-27 22:18:12 +0200
  • b4aa394681 Platform: make it possible to use Sdl2Application with EGL on Windows. Vladimír Vondruš 2015-09-27 21:59:05 +0200
  • eb590c7f47 Make it possible to run GL tests on Windows/EGL. Vladimír Vondruš 2015-09-27 21:58:27 +0200
  • 8f9bda9817 Disable other utilities on Windows/GLES. Vladimír Vondruš 2015-09-27 21:57:31 +0200
  • ad342ab18f Platform: build magnum-info on Windows/EGL too. Vladimír Vondruš 2015-09-27 21:57:01 +0200
  • 500b18f657 Platform: added WindowlessWindowsEglApplication. Vladimír Vondruš 2015-09-27 21:56:35 +0200
  • 70c0ca7c66 Fix constexpr mismatch on MSVC 2015 and GLES. Vladimír Vondruš 2015-09-27 21:43:29 +0200
  • e7e8b75d06 Platform: properly find and use EGL when needed. Vladimír Vondruš 2015-09-27 21:42:41 +0200
  • 222947ae2c Avoid including unsupported headers on ES2. Vladimír Vondruš 2015-09-27 21:41:26 +0200
  • 5922c859a2 Don't compile desktop-only stuff on ES. Vladimír Vondruš 2015-09-27 21:40:31 +0200
  • ebd8794ce6 Don't include ES3/desktop-only header on ES2. Vladimír Vondruš 2015-09-27 21:39:48 +0200
  • 3d7953f2e9 Test Version debug output. Vladimír Vondruš 2015-09-27 21:39:18 +0200
  • 177aa7b7d9 modules: support ANGLE in FindOpenGLES2/3 and FindEGL CMake modules. Vladimír Vondruš 2015-09-27 21:37:48 +0200
  • 8d5cccf285 Use BPTC instead of S3TC in 3D compressed texture test. Vladimír Vondruš 2015-09-27 02:22:03 +0200
  • 0d2ee71f64 S3TC really is *not* supported on 3D textures. Vladimír Vondruš 2015-09-27 01:50:55 +0200
  • 8ebbd5be45 Use Texture2DArray instead of Texture3D for compressed pixel storage test. Vladimír Vondruš 2015-09-27 01:29:45 +0200
  • eb00614ece Fix compilation of transform feedback test shaders on Mesa. Vladimír Vondruš 2015-09-27 00:49:14 +0200
  • c2ceda73d1 Fix compilation of MeshGLTest shader. Vladimír Vondruš 2015-09-27 00:37:15 +0200
  • bbeed0ad83 Use CUBE_MAP_POSITIIVE_X instead of CUBE_MAP in glGetTexLevelParameter. Vladimír Vondruš 2015-09-27 00:26:59 +0200
  • 420b3435f2 Use glGetStringi() on Emscripten/WebGL 2. Vladimír Vondruš 2015-09-26 23:49:59 +0200
  • 285ee48807 modules: fix finding of SDL2 on OSX. Vladimír Vondruš 2015-09-26 21:34:12 +0200
  • d345d0a22b package/ci: reorganize appveyor.yml. Vladimír Vondruš 2015-09-26 21:15:15 +0200
  • 39ec4900eb Various cleanup. Vladimír Vondruš 2015-09-23 22:09:03 +0200
  • 0990f6ae46 package/ci: the AppVeyor workaround is not needed anymore. Vladimír Vondruš 2015-09-23 20:40:19 +0200
  • 539e24787c Travis CI badge in README. Vladimír Vondruš 2015-09-20 20:03:39 +0200
  • 54e5d30806 package/ci: okay, CMD.exe is *fun*. Vladimír Vondruš 2015-09-20 20:00:26 +0200
  • 8bdaab7a0e package/ci: temporary workaround to unbreak AppVeyor CI build. Vladimír Vondruš 2015-09-20 19:57:28 +0200
  • 670ccb97f7 package/ci: initial Travis CI configuration. Vladimír Vondruš 2015-09-14 21:28:07 +0200
  • 597f37c177 GCC 4.7 compatibility: some {}-related issues. Vladimír Vondruš 2015-09-15 09:48:11 +0200
  • ab2a5c8a28 Fix compilation on Clang. Vladimír Vondruš 2015-09-16 19:18:13 +0200
  • da2ac00478 Shaders: ability to do alpha-masking with Phong. Vladimír Vondruš 2015-09-11 18:36:01 +0200
  • 2ad49aa351 Support for KHR_blend_equation_advanced{,_coherent}. Vladimír Vondruš 2015-09-11 20:50:46 +0200
  • f41321f930 MSVC 2015 compatibility: yet another {}-related bug. Vladimír Vondruš 2015-09-11 18:32:27 +0200
  • f2e20ba5c0 Math: default alpha parameter also for Color4::fromHSV(). Vladimír Vondruš 2015-09-11 17:54:03 +0200
  • 45e6985f25 SceneGraph: fix MSVC 2015 shadowing warnings. Vladimír Vondruš 2015-09-11 17:49:29 +0200
  • 1965dffbbd Text: prefix private member variables with underscore. Vladimír Vondruš 2015-09-11 17:47:22 +0200
  • 1ad5f330b0 MeshTools: silence conversion warning on MSVC. Vladimír Vondruš 2015-09-11 17:47:04 +0200
  • 127f34b657 Math: fix typedef shadowing. Vladimír Vondruš 2015-09-11 17:46:51 +0200
  • 5391ab247e Math/Algorithms: fix variable shadowing. Vladimír Vondruš 2015-09-11 17:46:32 +0200
  • 8b6ff33476 DebugTools: prefix private member variables with underscore. Vladimír Vondruš 2015-09-11 17:44:36 +0200
  • 2e778f235b package/ci: Write alsoft.ini #107 Squareys 2015-09-10 19:06:31 +0200
  • 2275544fa9 Audio: Expand Source test and fix bugs revealed in the process Squareys 2015-08-30 01:12:25 +0200
  • c68e77e247 Audio: Add debug operator for Audio::Renderer::DistanceModel Squareys 2015-08-29 17:59:21 +0200
  • 65c6eb78e3 Audio: Expand RendererTest Squareys 2015-09-02 19:25:26 +0200
  • badbc41b4e Audio: Implement missing getters for Audio::Renderer Squareys 2015-08-29 00:12:56 +0200
  • 111f566f2f Audio: Add remaining getters to Source Squareys 2015-08-28 21:00:53 +0200
  • 03c8272aea doc: updated MinGW-w64 building documentation. Vladimír Vondruš 2015-09-08 15:01:18 +0200
  • d7a922bfb5 Remove old std::u32string-related MinGW workarounds. Vladimír Vondruš 2015-09-08 13:22:27 +0200
  • e2c1ca1487 Remove old std::to_string()-related MinGW workarounds. Vladimír Vondruš 2015-09-08 13:21:52 +0200
  • d971d388c2 MagnumFont: at least some test for glyph cache creation. Vladimír Vondruš 2015-09-08 10:33:06 +0200
  • 0df7b1b40d Avoid ambiguous overloads when passing Containers::Array to BufferImage. Vladimír Vondruš 2015-09-08 09:59:15 +0200
  • b3f20e41fd Passing nullptr data to BufferImage would assert anyway. Vladimír Vondruš 2015-09-08 09:51:27 +0200
  • 0c086b631b Fix OpenGL object label queries. Vladimír Vondruš 2015-09-08 09:37:13 +0200
  • 7230d47af8 magnum-distancefieldconverter: use AnyImageConverter by default. Vladimír Vondruš 2015-09-08 01:51:31 +0200
  • 7c231ca5a5 package/ci: no need to specify SDL2 library explicitly anymore. Vladimír Vondruš 2015-09-08 01:23:18 +0200
  • 2521c3d5d7 modules: support Windows release package by default. Vladimír Vondruš 2015-09-08 01:22:01 +0200
  • 326d1d6a98 modules: FindSDL2.cmake cleanup. Vladimír Vondruš 2015-09-08 01:21:47 +0200
  • e7f2b41c95 Audio: use proper function. Vladimír Vondruš 2015-09-08 01:16:08 +0200
  • c341f74553 package/ci: minor cleanup. Vladimír Vondruš 2015-09-08 01:15:57 +0200
  • def6d89452 package/ci: this time for real, right? Vladimír Vondruš 2015-09-08 00:45:47 +0200
  • 3e7e1bcccf package/ci: so maybe this? Vladimír Vondruš 2015-09-08 00:38:45 +0200
  • 0a451cba41 package/ci: ugh. Vladimír Vondruš 2015-09-08 00:36:42 +0200
  • 2149468976 package/ci: we need OpenAL32.dll in PATH. Vladimír Vondruš 2015-09-08 00:35:18 +0200
  • d0ee6200f5 package/ci: try to build also Audio lib on AppVeyor. Vladimír Vondruš 2015-09-08 00:24:06 +0200
  • 81c485dd62 New AnyAudioImporter plugin. Vladimír Vondruš 2015-09-08 00:09:44 +0200
  • 2c591d1a1e New AnyImageConverter plugin. Vladimír Vondruš 2015-09-07 22:21:16 +0200
  • c2f469f01b Any*Importer: proper absolute includes. Vladimír Vondruš 2015-09-07 22:23:49 +0200
  • 7da85e659d Any*Importer: proper docs. Vladimír Vondruš 2015-09-07 22:22:20 +0200
  • 3b03d15009 Audio: provide access to plugin manager in AbstractImporter. Vladimír Vondruš 2015-09-08 00:07:01 +0200
  • 21fc790632 Trade: make AbstractImageConverter API non-const. Vladimír Vondruš 2015-09-07 20:29:32 +0200
  • 199d086419 Trade: provide access to plugin manager in AbstractImageConverter. Vladimír Vondruš 2015-09-07 19:29:20 +0200
  • 2cbb57c6da Trade: improve AbstractImageConverter API. Vladimír Vondruš 2015-08-21 09:27:42 +0200
  • e0b5d05b9f Allow creating ImageView with nullptr data. Vladimír Vondruš 2015-09-07 22:47:29 +0200
  • 0f7f2e0780 Verify that it's possible to create ImageView with nullptr data. Vladimír Vondruš 2015-09-07 22:44:57 +0200
  • 87b2f7dc13 AnyImageImporter: fix documentation. Vladimír Vondruš 2015-09-07 20:26:15 +0200
  • fef46953ec Define-out precision qualifiers in test shaders for GLSL 1.20. Vladimír Vondruš 2015-09-07 19:04:14 +0200
  • 21076d0cae Advertise MSVC 2015 support, add AppVeyor badge. Vladimír Vondruš 2015-09-07 02:22:52 +0200
  • 9373d5cd45 Missing includes. Vladimír Vondruš 2015-09-07 01:27:37 +0200
  • e1651f7388 Provide AbstractQuery forward declaration. Vladimír Vondruš 2015-09-07 01:27:01 +0200
  • 7e80d1f7ae Cleanup. Vladimír Vondruš 2015-09-07 01:09:26 +0200
  • 69949b991a Fix memory corruption on MSVC. Vladimír Vondruš 2015-09-07 01:07:32 +0200
  • 6547a59f0b ObjImporter: open the file as binary. Vladimír Vondruš 2015-09-07 00:06:43 +0200
  • 86c8fdef8d Fix linking of tests on MinGW-w64 GCC 5.1. Vladimír Vondruš 2015-09-07 00:03:42 +0200
  • 0f599567bb MSVC 2015 compatibility: give up also on this. Vladimír Vondruš 2015-09-07 00:26:19 +0200
  • 54fc071d2b MSVC 2015 compatibility: NaN is not constexpr. Vladimír Vondruš 2015-09-07 00:07:35 +0200
  • cf6bf1694f MSVC 2015 compatibility: another compiler crash. Vladimír Vondruš 2015-09-07 00:03:17 +0200
  • eac01167f5 MSVC 2015 compatibility: except long double (de)normalization to fail. Vladimír Vondruš 2015-09-07 00:01:36 +0200
  • 2c16190942 MSVC 2015 compatibility: that thing wants to call destructor everywhere. Vladimír Vondruš 2015-09-06 23:43:56 +0200
  • bfbacaa7c9 MSVC 2015 compatibility: random stuff that's causing compiler crashes. Vladimír Vondruš 2015-09-06 23:42:40 +0200
  • 9757a0df84 MSVC 2015 compatibility: you don't like <> too? Uh. Vladimír Vondruš 2015-09-06 23:39:53 +0200
  • b2604bb903 MSVC 2015 compatibility: issues with delegating constexpr tag constructors. Vladimír Vondruš 2015-09-06 23:37:48 +0200
  • d8ce08dd64 MSVC 2015 compatibility: what I'm doing wrong? Vladimír Vondruš 2015-09-06 23:22:56 +0200