1242 Commits (3b26301bc3fa5818a7b7a14c11cfa378d41f2f7e)

Author SHA1 Message Date
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
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š bd52eb9be2 AnyImageImporter: attempt to detect AVIF files. 5 months ago
Vladimír Vondruš a22e9ae344 Updated credits and changelog. 7 months ago
Vladimír Vondruš e9907a80ec TextureTools: new utilities for sampling textures on a CPU. 7 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š 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š 70b0d76fcb Platform: add {Sdl2,Glfw}Application::isKeyPressed(). 1 year ago
Vladimír Vondruš 80b6c5d859 Math: add half-float color literals. 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š 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š 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š 30881d7e5d GL: new "nv-framebuffer-invalidation-wants-draw-binding" workaround. 1 year ago
Vladimír Vondruš d9c8f36675 Math: add Color4::premultiplied() and unpremultiplied(). 1 year ago
Vladimír Vondruš 1709a4ad2b Shaders: allow building this library with MAGNUM_TARGET_GL turned off. 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š 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š 1553328cd7 Text: add glyphQuadBounds(). 1 year ago
Vladimír Vondruš e3a522895e Text: (temporarily) rename the Renderer template to BasicRenderer. 1 year ago
Vladimír Vondruš feecd28993 GL: new "nv-broken-buffer-dsa" workaround. 1 year ago
Vladimír Vondruš f9175d2837 GL: only allow GL::Attribute::DataType with matching signedness on WebGL. 1 year ago
Vladimír Vondruš 1e9b11860d AnySceneImporter: recognize USD files. 1 year ago
Vladimír Vondruš fdcfa67658 AnySceneImporter: recognize only *.mesh.xml as OGRE mesh, not *.xml. 1 year ago
Vladimír Vondruš c390437b76 AnySceneImporter: recognize the *.vrm extension. 1 year ago
Vladimír Vondruš cda3709af9 SceneGraph: work around -Wnon-virtual-dtor on GCC and Clang. 1 year ago
Vladimír Vondruš 820382767c Trade: recognize also NoneRoughnessMetallicTexture in hasORMTexture(). 1 year ago
Vladimír Vondruš 1281576c63 doc: updated credits and changelog. 1 year ago
Vladimír Vondruš d156fe8567 doc: update changelog. 1 year ago
Vladimír Vondruš cc77fec9fa GL: add compressedPixelFormatBlock*Size() utils. 1 year ago
Vladimír Vondruš e43eba68db Remove another aspect of ImageView that was deprecated in 2019.10. 1 year ago
Vladimír Vondruš d7594fd5ef MeshTools: remove STL-heavy generateFlatNormals() deprecated in 2019.10. 1 year ago
Vladimír Vondruš 07f717c354 Remove enums values containing typos that were deprecated in 2019.10. 1 year ago
Vladimír Vondruš 02a26a6e14 Math: remove Frustum::planes() deprecated in 2019.10. 1 year ago
Vladimír Vondruš 53b7e178bd Removed the MAGNUM_BUILD_MULTITHREADED macro deprecated in 2019.10. 1 year ago
Vladimír Vondruš 93679c6c60 Removed templated & unsafe Image*::data() APIs deprecated in 2019.10. 1 year ago