9721 Commits (1a9434253b241b0cfca04af5423a7b70cd4a9927)

Author SHA1 Message Date
Vladimír Vondruš c173c2d368 GL: some actual docs for all the shader drawing variants. 2 months ago
Vladimír Vondruš 059e97d284 GL: once again I forgot about this one particular MSVC 2015 shittiness. 2 months ago
Vladimír Vondruš 1c1d3e5ee8 GL: implement indirect drawing and compute dispatch. 2 months ago
Vladimír Vondruš 173472616b GL: this array sizing was weird. 2 months ago
Vladimír Vondruš 6dbd48559b GL: the unused member function warnings were useful, actually! 2 months ago
Vladimír Vondruš d7750f4559 GL: correctly propagate base instance to MeshViews in the test. 2 months ago
Vladimír Vondruš 43baa4502e GL: support EXT_base_instance on GLES. 3 months ago
Vladimír Vondruš d1951ce795 GL: no, those aren't supposed to be present on ES2. 3 months ago
Vladimír Vondruš 3b26301bc3 GL: recognize EXT_multi_draw_indirect and EXT_external_objects extensions. 3 months ago
Vladimír Vondruš bc7ee6d940 Doc++, updated credits and changelog. 3 months ago
Samuel Longchamps 09a0a5b944 Windows: near and far undef cause failure when including Windows headers 3 months ago
Vladimír Vondruš b4d621c957 Add missing transitive includes. 3 months ago
Vladimír Vondruš f3a4ce7d1d Math: add scalar and vector fract(). 3 months ago
Vladimír Vondruš 276a93a4ff Math: use {} for Vector construction in FunctionTests. 3 months ago
Vladimír Vondruš e46678f312 Math: doc++ 3 months ago
Vladimír Vondruš cac7c88397 Math: add a TODO. 3 months ago
Vladimír Vondruš e869cd1aff Math: adapt to CORRADE_NODISCARD changes. 3 months ago
Vladimír Vondruš f68e277a41 Math: clearly document what the TypeForSize helper is for. 4 months ago
Vladimír Vondruš 56a3aebf73 Math: fix swizzle support for Vector3 and Vector4 in singles. 4 months ago
Vladimír Vondruš c7c7f8d87f GL: don't mark a local inner struct with MAGNUM_GL_LOCAL. 4 months ago
Vladimír Vondruš ea060cd9d6 Update copyright year. 4 months ago
Vladimír Vondruš 7e5a9472e4 Math: add scatterInto(). 4 months ago
Vladimír Vondruš 5ea9faef04 Math: mark scatter() with CORRADE_NODISCARD. 4 months ago
Vladimír Vondruš 2ea43a8c5e Adapt to moving CORRADE_DEPRECATED*() macros to a dedicated header. 4 months ago
Vladimír Vondruš bd52eb9be2 AnyImageImporter: attempt to detect AVIF files. 5 months ago
Vladimír Vondruš a297dd63e9 Platform: missing semicolons in a CSS file? Outrageous! 5 months ago
Vladimír Vondruš 3a2c1292e0 Audio: remove an obsolete Doxygen TODO, it works now. 6 months ago
Vladimír Vondruš 71ccd3e187 Audio: expose alGetError() as a search keyword for Renderer::error(). 6 months ago
Vladimír Vondruš 8f084de933 doc: update credits as requested. 6 months ago
Vladimír Vondruš a22e9ae344 Updated credits and changelog. 7 months ago
Andy Maloney 2e8f36d160 {doc} Fix a couple of spelling mistakes 7 months ago
Vladimír Vondruš 381568a11a Platform: more -Wcast-function-type suppressions for Clang 13+. 7 months ago
Vladimír Vondruš 0109548149 Use https for links. 7 months ago
Vladimír Vondruš e9907a80ec TextureTools: new utilities for sampling textures on a CPU. 7 months ago
Vladimír Vondruš 71c2716273 Text: list scripts new in Unicode 17. 8 months ago
Vladimír Vondruš 235db64cf6 Platform: expand -Wcast-function-type warning suppression to Clang 13+. 8 months ago
Vladimír Vondruš 9ee7e899aa Ignore warnings of glaring uselessness on clang-cl. 8 months ago
Vladimír Vondruš 507e8845d3 Import GL shader resources on static builds unconditionally. 8 months ago
Vladimír Vondruš f2da1e12b5 Math: accidental stray semicolon. Copypasted 14 times. Sigh. 8 months ago
Vladimír Vondruš bc5cb3e363 Test: fix Clang missing prototypes warnings harder. 8 months ago
Vladimír Vondruš b85f0c8dfe doc: update credits and changelog. 9 months ago
Vladimír Vondruš f297d593bf Math: make all trivial mutable getters constexpr under C++14. 9 months ago
Vladimír Vondruš c232a57325 Math: doc++ 9 months ago
Vladimír Vondruš c41a13ecc8 Math: make test using declarations consistent as well. 9 months ago
Vladimír Vondruš ddde7f77db Math: rename test cases for consistency with other test files. 9 months ago
Vladimír Vondruš 20f66ff0b4 Platform: delete EmscriptenApplication WebGL context only if there is. 9 months ago
Vladimír Vondruš 968b9a59dc Platform: add a TODO. 9 months ago
Vladimír Vondruš ac9780f65b Platform: add test for creating contextless EmscriptenApplication. 9 months ago
Vladimír Vondruš 43c552aa01 Shaders: properly test uniform struct trivial copyability. 9 months ago
Vladimír Vondruš 67b8559de3 Text: can do this string concatenation at compile time. 9 months ago