Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-26 | common/vector_math: Move Vec[x] types into the Common namespace | Lioncash | |
These types are within the common library, so they should be using the Common namespace. | |||
2019-02-26 | common/quaternion: Move Quaternion into the Common namespace | Lioncash | |
Quaternion is within the common library, so it should be using the Common namespace. | |||
2018-12-21 | common/quaternion: Ensure that w is always initialized | Lioncash | |
Previously xyz was always being zero initialized due to its constructor, but w wasn't. Ensures that we always have a deterministic initial state. | |||
2018-01-20 | Format: Run the new clang format on everything | James Rowe | |
2017-07-11 | SwRasterizer: Corrected the light LUT lookups. | Subv | |
2016-12-26 | Common: add Quaternion | wwylele | |