3169 Commits (aa49008358fbedd6607cdaad2c54d0eecfa913cc)
 

Author SHA1 Message Date
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
Vladimír Vondruš 5373fdf3ad MeshTools: fix obvious out-of-range access in tipsify(). 12 years ago
Vladimír Vondruš 06f45d8674 Fix compilation on GCC 4.7. 12 years ago
Vladimír Vondruš 601913308b Removed now duplicate extension support status, added some TODOs. 12 years ago
Vladimír Vondruš 0e87886ac4 Allow method chaining also on BufferTexture. 12 years ago
Vladimír Vondruš 10cf24e158 Publicly inherit AbstractTexture in BufferTexture. 12 years ago
Vladimír Vondruš b68843bf22 Shader: ability to use version directive from shader source. 12 years ago
Vladimír Vondruš bcf1cf1c63 Better texture attaching in Framebuffer. 12 years ago
Vladimír Vondruš 959d40a02d Split Texture into TextureArray, MultisampleTexture and RectangleTexture. 12 years ago
Vladimír Vondruš 9e0db81093 Doc++ 12 years ago
Vladimír Vondruš 72fe6c3e10 Update OpenGL support. 12 years ago
Vladimír Vondruš ce403cd6a5 3D textures _are_ available in OpenGL ES 3.0. 12 years ago
Vladimír Vondruš 57eb4ea649 Code cleanup. 12 years ago
Vladimír Vondruš 99c0ec7195 doc: Missing include in Getting Started Guide. 12 years ago
Vladimír Vondruš dd2cac1e8a Assert on each OES_vertex_array_object function occurence. 12 years ago
Vladimír Vondruš 8a865e10a6 Fix version string comparison on desktop GL. 12 years ago
Vladimír Vondruš a4fa56b36d Fix ES3 build. 12 years ago