161 Commits (f984c15e15bbeff17c8bec8023cb5796d2aa7439)

Author SHA1 Message Date
Vladimír Vondruš f984c15e15 GCC 4.5 compatibility: cannot default destructor in class body. 13 years ago
Vladimír Vondruš 100990cb0e Move extension loading into Magnum::Context. 13 years ago
Vladimír Vondruš 519f9f7c32 Use glLoadGen instead of GLEW. 13 years ago
Vladimír Vondruš f4ff04350e Platform: ability to show extensions also for fully supported versions. 13 years ago
Vladimír Vondruš c279a161db Removed annoying Doxygen workaround for #undef. 13 years ago
Vladimír Vondruš 13d5e2a50f Removed enum-referencing Doxygen workarounds. 13 years ago
Vladimír Vondruš 1b6ef7e0bd Platform: updated markup to be valid HTML5. 13 years ago
Vladimír Vondruš d04b308aa3 Reducing pointer chasings, part 1: method chaining via references. 13 years ago
Vladimír Vondruš 99c72ed99b Initial support for OpenGL 4.4. 13 years ago
Vladimír Vondruš e35b82ba9b Platform: forgot this. 13 years ago
Vladimír Vondruš d89e3a9a5a GCC 4.5 compatibility: some explicit typing needed. 13 years ago
Vladimír Vondruš 231aaeb4aa Platform: documentation updates. 13 years ago
Vladimír Vondruš 883600e373 Platform: make Configuration constructors explicit. 13 years ago
Vladimír Vondruš 0bd2898972 GCC 4.5 compatibility: some explicit typing needed. 13 years ago
Vladimír Vondruš fe91f02549 GCC 4.5 compatibility: nullptr-related issues. 13 years ago
Vladimír Vondruš 4222d8a297 Platform: pass application configuration via reference, not pointer. 13 years ago
Vladimír Vondruš 2f19497b39 Platform: hide the <embed> in magnum-info even better. 13 years ago
Vladimír Vondruš ce52947297 Platform: don't forget to install also the CSS file. 13 years ago
Vladimír Vondruš 106921ac99 Platform: improve magnum-info in NaCl, add reusable JS and CSS files. 13 years ago
Vladimír Vondruš e8e94d86f5 Platform: minor CMakeLists.txt cleanup. 13 years ago
Vladimír Vondruš 4091d7c9b5 Platform: fix unused variable warning. 13 years ago
Vladimír Vondruš c81a1d78b8 Platform: added also CORRADE_TARGET_EMSCRIPTEN to `magnum-info`. 13 years ago
Vladimír Vondruš ea7bf5038d Platform: print each flag on separate line in `magnum-info`. 13 years ago
Vladimír Vondruš b62db63c57 Platform: added CORRADE_GCC47_COMPATIBILITY to `magnum-info`. 13 years ago
Vladimír Vondruš a08978e7cb Platform: ported magnum-info to NaCl. 13 years ago
Vladimír Vondruš 4ffc84699b Platform: portable WindowlessApplication usage in `magnum-info`. 13 years ago
Vladimír Vondruš 7756a0e258 Platform: Doxygen fixes. 13 years ago
Vladimír Vondruš 7b68dc2e0a Platform: added WindowlessNaClApplication. 13 years ago
Vladimír Vondruš 902b368207 Platform: fixed copypaste error. 13 years ago
Vladimír Vondruš 6c64b56cc8 Platform: redirect debug output to JS console in NaClApplication. 13 years ago
Vladimír Vondruš f0e9871f10 Platform: #undef another mess from Xorg headers. 13 years ago
Vladimír Vondruš 6a91e8f14f GCC 4.5 compatibility: no range-based for. 13 years ago
Vladimír Vondruš 72e83c4f49 Platform: inline/virtual optimizations. 13 years ago
Vladimír Vondruš db71a23e3c Bring whole Corrade namespace into Magnum namespace. 13 years ago
Vladimír Vondruš ab5b6fcbb3 Added Context::shadingLanguageVersionStrings(), better extension query. 13 years ago
Vladimír Vondruš 11b3150a31 Support for ARB_robustness. 13 years ago
Vladimír Vondruš 61dd06cb92 Why the hell did I write this? 13 years ago
Vladimír Vondruš b85f50ffab Platform::Sdl2Application: properly handle SDL_QUIT. 13 years ago
Vladimír Vondruš 7ef8432fbe Doxygen: ignore specific namespaces instead of whole directories. 13 years ago
Vladimír Vondruš 33ad4b0cff Platform::Sdl2Application: just wait for next event. 13 years ago
Vladimír Vondruš 6fd8dc86ad Platform: moved Sdl2Application event loop into separate function. 13 years ago
Vladimír Vondruš c5c57e17da Emscripten: ported FindOpenGLES2.cmake and FindSDL2.cmake. 13 years ago
Vladimír Vondruš 2a6c52c97b Platform: fix WindowlessGlxApplication context creation and destruction. 13 years ago
Vladimír Vondruš f0958647c1 Platform: more intuitive argc/argv Arguments structure. 13 years ago
Vladimír Vondruš ef0efecc9c Platform: fixed Sdl2Application::tryCreateContext(). 13 years ago
Vladimír Vondruš bb39338008 Platform: better diagnostic in Sdl2Application::tryCreateContext(). 13 years ago
Vladimír Vondruš e69693e87f Use `std::` prefix everywhere. 13 years ago
Vladimír Vondruš fe0f5dc438 Use `nullptr` instead of `0`. 13 years ago
Vladimír Vondruš 5c89c89ff8 Platform: added window flags to Sdl2Application. 13 years ago
Vladimír Vondruš bda6202d42 Platform: ability to negotiate context in {Glut,NaCl,Sdl2}Application. 13 years ago