11392 Commits (aae7b583d7cfa5f7a1aba56e40fdff3a012977f7)
 

Author SHA1 Message Date
Vladimír Vondruš aae7b583d7 Text: this bool was just overcomplicating what was available elsewhere. 1 year ago
Vladimír Vondruš fa598e7097 Text: document Renderer usage in 3D. 1 year ago
Vladimír Vondruš 30881d7e5d GL: new "nv-framebuffer-invalidation-wants-draw-binding" workaround. 1 year ago
Vladimír Vondruš 4c3a2199a1 GL: these entrypoints are never used on WebGL 1, compile them out. 1 year ago
Vladimír Vondruš b1f6085300 GL: doc that "mesa-broken-dsa-framebuffer-clear" isn't needed on Mesa 25. 1 year ago
Vladimír Vondruš 2623efbcf9 singles: update changelogs. 1 year ago
Vladimír Vondruš 454e9aec58 singles: add include guards for the implementation parts. 1 year ago
Vladimír Vondruš 7062accb4e Text: doc++ 1 year ago
Vladimír Vondruš 080fbbda88 Use arrayClear() instead of arrayResize(..., 0) now that it's available. 1 year ago
Vladimír Vondruš 08e32f8453 Math: MSVC 2015 is unhappy. 1 year ago
Vladimír Vondruš d9c8f36675 Math: add Color4::premultiplied() and unpremultiplied(). 1 year ago
Vladimír Vondruš d7f470d837 Math: fix randomly not bold vectors in Quaternion doc math code. 1 year ago
Vladimír Vondruš 9f8ce6cba1 Math: fix Color::{from,to}Srgb() docs. 1 year ago
Vladimír Vondruš 02a0960d12 Convert all argument / return SFINAE into template argument SFINAE. 1 year ago
Vladimír Vondruš 0ee9c0b8e6 Prefer member slicing instead of arrayCast() in various other places. 1 year ago
Vladimír Vondruš 98dfd3412e DebugTools: suggest member slicing instead of a cast. 1 year ago
Vladimír Vondruš e78323f7d0 MeshTools: hint use of vector member slicing in removeDuplicatesFuzzy(). 1 year ago
Vladimír Vondruš 7557c8ddb7 Math: use vector member slicing in batch packing tests. 1 year ago
Vladimír Vondruš 1709a4ad2b Shaders: allow building this library with MAGNUM_TARGET_GL turned off. 1 year ago
Vladimír Vondruš 131b956020 DebugTools,MeshTools: unify how GL-only APIs are advertised. 1 year ago
Vladimír Vondruš 3d2a1c1625 package/ci: enable everything that has GL optional in the Vulkan build. 1 year ago
Vladimír Vondruš c3f8ff7710 Text: various silly test changes to make coverage happier. 1 year ago
Vladimír Vondruš 8213e3bf54 Text: fix test for an AbstractGlyphCache 2D fallback assertion. 1 year ago
Vladimír Vondruš a8c3f885a8 package/archlinux: pass more shitty flags to lcov. 1 year ago
Vladimír Vondruš f3d6ab4916 Text: redo the old Renderer*D using new APIs and deprecate it. 1 year ago
Vladimír Vondruš 102a75872b Text: docs for RendererCore, Renderer and RendererGL. 1 year ago
Vladimír Vondruš b5c99a01ee Text: unused include. 1 year ago
Vladimír Vondruš 5385f12cfb Text: test that calling Renderer2D::render() replaces the contents. 1 year ago
Vladimír Vondruš bc430c2eee Text: test Renderer*D construction, copy and moves. 1 year ago
Vladimír Vondruš eb0c2a3755 Text: add cache-related assertions to the AbstractRenderer constructor. 1 year ago
Vladimír Vondruš c74fb8b69f TextureTools: another case of too verbose GL::Buffer usage. 1 year ago
Vladimír Vondruš 67cf0cd0cb doc: modernize other GL::Buffer-related snippets also. 1 year ago
Vladimír Vondruš a8a949cfe9 Shaders: modernize doc snippets a bit. 1 year ago
Vladimír Vondruš 69f2da2423 Text: new RendererGL class. 1 year ago
Vladimír Vondruš f92e16e7e0 Shaders: use `.slice(&Color4ub::rgb)` instead of `arrayCast<Color3ub>()`. 1 year ago
Vladimír Vondruš bfce415bf4 Shaders: no need to save the tested output to a temporary here. 1 year ago
Vladimír Vondruš c331591c87 Shaders: add {DistanceField}VectorGL::Flag::TextureArrays. 1 year ago
Vladimír Vondruš 0466eb0929 Shaders: strange doc hiccups. 1 year ago
Vladimír Vondruš 2c54176270 Shaders: mention texture array use in overview docs. 1 year ago
Vladimír Vondruš f9297b78d0 doc: don't reference deprecated names in changelog. 1 year ago
Vladimír Vondruš 99358c4c41 Shaders: add GenericGL::TextureArrayCoordinates. 1 year ago
Vladimír Vondruš c256c27d25 Text: workarounds for silly test crashes due to insane MSVC 2017 bugs. 1 year ago
Vladimír Vondruš 7dcd0998f1 Text: fix deprecated no-assert build. 1 year ago
Vladimír Vondruš 3c626b00f4 Text: new Renderer class. 1 year ago
Vladimír Vondruš 84809128b1 Text: new RendererCore class. 1 year ago
Vladimír Vondruš 8168a06bab Text: add a GlyphCacheArrayGL. 1 year ago
Vladimír Vondruš 342013659a DebugTools: fix bad wording in textureSubImage() docs. 1 year ago
Vladimír Vondruš 2964c8d7b5 DebugTools: expand textureSubImage() tests for half-float types. 1 year ago
Vladimír Vondruš a115b943b3 DebugTools: deprecate buffer overloads for textureSubImage(). 1 year ago
Vladimír Vondruš aeedd681b2 Text: don't reuse the same pixel values in a test. 1 year ago