1790 Commits (f18297ab2bf09f49998a5e101ecbc69dcf38a73d)
 

Author SHA1 Message Date
Vladimír Vondruš f18297ab2b Define MAGNUM_TARGET_GLES3 if targetting ES and not ES2. 13 years ago
Vladimír Vondruš b0336c240d Platform: multisampling support in GlutApplication. 13 years ago
Vladimír Vondruš e8c7213d7a Platform: multisampling support in Sdl2Application. 13 years ago
Vladimír Vondruš aa7bdc4b7a Added multisampling to Renderer::Feature enum. 13 years ago
Vladimír Vondruš 0424e24993 Reordered Renderer::Feature enum. 13 years ago
Vladimír Vondruš 9121902c73 Minor documentation fixes. 13 years ago
Vladimír Vondruš cdcb37cd0c Platform: better way to specify application configuration. 13 years ago
Vladimír Vondruš 407071dc96 Math: test also possibility of Unit implicit conversions. 13 years ago
Vladimír Vondruš 32d03530e1 Math: test that implicit conversion vector <-> complex/quat can't compile. 13 years ago
Vladimír Vondruš 37c93468fd Math: test that implicit conversion of Rectangle type can't compile. 13 years ago
Vladimír Vondruš 51da8bd65b Math: updated Rectangle test to test constexpr functions. 13 years ago
Vladimír Vondruš 213499e7bb Math: test that implicit conversion from/to foreign types can't compile. 13 years ago
Vladimír Vondruš 1d5e3fee7a Math: test that implicit conversion of underlying type can't compile. 13 years ago
Vladimír Vondruš cc938a29dd Math: test that implicit conversion of T to Vector<T> won't compile. 13 years ago
Vladimír Vondruš 45ba444fb8 Math: properly test conversion constexpr also in Vector subclasses. 13 years ago
Vladimír Vondruš ca3b0f7d63 Added debug output operator for Buffer::Target. 13 years ago
Vladimír Vondruš 5f77a12f47 Fixed typos (ahem). 13 years ago
Vladimír Vondruš ecccbcc1bf Documented CMake usage and preprocessor variables. 13 years ago
Vladimír Vondruš 2040e34dd6 Documented also CMake side of platform portability. 13 years ago
Vladimír Vondruš fe45143617 Added dummy documentation file for Platform namespace. 13 years ago
Vladimír Vondruš 3a8a95107f Updated FindCorrade.cmake from Corrade repository. 13 years ago
Vladimír Vondruš 804cd71f3d Link to namespace-related documentation from namespaces. 13 years ago
Vladimír Vondruš 2c8a4c306c Platform: added Application and WindowlessApplication aliases. 13 years ago
Vladimír Vondruš 508dd4d94d Platform: have special MAGNUM_*APPLICATION_MAIN() for each class. 13 years ago
Vladimír Vondruš 29cb2a8d7a Platform: added MAGNUM_WINDOWLESSAPPLICATION_MAIN() alias. 13 years ago
Vladimír Vondruš 7e1037ceda FindMagnum: added also MAGNUM_WINDOWLESSAPPLICATION_* aliases. 13 years ago
Vladimír Vondruš cdbc12821f Fixed NaCl issues with gl2.h. 13 years ago
Vladimír Vondruš 0c612dee3d FindMagnum: provide MAGNUM_APPLICATION_{LIBRARIES,INCLUDE_DIRS} aliases. 13 years ago
Vladimír Vondruš b9cee8e014 Support for ES2 extension NV_texture_border_clamp. 13 years ago
Vladimír Vondruš 549b1466fc Support for ES2 extension ANGLE_depth_texture. 13 years ago
Vladimír Vondruš 91531d5f53 Support for ES2 extension NV_framebuffer_blit. 13 years ago
Vladimír Vondruš 8f37ebe9cf Better usage of external OpenGL headers. 13 years ago
Vladimír Vondruš e96503810a Updated external OpenGl headers, added missing `GLES2/gl2platform.h`. 13 years ago
Vladimír Vondruš 86f30b6b69 Clarified AbstractImage Format and Type enum documentation. 13 years ago
Vladimír Vondruš f56ebd4507 Fix OES_required_internalformat-related enums in AbstractTexture. 13 years ago
Vladimír Vondruš adde9154cd Doc++ 13 years ago
Vladimír Vondruš 78b52627c4 Platform: fix warning about undeclared function. 13 years ago
Vladimír Vondruš d6d69c40ad Fix comma at the end of enumeration list. 13 years ago
Vladimír Vondruš fa7665d63e Platform: no need to include GL headers just for GL_TRUE. 13 years ago
Vladimír Vondruš b7771de0a3 Set both TARGET_NACL and MAGNUM_TARGET_NACL in CMakeLists. 13 years ago
Vladimír Vondruš f490fc8149 DebugTools: no need to prefix the test so much. 13 years ago
Vladimír Vondruš 83bda8bbe6 Math: fixed test for denormalize<UnsignedLong, long double>(). 13 years ago
Vladimír Vondruš 35eb876303 Various other compilation fixes for OpenGL ES target. 13 years ago
Vladimír Vondruš ba0f56fa51 No need to use Double type in tests so extensively. 13 years ago
Vladimír Vondruš b28261d269 Math: fix compilation of tests with OpenGL ES. 13 years ago
Vladimír Vondruš 14c6790701 Shaders: set default values for VertexColorShader uniforms. 13 years ago
Vladimír Vondruš 127910d537 Shaders: minor tweaks. 13 years ago
Vladimír Vondruš be5c872c8a Math: fixed two typos in the test. 13 years ago
Vladimír Vondruš 66a3f1177d GCC 4.6 compatibility: disable `-pedantic` warning. 13 years ago
Vladimír Vondruš fcb756e42a Revert "GCC 4.6 compatibility: can't list-initialize array of classes." 13 years ago