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-04-03
common/lz4_compression: Remove #pragma once directive from the cpp file
Lioncash
2019-04-03
Merge pull request #2093 from FreddyFunk/disk-cache-better-compression
bunnei
2019-04-01
general: Use deducation guides for std::lock_guard and std::unique_lock
Lioncash
2019-03-30
Merge pull request #2303 from lioncash/thread
bunnei
2019-03-29
common/thread: Remove unused functions
Lioncash
2019-03-29
Addressed feedback
unknown
2019-03-29
gl_shader_disk_cache: Use better compression for transferable and precompiled...
unknown
2019-03-29
data_compression: Move LZ4 compression from video_core/gl_shader_disk_cache t...
unknown
2019-03-27
Fixes and corrections on formatting.
Fernando Sahmkow
2019-03-27
Fixes to multilevelqueue's iterator.
Fernando Sahmkow
2019-03-27
Use MultiLevelQueue instead of old ThreadQueueList
Fernando Sahmkow
2019-03-27
Implement intrinsics CountTrailingZeroes and test it.
Fernando Sahmkow
2019-03-27
Implement a MultiLevelQueue
Fernando Sahmkow
2019-03-22
Merge pull request #2256 from bunnei/gpu-vmm
bunnei
2019-03-20
common/bit_util: Fix bad merge duplicating the copy constructor
Lioncash
2019-03-20
Merge pull request #2090 from FearlessTobi/port-4599
bunnei
2019-03-20
common/uint128: Add missing header guard
Lioncash
2019-03-20
common/uint128: Add missing top-file source text
Lioncash
2019-03-20
gpu: Rewrite virtual memory manager using PageTable.
bunnei
2019-03-20
gpu: Move GPUVAddr definition to common_types.
bunnei
2019-03-20
common/CMakeLists: Amend boost dependency
Lioncash
2019-03-20
Merge pull request #2247 from lioncash/include
bunnei
2019-03-16
core: Move PageTable struct into Common.
bunnei
2019-03-16
Merge pull request #2129 from FernandoS27/cntpct
bunnei
2019-03-16
common/thread_queue_list: Remove unnecessary dependency on boost
Lioncash
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-13
Make bitfield assignment operator public
fearlessTobi
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
2019-02-06
common/bitfield: make it endianness-aware
Weiyi Wang
2019-02-06
common/swap: remove default value for swap type internal storage
Weiyi Wang
[next]