index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
Age
Commit message (
Expand
)
Author
2019-03-16
core: Move PageTable struct into Common.
bunnei
2019-03-16
Merge pull request #2129 from FernandoS27/cntpct
bunnei
2019-03-10
Merge pull request #2147 from ReinUsesLisp/texture-clean
bunnei
2019-03-07
common/bit_field: Make BitField trivially copyable
Lioncash
2019-03-02
logging/backend: Make time_origin a class variable instead of a local static
Lioncash
2019-03-02
logging/backend: Move CreateEntry into the Impl class
Lioncash
2019-02-27
common/math_util: Move contents into the Common namespace
Lioncash
2019-02-26
common/vector_math: Move Vec[x] types into the Common namespace
Lioncash
2019-02-26
common/quaternion: Move Quaternion into the Common namespace
Lioncash
2019-02-26
shader/decode: Split memory and texture instructions decoding
ReinUsesLisp
2019-02-24
Remove GCC version checks
tgsm
2019-02-16
Corrections, documenting and fixes.
Fernando Sahmkow
2019-02-15
Use u128 on Clock Cycles calculation.
Fernando Sahmkow
2019-02-15
Implement 128 bits Unsigned Integer Multiplication and Division.
Fernando Sahmkow
2019-02-15
Adressed review comments
B3n30
2019-02-15
threadsafe_queue: Add WaitIfEmpty and use it in logging
B3n30
2019-02-14
Merge pull request #2113 from ReinUsesLisp/vulkan-base
bunnei
2019-02-12
threadsafe_queue: Use std::size_t for representing size
Lioncash
2019-02-12
threadsafe_queue: Remove NeedSize template parameter
Lioncash
2019-02-12
logging: Add Vulkan backend logging class type
ReinUsesLisp
2019-02-06
cmake: Fix title bar issue
ReinUsesLisp
2019-02-06
cmake: Use CMAKE_COMMAND instead of "cmake"
Frederic L
2019-02-06
gl_shader_disk_cache: Invalidate shader cache changes with CMake hash
ReinUsesLisp
2019-02-06
file_util: Add shader directory
ReinUsesLisp
2018-12-27
Merge pull request #1928 from lioncash/caps
bunnei
2018-12-21
common/quaternion: Ensure that w is always initialized
Lioncash
2018-12-21
common: Add basic bit manipulation utility function to Common
Lioncash
2018-12-15
Merge pull request #1732 from DarkLordZach/yield-types
bunnei
2018-12-07
Backport review comment from citra-emu/citra#4418
Tobias
2018-11-23
Merge pull request #1773 from lioncash/thread
bunnei
2018-11-22
common/thread: Drop Hungarian notation on SetCurrentThreadName's parameter
Lioncash
2018-11-22
scheduler: Add explanations for YieldWith and WithoutLoadBalancing
Zach Hilman
2018-11-21
common/thread: Make Barrier's 'count' member non-const
Lioncash
2018-11-21
common/thread: Initialize class member variables where applicable
Lioncash
2018-11-21
common/thread: Group non-member functions together
Lioncash
2018-11-21
common/thread: Remove SleepCurrentThread()
Lioncash
2018-11-21
common/thread: Remove unused CurrentThreadId()
Lioncash
2018-11-21
common: Remove bit_set.h
Lioncash
2018-11-21
Merge pull request #1758 from lioncash/rect
bunnei
2018-11-21
common: Remove dependency on xbyak
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-11-20
common/assert: Add UNIMPLEMENTED_IF and UNIMPLEMENTED_IF_MSG for conditional ...
Lioncash
2018-11-20
common/assert: Make the UNIMPLEMENTED macro properly assert
Lioncash
2018-11-18
svc: Implement yield types 0 and -1
Zach Hilman
2018-11-18
am: Deglobalize software keyboard applet
Zach Hilman
2018-11-18
string_util: Implement buffer to UTF-16 string helper function
Zach Hilman
2018-11-16
Common/Bitfield: store value as unsigned type
Weiyi Wang
[next]