aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/video_core/math.h
Commit message (Expand)AuthorAge
* Move video_core/math.h to common/vector_math.hGravatar archshift2015-05-30
* Remove every trailing whitespace from the project (but externals).Gravatar Emmanuel Gil Peyrot2015-05-29
* VideoCore: Fix a typo in Vec4 MakeVec(T, Vec3<T>), where the second argument ...Gravatar Emmanuel Gil Peyrot2015-02-16
* VideoCore: Added same-component swizzlers to math utility functions.Gravatar bunnei2015-02-04
* License changeGravatar purpasmart962014-12-20
* Math: Warning fixes.Gravatar Tony Wasserka2014-08-25
* Pica/Math: Improved the design of the Vec2/Vec3/Vec4 classes and simplified r...Gravatar Tony Wasserka2014-08-25
* Video core: Add utility class for vector operations.Gravatar Tony Wasserka2014-08-12