Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vector_math: Add missing member in Vec4's SetZero function | Lioncash | 2016-03-18 | 1 | -1/+4 |
| | |||||
* | fix failure on gcc and clang | wwylele | 2015-11-12 | 1 | -3/+3 |
| | |||||
* | disable unary minus when the type is not signed | wwylele | 2015-11-12 | 1 | -0/+4 |
| | | | | silent warning C4146 on msvc | ||||
* | Move video_core/math.h to common/vector_math.h | archshift | 2015-05-30 | 1 | -0/+640 |
The file only contained vector manipulation code, and such widely-useable code doesn't belong in video_core. |