index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
common
/
vector_math.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
input_common: Add property to invert an axis button
Narr the Reg
2023-05-06
1
-1
/
+1
*
yuzu: Add motion preview to controller input
Narr the Reg
2023-05-05
1
-0
/
+14
*
Move to Clang Format 15
Levi Behunin
2023-01-30
1
-11
/
+5
*
chore: add missing SPDX tags
Andrea Pappacoda
2022-04-28
1
-29
/
+3
*
general: Update style to clang-format-12
ameerj
2021-09-24
1
-2
/
+2
*
input_common/CMakeLists: Make some warnings errors
Lioncash
2020-10-16
1
-9
/
+66
*
common: Make use of [[nodiscard]] where applicable
Lioncash
2020-08-15
1
-101
/
+103
*
common/vector_math: Move Vec[x] types into the Common namespace
Lioncash
2019-02-27
1
-2
/
+2
*
vector_math: Use variable template version of is_signed in Vec classes
Lioncash
2018-08-08
1
-3
/
+3
*
vector_math: Remove unimplemented function prototypes
Lioncash
2018-08-08
1
-23
/
+0
*
vector_math: Make functions constexpr where applicable
Lioncash
2018-08-08
1
-154
/
+179
*
vector_math: Convert typedefs to type aliases
Lioncash
2018-08-08
1
-3
/
+3
*
vector_math: Ensure members are always initialized
Lioncash
2018-05-02
1
-9
/
+9
*
vector_math: Remove AsArray() and Write() functions from Vec[2,3,4]
Lioncash
2018-04-20
1
-30
/
+0
*
Fixed type conversion ambiguity
Huw Pascoe
2017-09-30
1
-9
/
+3
*
Disable unary operator- on Math::Vec2/Vec3/Vec4 for unsigned types.
Subv
2017-09-27
1
-4
/
+8
*
vector_math: remove dead template parameter
wwylele
2017-07-11
1
-1
/
+1
*
vector_math: remove broken SFINAE stuff
wwylele
2017-07-11
1
-3
/
+2
*
SwRasterizer: Flip the vertex quaternions before clipping (if necessary).
Subv
2017-07-11
1
-1
/
+1
*
pica/swrasterizer: implement procedural texture
wwylele
2017-05-20
1
-0
/
+10
*
vector math: add implementation of Length and Normalize
wwylele
2016-12-26
1
-0
/
+19
*
Common: Remove dangerous Vec[234] array constructors
Yuri Kunde Schlesner
2016-09-30
1
-3
/
+0
*
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-19
1
-12
/
+6
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
1
-325
/
+382
*
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
*
Move video_core/math.h to common/vector_math.h
archshift
2015-05-30
1
-0
/
+640