5427 Commits (9c79d69fdcfd307cb94cf513ed04eed2420457f4)
 

Author SHA1 Message Date
Vladimír Vondruš 80e5cdf00d Update project website to a new location. 9 years ago
Vladimír Vondruš 2384d5cccd external: define also __gl3_h_ in the OpenGL headers. 9 years ago
Vladimír Vondruš e5bd799003 package/ci: Travis now explicitly needs libgl-dev. 9 years ago
Vladimír Vondruš dca4ba7881 CMake: specify folders for plugins as well. 9 years ago
Vladimír Vondruš 6f83ed516b modules: give MAGNUM_DEPLOY_PREFIX a saner default. 9 years ago
Vladimír Vondruš 5f6c032275 CMake: enable only C++, if possible. 9 years ago
Vladimír Vondruš df5c6fbd35 modules: added MAGNUM_DEPLOY_PREFIX cache variable. 9 years ago
Vladimír Vondruš 05ed476446 CMake: use relative install paths. 9 years ago
Vladimír Vondruš ed7eac0b42 Platform: implement Sdl2Application::windowSize() on Emscripten. 9 years ago
Vladimír Vondruš 1cf11a58ca Updated CREDITS.md. 9 years ago
Vladimír Vondruš 8757883bea Math: don't expect long double (de)normalization to work on MSVC. 9 years ago
Vladimír Vondruš d7acd86d3c DebugTools: the TODO still holds for MSVC 2017. 9 years ago
Vladimír Vondruš 0d7e1ba290 Shapes: functions are still not functions on MSVC 2017. 9 years ago
sigman 04c7ffdf1b Math/Algorithms: MSVC 2017 needs operator==() as well. 9 years ago
Vladimír Vondruš c6d77161a4 Math/Algorithms: deprecated std::iterator still needed in MSVC 2017. 9 years ago
Vladimír Vondruš fb9dee2677 Math: MSVC 2017 gets confused by default parameters in constexpr funcs. 9 years ago
sigman 24183ce3ba MagnumFont: explicit constructor required for MSVC 2017. 9 years ago
Vladimír Vondruš 2e14d2d752 modules: updated FindCorrade.cmake. 9 years ago
sigman e287c3c410 Add vs2017 to the build images 9 years ago
Krzysztof Szenk f1f34df6a0 Math: fixed bit setting bug in BoolVector::set 9 years ago
Krzysztof Szenk 4f746ce729 Added a test case for BoolVector::set 9 years ago
Vladimír Vondruš 477bf4c958 modules: work around CMake 3.0 bug with imported targets. 9 years ago
Vladimír Vondruš c12e316c0e package/ci: build GlfwApplication on AppVeyor. 9 years ago
Vladimír Vondruš c317d56a02 package/ci: build GLFW as dynamic for consistency. 9 years ago
Vladimír Vondruš 142fcae746 package/ci: forgot to test building of GlutApplication. 9 years ago
Vladimír Vondruš c8416ca4c3 package/ci: cache downloaded CMake on Travis. 9 years ago
Vladimír Vondruš b109d520a9 MeshTools: doc++ 9 years ago
Vladimír Vondruš 767f02525b modules: updated FindCorrade.cmake. 9 years ago
Vladimír Vondruš 219417e0fd Fix framebuffer attachments on ES2 w/o separate read/draw bindings. 9 years ago
Vladimír Vondruš 771bc60a0a package/archlinux: test more GL code paths in development PKGBUILDs. 9 years ago
Vladimír Vondruš 8e6fd52963 Fix the unfortunate interaction of VAOs and buffers from parent commit. 9 years ago
Vladimír Vondruš c8b31b8468 Test that binding index buffer internally doesn't affect bound VAOs. 9 years ago
Squareys 3268c5d430 package/ci: update to 14.04 on Travis CI, except for Android. 9 years ago
Vladimír Vondruš 4c8d4a7d03 package/ci: use Emscripten 1.37.1 instead of 1.37.10. 9 years ago
Vladimír Vondruš 9435b52911 Test: don't link non-GL tests to OpenGLTester library. 9 years ago
Vladimír Vondruš 2d7955a1f0 doc: update and improve Getting Started documentation. 9 years ago
Vladimír Vondruš 0371ebd9a3 SVGA3D: work around broken glTex[ture][Sub]Image*D() for arrays. 9 years ago
Vladimír Vondruš 2148d2c235 Properly include a header to avoid crashes on MSVC GLES build. 9 years ago
Vladimír Vondruš 96f2c670ff Test: enable PrimitiveQuery::Target::PrimitivesGenerated test on ES3. 9 years ago
Vladimír Vondruš 34335cc9b2 Fix compiler warning on WebGL 2 build. 9 years ago
Vladimír Vondruš 4d6008938c Fix ambiguous overload in ImageView constructor with non-const ArrayView. 9 years ago
Vladimír Vondruš b6c37ef077 Test that ImageView can eat non-const ArrayView. 9 years ago
Vladimír Vondruš e255a01ce3 SVGA3D: disable GL_ARB_get_texture_sub_image altogether. 9 years ago
Vladimír Vondruš 1f94067981 Implementation: doc++, minor cleanup. 9 years ago
Vladimír Vondruš 5d3e2e4223 Work around a bug with DSA glNamedBufferData() in SVGA3D driver. 9 years ago
Vladimír Vondruš 0455800111 Detecting VMware SVGA3D driver. 9 years ago
Vladimír Vondruš 4b589e10ac More consistent naming in Context::DetectedDriver. 9 years ago
Vladimír Vondruš fd683e4ca7 Platform: print detected driver in magnum-info. 9 years ago
Vladimír Vondruš d101ced2b4 Debug output for Context::DetectedDriver[s]. 9 years ago
Vladimír Vondruš 6faf6c009a On the other hand, most driver detection makes no sense on WebGL. 9 years ago