Age | Commit message (Expand) | Author |
2019-02-26 | common/vector_math: Move Vec[x] types into the Common namespace | Lioncash |
2018-08-08 | vector_math: Use variable template version of is_signed in Vec classes | Lioncash |
2018-08-07 | vector_math: Remove unimplemented function prototypes | Lioncash |
2018-08-07 | vector_math: Make functions constexpr where applicable | Lioncash |
2018-08-07 | vector_math: Convert typedefs to type aliases | Lioncash |
2018-05-01 | vector_math: Ensure members are always initialized | Lioncash |
2018-04-19 | vector_math: Remove AsArray() and Write() functions from Vec[2,3,4] | Lioncash |
2017-09-30 | Fixed type conversion ambiguity | Huw Pascoe |
2017-09-27 | Disable unary operator- on Math::Vec2/Vec3/Vec4 for unsigned types. | Subv |
2017-07-11 | vector_math: remove dead template parameter | wwylele |
2017-07-11 | vector_math: remove broken SFINAE stuff | wwylele |
2017-07-11 | SwRasterizer: Flip the vertex quaternions before clipping (if necessary). | Subv |
2017-05-20 | pica/swrasterizer: implement procedural texture | wwylele |
2016-12-26 | vector math: add implementation of Length and Normalize | wwylele |
2016-09-29 | Common: Remove dangerous Vec[234] array constructors | Yuri Kunde Schlesner |
2016-09-18 | Manually tweak source formatting and then re-run clang-format | Yuri Kunde Schlesner |
2016-09-18 | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot |
2016-03-18 | vector_math: Add missing member in Vec4's SetZero function | Lioncash |
2015-11-12 | fix failure on gcc and clang | wwylele |
2015-11-12 | disable unary minus when the type is not signed | wwylele |
2015-05-30 | Move video_core/math.h to common/vector_math.h | archshift |