2613 Commits (059e97d2840dcfb488f48e57a3ffbe7df7a902b6)

Author SHA1 Message Date
Vladimír Vondruš 1c1d3e5ee8 GL: implement indirect drawing and compute dispatch. 2 months ago
Vladimír Vondruš 43baa4502e GL: support EXT_base_instance on GLES. 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
Vladimír Vondruš f3a4ce7d1d Math: add scalar and vector fract(). 3 months ago
Vladimír Vondruš e281bcf64e doc: updated credits and changelog. 3 months ago
ThePixelMoon d42fdad100
snippets: fix typo in Platform.cpp 3 months ago
Vladimír Vondruš 5383daf3b4 Math: lol wait, I used scatter() wrong in here the whole time?! 3 months ago
Vladimír Vondruš 3bf92e190f doc: CORRADE_NODISCARD is now a function macro. 3 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š 5676ab552f doc: ignore CORRADE_NODISCARD annotations when generating docs. 4 months ago
Vladimír Vondruš bd52eb9be2 AnyImageImporter: attempt to detect AVIF files. 5 months ago
Vladimír Vondruš 68d013204b doc: magnum-integration has now generated snippets and images. 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
Vladimír Vondruš 77684885f9 doc: magnum-integration may now depend on magnum-extras, swap the order. 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š 85f6bd834e doc: expand MSVC-/GCC-specific warning supporessions to clang-cl. 8 months ago
Vladimír Vondruš b85f0c8dfe doc: update credits and changelog. 9 months ago
Vladimír Vondruš 50a3632027 GL: expand notes for the "nv-broken-buffer-dsa" workaround. 10 months ago
Vladimír Vondruš 05069848a4 GL: new "nv-cubemap-broken-dsa-compressed-subimage-upload" workaround. 10 months ago
Vladimír Vondruš 68443bd602 doc: explicitly use PRIVATE/PUBLIC for target_link_libraries(). 10 months ago
Vladimír Vondruš 1edcfd8284 doc: magnum-extras now also have doc generators to take snippets from. 10 months ago
Vladimír Vondruš c877983893 Platform: add clipboard handling to Sdl2 and GlfwApplication. 11 months ago
Vladimír Vondruš 7558bc71ba Platform: add focusEvent() and blurEvent() to Application implementations. 11 months ago
Vladimír Vondruš 31381371e8 Any{Image,Scene}Importer: propagate importerState() as well. 11 months ago
Vladimír Vondruš d04c814d56 doc: silence MSVC warning about accidental variable shadowing. 12 months ago
Vladimír Vondruš 0f7598220d Primitives: support texture coordinates and tangents in cubeSolid(). 12 months ago
Vladimír Vondruš 70b0d76fcb Platform: add {Sdl2,Glfw}Application::isKeyPressed(). 1 year ago
Vladimír Vondruš e9aae0b74c doc: recognize also the new half-float literals for color swatches. 1 year ago
Vladimír Vondruš 80b6c5d859 Math: add half-float color literals. 1 year ago
Vladimír Vondruš 2c63f6d7cf doc: avoid a CMake version deprecation warning. 1 year ago
Vladimír Vondruš 602ed1687d Fix color literal bugs discovered by the new implementation. 1 year ago
Vladimír Vondruš 7a895e8e11 Math: reimplement color literals using variadic templates. 1 year ago
Vladimír Vondruš f3fbc8b3ca Math: make Vector::isZero() equivalent to comparison to a zero vector. 1 year ago
Vladimír Vondruš de31f378c7 doc: list SVG import plugins in the File Formats table. 1 year ago
Vladimír Vondruš d43e8bfcfb doc: this extra newline caused the last table cell to be misaligned. 1 year ago
Vladimír Vondruš 22ce4a75d2 AnyImageImporter: detect the *.svg and *.svgz extension. 1 year ago
Vladimír Vondruš 08a998fbb2 doc: typo in format name. 1 year ago
Vladimír Vondruš 953107c668 doc: advertise the new Qt6 bootstrap project. 1 year ago
Vladimír Vondruš 8399b908d5 Text: new DistanceFieldGlyphCacheArrayGL class. 1 year ago
Vladimír Vondruš 3cd8b9021b TextureTools: DistanceFieldGL overload taking texture array as output. 1 year ago
Vladimír Vondruš 46c37f2795 DebugTools: add textureSubImage() overload for GL::Texture2DArray. 1 year ago
Vladimír Vondruš cb32d6ef5b Text: direct to the full distance field param docs from here as well. 1 year ago
Vladimír Vondruš 683a9fa718 TextureTools: rewrite docs for DistanceFieldGL from scratch. 1 year ago
Vladimír Vondruš 8ba6d1a659 doc: adapt image generation README to inkscape / imagemagick changes. 1 year ago
Vladimír Vondruš 153c1184ae Text: remove accidental double semicolon from a doc snippet. 1 year ago