index
:
yuzu-mainline
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator started by the creators of Citra.
yuzu-emu
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
common
/
math_util.h
Age
Commit message (
Expand
)
Author
2022-04-28
chore: add missing SPDX tags
Andrea Pappacoda
2022-03-24
hle: nvflinger: Merge Rect with Common::Rectangle.
bunnei
2021-11-16
Video Core: fix building for GCC.
Fernando Sahmkow
2020-10-21
core: Fix clang build pt.3
Lioncash
2020-10-20
Revert "core: Fix clang build"
bunnei
2020-10-20
Merge pull request #4796 from lioncash/clang
LC
2020-10-17
core: Fix clang build
Lioncash
2020-10-15
input_common/CMakeLists: Make some warnings errors
Lioncash
2020-09-02
input_common/motion_input: Make use of Common::PI constant
Morph
2020-08-15
common: Make use of [[nodiscard]] where applicable
Lioncash
2020-08-13
General: Tidy up clang-format warnings part 2
Lioncash
2020-02-28
common/math_util: Support float type rectangles
ReinUsesLisp
2019-05-31
common/math_util: Provide a template deduction guide for Common::Rectangle
Lioncash
2019-02-27
common/math_util: Move contents into the Common namespace
Lioncash
2018-11-21
common/math_util: Simplify std::make_signed usages to std::make_signed_t
Lioncash
2018-11-21
common/math_util: Make Rectangle's constructors constexpr
Lioncash
2018-11-21
common/math_util: Remove unnecessary static from PI
Lioncash
2018-11-21
common/math_util: Remove unused IntervalsIntersect() function
Lioncash
2018-08-02
math_util: Always initialize members of Rectangle
Lioncash
2018-04-20
math_util: Remove the Clamp() function
Lioncash
2016-12-26
MathUtil: add PI constant
wwylele
2016-11-12
Round the rectangle size to prevent float to int casting issues
James Rowe
2016-11-05
Add default hotkey to swap primary screens.
James Rowe
2016-11-05
Rework frame layouts to use a max rectangle instead of hardcoded calculations
James Rowe
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
2015-06-08
Render-to-texture flush, interval math fix
tfarley
2015-05-22
OpenGL renderer
tfarley
2015-05-14
Common: Remove unused cruft from math_util, and remove a duplicated Rect clas...
Emmanuel Gil Peyrot
2015-05-07
Common: Remove common.h
Yuri Kunde Schlesner
2014-12-20
License change
purpasmart96
2014-11-18
MathUtil: Make Rectangle work with unsigned types.
Tony Wasserka
2014-08-19
Common: Add a clamp function to math_utils.h
Lioncash
2014-08-17
Common: Move header guards over to pragma once
Lioncash
2014-04-08
fixed project includes to use new directory structure
bunnei
2014-04-08
got rid of 'src' folders in each sub-project
bunnei