3185 Commits (7fabf280fd3dc6bd6927560fea7d2e7ce17930e3)
 

Author SHA1 Message Date
Vladimír Vondruš 7fabf280fd Platform: don't display empty ES2 extension list. 12 years ago
Vladimír Vondruš 6f42745250 Silence deprecated warnings in internals of deprecated build. 12 years ago
Vladimír Vondruš 02be314e9c Error out when compatibility branch is needed for particular compiler. 12 years ago
Vladimír Vondruš e1105300cb Fix Context initialization in WebGL. 12 years ago
Vladimír Vondruš 8a9fa4d999 Test also ResourceManager::set() with default values. 12 years ago
Vladimír Vondruš 6015896ceb Doxygen I hate you. 12 years ago
Vladimír Vondruš e8aa600a34 Polished docs of ResourceManager API. 12 years ago
Vladimír Vondruš b64a50c821 SceneGraph: avoid unnecessary copies in deprecated functions. 12 years ago
Vladimír Vondruš 388db5ae00 SceneGraph: no need to return void. 12 years ago
Vladimír Vondruš ceb150f6d6 SceneGraph: workaround ambiguous overloads on deprecated GCC < 4.7 build. 12 years ago
Vladimír Vondruš 70a4909ed0 SceneGraph: don't do infinite recursion on deprecated Object::setClean(). 12 years ago
Vladimír Vondruš 12a2bb81ba Doc++, added some TODOs. 12 years ago
Vladimír Vondruš b9ca5f11a8 MeshTools: actually use the epsilon parameter. 12 years ago
Vladimír Vondruš b6f8ad4fa1 SceneGraph: fix Object test on deprecated build. 12 years ago
Vladimír Vondruš a16963276b SceneGraph: fix deprecated build. 12 years ago
Vladimír Vondruš 650fd6766b SceneGraph: use std::reference_wrapper in FeatureGroup internals. 12 years ago
Vladimír Vondruš aa49008358 SceneGraph: using std::reference_wrapper instead of pointers. 12 years ago
Vladimír Vondruš 8acd03778e SceneGraph: documentation updates and fixes. 12 years ago
Vladimír Vondruš ae9462b4c8 Shaders: documentation improvements. 12 years ago
Vladimír Vondruš e55ee11b6a Deprecate AbstractTexture::maxLayers() altogether. 12 years ago
Vladimír Vondruš 7376e8f36d Use functions to bind textures to shader rather than *Texture::bind(). 12 years ago
Vladimír Vondruš b1be448453 doc: hint that these function actually take some parameters. 12 years ago
Vladimír Vondruš cef4fde398 DebugTools: fix obsolete reference in documentation. 12 years ago
Vladimír Vondruš 703ce0bd89 Explicitly passing shader to Mesh*::draw(). 12 years ago
Vladimír Vondruš c70f037add Deprecate implicit conversion of Resource<T, U> to U&. 12 years ago
Vladimír Vondruš 5a79193227 Trade: allow objects without materials. 12 years ago
Vladimír Vondruš 3c64b371ac Audio: remove useless deprecated function. 12 years ago
Vladimír Vondruš 2713d0f725 Doc++ 12 years ago
Vladimír Vondruš a93774eeb2 doc: update Getting Started for MSVC too. 12 years ago
Vladimír Vondruš 3a3830098b doc: mention that it might be easier to use SDL2 on newer systems. 12 years ago
Vladimír Vondruš 2ba69b2c2b doc: added Visual Studio building instructions. 12 years ago
Vladimír Vondruš 4c21e10e57 Support both DSA and SSO variants of glProgramUniform*(). 12 years ago
Vladimír Vondruš 4a289c9df5 package: Magnum doesn't have versioned libraries. 12 years ago
Vladimír Vondruš e3248bf524 package: fix typo. 12 years ago
Vladimír Vondruš 40c8548db7 package: no CMake files are installed by Magnum. 12 years ago
Vladimír Vondruš e7159c52ae package: added debian package. 12 years ago
Vladimír Vondruš 6ce7466b21 Use UnsignedInt instead of std::size_t for attribute sizes/offsets. 12 years ago
Vladimír Vondruš 69225bf8c1 doc: clearly mention all possibly needed CMake module files. 12 years ago
Vladimír Vondruš 29deb70f23 doc: mention also OpenGL version for optionally used extensions. 12 years ago
Vladimír Vondruš 6fb04dcdfe modules: work around GLUT_Xi_LIBRARY-related CMake errors on Ubuntu. 12 years ago
Vladimír Vondruš 30aae1bd48 modules: actually detect the MAGNUM_PLUGINS_DIR. 12 years ago
Vladimír Vondruš 3a1c776557 Adapted to Corrade::PluginManager changes. 12 years ago
Vladimír Vondruš 123a850f4b doc: moved GL-related TODOs where they belong. 12 years ago
Vladimír Vondruš 0ed2103411 package: enable everything possible in ArchLinux PKGBUILD. 12 years ago
Vladimír Vondruš 409153380e MeshTools: cleaned up duplicate(). 12 years ago
Vladimír Vondruš cc1142cc17 MeshTools: reworked removeDuplicates(). 12 years ago
Vladimír Vondruš d19b3837fe MeshTools: reworked combineIndexedArrays(). 12 years ago
Vladimír Vondruš 8b209a24ba Audio: use std::reference_wrapper instead of pointers. 12 years ago
Vladimír Vondruš 529513d536 Removed redundant `Buffer` suffixes from FramebufferBlit enum. 12 years ago
Vladimír Vondruš 8f9036104d doc: explicitly mention that given extension is needed for ES2. 12 years ago