4813 Commits (681257204bd6529ffe44cef8d40d56d2e2078ab1)

Author SHA1 Message Date
Vladimír Vondruš 681257204b Fix compilation of the RenderbufferFormat enum on WebGL 1. 8 years ago
Vladimír Vondruš fb483be512 MeshTools: suppress MSVC warning when using interleave(). 8 years ago
Vladimír Vondruš 93aeac258a Adapted to Corrade::PluginManager changes. 8 years ago
Vladimír Vondruš fff756ad06 Work around issue with Unicode shaders with threaded Emscripten. 8 years ago
Vladimír Vondruš f25259b825 Test: test compiling shaders with UTF-8 character inside. 8 years ago
Vladimír Vondruš ae1b44a522 Removed unneeded forward declaration. 8 years ago
Vladimír Vondruš 9f50fb8059 Doc++ 8 years ago
Vladimír Vondruš 29c2b69920 MagnumFont, MagnumFontConverter: include proper directories. 8 years ago
Vladimír Vondruš 1bb5b89505 Platform: added AndroidApplication::nativeActivity(). 8 years ago
Vladimír Vondruš 7295a7c0c9 Platform: wrap Android-specific header in preprocessor better. 8 years ago
Vladimír Vondruš cf20a4c5bb doc: more Android and platform-specific docs. 8 years ago
Vladimír Vondruš 8c74f4b2db Primitives: added grid3DSolid() and grid3DWireframe(). 8 years ago
Vladimír Vondruš accda6941a Properly print engine startup info to Android log. 8 years ago
Vladimír Vondruš bcec6b92f1 Test: fix compiler warning when compiling on ES3. 8 years ago
Vladimír Vondruš c95a8a5a0a Platform: don't use deprecated functionality. 8 years ago
Vladimír Vondruš a69aa12807 Platform: added AndroidApplication::windowSize(). 8 years ago
Vladimír Vondruš 2c40197764 Android: rework Android building docs from scratch using Gradle. 8 years ago
Vladimír Vondruš d7e7914839 Platform: avoid warnings about missing function declaration. 8 years ago
Vladimír Vondruš 97a39d7947 Platform: the Android app_dummy() workaround only got worse. 8 years ago
Vladimír Vondruš 9793123fba Math: long double issues are now only on 32-bit Android. 8 years ago
Vladimír Vondruš f4d69c24f4 Math: drop a workaround for old Android GCC. 8 years ago
Vladimír Vondruš 60ddfa888e DebugTools: fix Clang warning complaint. 8 years ago
Vladimír Vondruš 925d1759d9 Improve docs about running test/info executables on embedded platforms. 8 years ago
Vladimír Vondruš 3a5b03ac5b Port WindowlessEglApplication, OpenGLTester and magnum-info to Android. 8 years ago
Vladimír Vondruš 39b14ae29d Math: Android supports std::hypot(), round() and fma() now. 8 years ago
Vladimír Vondruš e3b0fab79c Remove obsolete string/number Android workarounds. 8 years ago
Vladimír Vondruš 87ba0bb265 Rework Android toolchain support. 8 years ago
Vladimír Vondruš f1f62d690c Platform: properly export unmangled android_main(). 8 years ago
Vladimír Vondruš 9529e488ec Platform: users of the AndroidApplication don't need the glue. 8 years ago
Vladimír Vondruš 1dc28efc1e Test: new NV drivers fix some bugs. 8 years ago
Vladimír Vondruš 8662919a2b Primitives: new solid and wireframe cone primitive. 8 years ago
Vladimír Vondruš ab32742b55 Primitives: make it possible to have wireframe hemisphere with one ring. 8 years ago
Vladimír Vondruš b1c60c1b78 Shaders: hint how to have a fully diffuse material with Phong. 8 years ago
Vladimír Vondruš c33fd4d9c6 doc: show how each primitive looks. 8 years ago
Vladimír Vondruš ae8db0471f Primitives: 3D circle primitive. 8 years ago
Vladimír Vondruš c139e0384d Primitives: get rid of useless classes. 8 years ago
Vladimír Vondruš 013f1273f9 Primitives: max out the code coverage. 8 years ago
Vladimír Vondruš 26ad5da081 TextureTools: rename internal code according to Shaders naming changes. 8 years ago
Vladimír Vondruš 7917741346 Shaders: rename texture binding functions from set*() to bind*(). 8 years ago
Vladimír Vondruš b0e75f077d Audio: manual indices for extensions. 8 years ago
Vladimír Vondruš 9ab528809d Audio: use public API of the Extension class. 8 years ago
Vladimír Vondruš 2a3a907c15 GL: manual indices for extensions. 8 years ago
Vladimír Vondruš 3d0ee00491 GL: use public API of the Extension class. 8 years ago
Vladimír Vondruš 1ea744cca0 GL: doc++ 8 years ago
Vladimír Vondruš 6c02f57c91 external: don't install OpenAL extension header if Audio is not enabled. 8 years ago
Vladimír Vondruš dd6c97a9ae external: license headers for this as well. 8 years ago
Vladimír Vondruš c7e55ad67e Rename all tool sources without the magnum prefix. 8 years ago
Vladimír Vondruš f3227ba2bf Simplify flag combination. 8 years ago
Vladimír Vondruš bb3d0cb9a3 doc: moved this TODO to a whiteboard for more visibility. 8 years ago
Vladimír Vondruš d8399fe317 Text: fix ambiguous function overloads. 8 years ago