5305 Commits (c12e316c0e59b7fe7713c1cc383d9aecf9e779e9)
 

Author SHA1 Message Date
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
Vladimír Vondruš cb2d590a33 Properly detect AMD and Intel drivers on ES builds as well. 9 years ago
Vladimír Vondruš b83b122005 Debug operator for Context::Flags. 9 years ago
Vladimír Vondruš 031da4f8a2 Bind some default VAO in case we are on core profile with ARB_VAO disabled. 9 years ago
Vladimír Vondruš 02efcf43a4 Platform: display whether this is GL core profile in magnum-info. 9 years ago
Vladimír Vondruš fe1a5413c5 Added Context::isCoreProfile(). 9 years ago
Vladimír Vondruš 58d5bf411f modules: SDL 2.0.5 needs AVFoundation on iOS. 9 years ago
Vladimír Vondruš 0d94673afb Platform: make it possible to run main loop iterations manually. 9 years ago
Vladimír Vondruš dcd2249039 Platform: no need to have things at such level of ugliness. 9 years ago
Vladimír Vondruš b1aae6dd12 package/archlinux: new PKGBUILDs for faster-built Emscripten packages. 9 years ago
Vladimír Vondruš df47c73290 Math: "fixed" SvdTest on recent Emscripten versions. 9 years ago
Émile Grégoire 931c16376b Fixes to CMake folder support. 9 years ago
Vladimír Vondruš ce6fc52654 Reduce amount of GL queries when asking for compressed (sub)images. 9 years ago
Vladimír Vondruš ec4b177e1b Test: make the tests compile again on old GCCs. 9 years ago
Vladimír Vondruš 6353761ce9 Test: reworked texture pixel storage tests. 9 years ago
Vladimír Vondruš 714a6e6ed4 Avoid ambiguity when constructing BufferImage. 9 years ago
Vladimír Vondruš f5b1672540 GL_TEXTURE_COMPRESSED_IMAGE_SIZE is *always* size of one cubemap face. 9 years ago
Vladimír Vondruš 1c98f2a901 Test: don't require GLSL 4.00 if not strictly necessary. 9 years ago
Vladimír Vondruš 96fa501f0b Test: don't even try if there are not enough XFB streams available. 9 years ago
Vladimír Vondruš b053ba5c32 Test: fix unnecessary test failure on macOS. 9 years ago
Vladimír Vondruš d443cb58ae Test: don't require GLSL 4.10 if not strictly needed. 9 years ago
Vladimír Vondruš 18057600c7 Test: cap multisample texture sample count to implementation limits. 9 years ago
Vladimír Vondruš d7b0f3f4ea Test: expect failure in CubeMapTexture::invalidateSubImage() on Mesa. 9 years ago