195 Commits (dc18ebcb239d388c917c2304df73cfb100d8cef1)

Author SHA1 Message Date
Vladimír Vondruš e3589e84b4 GL: skip tests for mismatched mesh attribute signedness on WebGL. 5 years ago
Vladimír Vondruš 86d78aba10 GL: fix MeshGLTest on WebGL. 5 years ago
Vladimír Vondruš 37495b0841 GL: make renderbuffer format match the shader format in MeshGLTest. 5 years ago
Vladimír Vondruš c2ecaa6abf GL: AbstractShaderProgram::draw() that takes plain array views. 5 years ago
Vladimír Vondruš ae0aa306c6 GL: clarify an assert. 5 years ago
Vladimír Vondruš d8c6a7d690 GL: the multi-draw test for Mesh was underwhelming, to say the least. 5 years ago
Vladimír Vondruš dc5fdd7cb5 GL: fix a confusing typo in a comment. 5 years ago
Aaron Gokaslan ca677c69fe Fix typos 5 years ago
Vladimír Vondruš 63a8df1075 CMake: make dynamic plugins dependencies of tests that use CompareImage. 5 years ago
Vladimír Vondruš ec19c25e46 Adapt to Corrade changes. 5 years ago
Vladimír Vondruš d44514b60f GL: properly skip a test on a no-assert build. 5 years ago
Vladimír Vondruš 2f24199ed7 GL: improve message for the common mesh assert in multi-draw. 5 years ago
Vladimír Vondruš c0d64b913e GL: this Buffer::setStorage() overload wasn't implemented. 5 years ago
Vladimír Vondruš 61f8b5da57 GL: enable cube map 3D image up/download on all platforms. 5 years ago
Vladimír Vondruš 595421da16 GL: rename & reorganize cubemap internals and test cases for clarity. 5 years ago
Vladimír Vondruš 65a935cedc Test: adapt to changes in CORRADE_SKIP(). 5 years ago
Vladimír Vondruš ed9deff432 Test: adapt to a less shitty CORRADE_COMPARE(). 5 years ago
Vladimír Vondruš cc5f2d7862 Deprecate the weird Magnum::Array class. 5 years ago
Vladimír Vondruš 87088296d8 GL: this TimeQuery test was just dumb. 5 years ago
Vladimír Vondruš 7111085d1e GL: add an extensive test for Context moving. 5 years ago
Vladimír Vondruš 4de9f75e1c GL: make the Context::makeCurrent() test more robust. 5 years ago
Vladimír Vondruš 5714828e0a GL: the compiler outsmarted me and made my test fail. 5 years ago
Vladimír Vondruš 8028cbe633 GL: ensure no errors are thrown when asking for Context strings. 5 years ago
Vladimír Vondruš bc9a34ce1b GL: no need for these hacks anymore. 5 years ago
Vladimír Vondruš fd1492f56b GL: introduce Context::Configuration mirroring --magnum-* arguments. 5 years ago
Vladimír Vondruš 49630d43d4 GL: add a type trait for checking if a type is an extension. 5 years ago
Vladimír Vondruš 95b3f8578d GL: rework Context to not use any STL containers. 5 years ago
Vladimír Vondruš ffdebff048 GL: implement the base instance and base vertex ES and WebGL extensions. 5 years ago
Vladimír Vondruš 63f55a37b1 GL: implement ANGLE_multi_draw and WEBGL_multi_draw support. 5 years ago
Vladimír Vondruš 3d136503d8 Updated copyright year. 5 years ago
Vladimír Vondruš 91631139f7 Test: use shorter std::is_copy_{constructible,assignable} everywhere. 5 years ago
Vladimír Vondruš d51094e972 GL: wait, PrimitiveQuery isn't on ES2 at all, so why the ifdefs. 6 years ago
Vladimír Vondruš 1a626a1db5 GL: Context move constructor should be marked noexcept. 6 years ago
Vladimír Vondruš e8f13af4be GL: test noexcept-movability of all GL classes. 6 years ago
Vladimír Vondruš 08bd6e9ae9 Test: fix wrong plugin name in a message. 6 years ago
Vladimír Vondruš 6e8e78c0e4 GL: verify that NoCreate constructors are explicit. 6 years ago
Vladimír Vondruš 75d238f50b GL: implemented ARB_buffer_storage. 6 years ago
Vladimír Vondruš aa13d08bac GL: newer SwiftShader implements NV_read_stencil, but it's broken. 6 years ago
Vladimír Vondruš 851af4fded GL: add *Texture::target(). 6 years ago
Vladimír Vondruš 51473776f1 GL: repro for the last remaining Apple buffer texture issue. 6 years ago
Vladimír Vondruš d0fa28c331 Use the new half/packed typedefs where appropriate. 6 years ago
Vladimír Vondruš 54c42dfb4d GL,Audio: sort extension lists alphabetically. 6 years ago
Vladimír Vondruš b45514cb1c GL,Audio: use CORRADE_ITERATION() in extension list tests. 6 years ago
Vladimír Vondruš 19e0e96d74 Updated copyright year. 6 years ago
Vladimír Vondruš 3942dff532 GL: add a test for global function pointers across libraries as well. 6 years ago
Vladimír Vondruš 9c14d8e354 Introduce a BUILD_STATIC_UNIQUE_GLOBALS option. 6 years ago
Vladimír Vondruš 5c10d6eb1e GL: implemented ARB_pipeline_statistics_query from GL 4.6. 6 years ago
Vladimír Vondruš 5ec5b35931 GL: fix double conversion warning in a test. 6 years ago
Vladimír Vondruš 86a5a63af9 Test: most tests now pass on Zink as well. 6 years ago
Vladimír Vondruš 6274911a3e GL: make the double precision shader tests work on llvmpipe. 6 years ago