3146 Commits (6fb04dcdfe3373e1ccc7715fec5925a8c50f7f6f)
 

Author SHA1 Message Date
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
Vladimír Vondruš 41235c20eb Fix version checks on OpenGL 2.1 and OpenGL ES 2.0. 12 years ago
Vladimír Vondruš 17ae24cee2 It probably isn't good idea to have version checks as assertions. 12 years ago
Vladimír Vondruš fa4558f5b5 Use version() utility function also internally. 12 years ago
Vladimír Vondruš deb69d1197 Print more information when cannot retrieve OpenGL version. 12 years ago
Vladimír Vondruš 370f1bf7e3 Hide yet-unused private function on ES. 12 years ago
Vladimír Vondruš 10669f9e78 Fix class/struct mismatch. 12 years ago
Vladimír Vondruš 132c2f4e64 package: ensure that static libs are being kept in ArchLinux packages. 12 years ago
Vladimír Vondruš a88155a198 Actually make use of EXT_texture_storage on ES2. 12 years ago
Vladimír Vondruš a05594bdfd Doc++ 12 years ago
Vladimír Vondruš 97874a15ac Fix BufferImage test to pass and retrieve data with proper alignment. 12 years ago
Vladimír Vondruš fc35adaac2 Use *Image::dataSize() instead of manual buggy size computation. 12 years ago
Vladimír Vondruš 11522ac0cf Get rid of pointers in internal texture implementation. 12 years ago
Vladimír Vondruš 932e629456 Actually implement the fallback for Renderer::resetNotificationStrategy(). 12 years ago
Vladimír Vondruš 1d218cbed2 Enable Buffer::invalidate*Data() on ES. 12 years ago
Vladimír Vondruš 57ca8ee909 Removed Buffer::maxVertexAttributeBindings(). 12 years ago
Vladimír Vondruš 1ef4a364c9 doc: actually we have a way to retrieve object labels. 12 years ago
Vladimír Vondruš 5d938e7f4f Moved global data from Renderer class to per-context state. 12 years ago
Vladimír Vondruš 1ad8be425f Moved global data from Mesh class to per-context state. 12 years ago
Vladimír Vondruš e921a111b5 Moved global data from Buffer class to per-context state. 12 years ago
Vladimír Vondruš 8cdefa1e0b Moved global data from shader classes to per-context state. 12 years ago
Vladimír Vondruš 37b9f4d846 Moved global data from texture classes to per-context state. 12 years ago
Vladimír Vondruš c1c71339e4 Moved global data from framebuffer classes to per-context state. 12 years ago
Vladimír Vondruš 28939078e2 Decide about used extensions on only one place. 12 years ago