Age | Commit message (Expand) | Author |
---|---|---|
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz |
2022-03-27 | LibGL+LibSoftGPU+LibGfx: Reimplement normal transformation | Jelle Raaijmakers |
2022-01-12 | LibGfx+LibGL: Allow singular matrices to be inverted | Jelle Raaijmakers |
2022-01-11 | LibGfx+LibGL: Do not crash if matrix inverse does not exist | Jelle Raaijmakers |
2021-12-30 | LibGfx: Mark some `Matrix` functions as `[[nodiscard]]` | Jelle Raaijmakers |
2021-10-10 | LibGfx: Implement copy-assign for Matrix | Ben Wiederhake |
2021-05-24 | LibGfx/Matrix: Add inverse() and friends | Jelle Raaijmakers |
2021-05-13 | LibGfx+Demos: Make Matrix4x4 a true alias for Matrix<4,T> | Stephan Unverwerth |
2021-05-13 | LibGfx: Make Matrix class consistently row-major | Stephan Unverwerth |
2021-05-08 | LibGfx: Constexpr Matrices and Vectors | Hendiadyoin1 |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-02-23 | Everywhere: Rename ASSERT => VERIFY | Andreas Kling |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |