Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-02-27 | common/vector_math: Move Vec[x] types into the Common namespace | Lioncash | 1 | -3/+3 | |
These types are within the common library, so they should be using the Common namespace. | |||||
2019-02-27 | common/quaternion: Move Quaternion into the Common namespace | Lioncash | 1 | -2/+2 | |
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 | 1 | -1/+1 | |
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-21 | Format: Run the new clang format on everything | James Rowe | 1 | -1/+1 | |
2017-07-11 | SwRasterizer: Corrected the light LUT lookups. | Subv | 1 | -0/+5 | |
2016-12-26 | Common: add Quaternion | wwylele | 1 | -0/+44 | |