3290 Commits (35d0ef2e2cdb9d4fa5e4e4535026f826636d1e4f)

Author SHA1 Message Date
Vladimír Vondruš b648f9674c Math: constexpr *Matrix::{fromDiagonal,diagonal}() and also Matrix(T). 13 years ago
Vladimír Vondruš 4846b4b2ed Math: these aren't constexpr by a long shot. 13 years ago
Vladimír Vondruš 24f7de82c0 Get rid of unnecessary internal MagnumObjects OBJECT library. 13 years ago
Vladimír Vondruš 3494e7db83 GCC 4.4 compatibility: no std::is_constructible. 13 years ago
Vladimír Vondruš 417ad16470 GCC 4.4 compatibility: we can't default these. 13 years ago
Vladimír Vondruš a9ca7d7544 Platform: include cleanup. 13 years ago
Vladimír Vondruš bdfa0b4abe Proper syntax for deleted copy constructors. 13 years ago
Vladimír Vondruš f3bfeb1813 Disable strict-aliasing warnings for GCC 4.5. 13 years ago
Vladimír Vondruš fa9dbdaa2c Disable `-pedantic` also for GCC 4.5 and 4.4. 13 years ago
Vladimír Vondruš 60b7357f7b GCC 4.5 compatibility: cannot default constructor in class body. 13 years ago
Vladimír Vondruš 199428864f GCC 4.5 compatibility: inherited move semantics somehow doesn't work. 13 years ago
Vladimír Vondruš 51f21137df GCC 4.5 compatibility: nullptr-related issues. 13 years ago
Vladimír Vondruš 53bdfd059f GCC 4.5 compatibility: no bool conversion of std::integral_constant. 13 years ago
Vladimír Vondruš 51b000d03a GCC 4.5 compatibility: no forward declarations for enums. 13 years ago
Vladimír Vondruš 6ce1a939dc Enable VAOs by default for ES3. 13 years ago
Vladimír Vondruš 331433effa Shaders: somehow I need to enable the extension also on ES3. 13 years ago
Vladimír Vondruš 3854e63f5a Shaders: fix MeshVisualizer on ES3. 13 years ago
Vladimír Vondruš d003549328 Platform: fixed compilation of magnum-info on ES3. 13 years ago
Vladimír Vondruš d2b38b712f Fixed compilation of tests on ES3. 13 years ago
Vladimír Vondruš c1282964c5 Verify that version retrieval went right. 13 years ago
Vladimír Vondruš 63a611cd1f Fix OpenGL ES-related documentation. 13 years ago
Vladimír Vondruš 00dec60d33 Platform: implement ES2 and ES3 support for SDL2 and X-based applications. 13 years ago
Vladimír Vondruš cadaed853e Platform: ability to request context version in *X*Application. 13 years ago
Vladimír Vondruš e1e21bc9c5 Platform: doc++ 13 years ago
Vladimír Vondruš a96bd348d2 Platform: remove #define None. 13 years ago
Vladimír Vondruš 7c5762424b Platform: no-op context version setter in NaClApplication. 13 years ago
Vladimír Vondruš 8c39c5f11f Platform: ability to request context version in GlutApplication. 13 years ago
Vladimír Vondruš 3833478212 Platform: ability to request context version in Sdl2Application. 13 years ago
Vladimír Vondruš 63d4570f6a Platform: minor code deduplication, documentation and cleanup. 13 years ago
Vladimír Vondruš 49bd0b6ff0 Added version() utility function. 13 years ago
Vladimír Vondruš ce52f7b62f Moved Version enum to its own file. 13 years ago
Vladimír Vondruš 86e8739bc0 Updated and fixed *Query documentation. 13 years ago
Vladimír Vondruš 3d4db4e2b7 Primitives: set compile flags for proper library. 13 years ago
Vladimír Vondruš 533ff3d3d3 Don't modify CORRADE_CXX_FLAGS, but rather directly CMAKE_CXX_FLAGS. 13 years ago
Vladimír Vondruš 168807ed64 DebugTools: fix warning on MinGW. 13 years ago
Vladimír Vondruš e6200cc828 Use proper debug callback signature on Windows. 13 years ago
Vladimír Vondruš c9103b8947 Fix compilation of Shader on MinGW32. 13 years ago
Vladimír Vondruš 64a1d6be88 Mesh: set VAO id to 0 when the extension is not available. 13 years ago
Vladimír Vondruš f373b6518e Disabling strict aliasing on GCC >= 4.8. 13 years ago
Vladimír Vondruš cacd4c06eb NV_read_{depth,depth_stencil} is not available in unextended ES3. 13 years ago
Vladimír Vondruš 5115fb8624 Doc++, added todos. 13 years ago
Vladimír Vondruš 64c1b6cbd4 Text: disable test case if required extension is not available. 13 years ago
Vladimír Vondruš 8c0257e6e8 Abort the application on attempt to use any ES extension function. 13 years ago
Vladimír Vondruš ddc7fba391 Fixed compilation of tests on Clang. 13 years ago
Vladimír Vondruš ce7102df46 GCC 4.6 compatibility: no std::is_assignable. 13 years ago
Vladimír Vondruš bd955a77b7 Renamed Sampler::maxAnisotropy() to Sampler::maxMaxAnisotropy(). 13 years ago
Vladimír Vondruš 7fe926dcab Fix AbstractTexture::setWrapping() for rectangle textures. 13 years ago
Vladimír Vondruš fac8f7233c Sampler: remove old ES-specific workaround. 13 years ago
Vladimír Vondruš 1f15ac1d92 Added no-op fallback for unsupported EXT_texture_filter_anisotropic. 13 years ago
Vladimír Vondruš a8d35fb60f Testing all *Texture functionality. 13 years ago