index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #2391 from lioncash/scope
bunnei
2019-04-12
1
-1
/
+1
|
\
|
*
common/scope_exit: Replace std::move with std::forward in ScopeExit()
Lioncash
2019-04-11
1
-1
/
+1
*
|
common/swap: Improve codegen of the default swap fallbacks
Lioncash
2019-04-12
1
-3
/
+7
*
|
common/swap: Mark byte swapping free functions with [[nodiscard]] and noexcept
Lioncash
2019-04-11
1
-11
/
+11
*
|
common/swap: Simplify swap function ifdefs
Lioncash
2019-04-11
1
-48
/
+15
*
|
common/swap: Remove 32-bit ARM path
Lioncash
2019-04-11
1
-13
/
+0
|
/
*
Merge pull request #2300 from FernandoS27/null-shader
bunnei
2019-04-07
1
-0
/
+18
|
\
|
*
Permit a Null Shader in case of a bad host_ptr.
Fernando Sahmkow
2019-04-07
1
-0
/
+18
*
|
Merge pull request #2098 from FreddyFunk/disk-cache-zstd
bunnei
2019-04-07
3
-1
/
+98
|
\
\
|
*
|
common/zstd_compression: simplify decompression interface
unknown
2019-03-29
2
-10
/
+9
|
*
|
common/zstd_compression: Add Zstandard wrapper
unknown
2019-03-29
3
-0
/
+98
|
*
|
common: Link libzstd_static
unknown
2019-03-29
1
-1
/
+1
*
|
|
common/multi_level_queue: Silence truncation warning in iterator operator++
Lioncash
2019-04-05
1
-1
/
+1
*
|
|
common/bit_util: Make CountLeading/CountTrailing functions have the same retu...
Lioncash
2019-04-05
1
-8
/
+8
*
|
|
common/lz4_compression: Remove #pragma once directive from the cpp file
Lioncash
2019-04-03
1
-2
/
+0
*
|
|
Merge pull request #2093 from FreddyFunk/disk-cache-better-compression
bunnei
2019-04-03
3
-0
/
+136
|
\
|
|
|
*
|
Addressed feedback
unknown
2019-03-29
5
-81
/
+135
|
*
|
gl_shader_disk_cache: Use better compression for transferable and precompiled...
unknown
2019-03-29
2
-8
/
+24
|
*
|
data_compression: Move LZ4 compression from video_core/gl_shader_disk_cache t...
unknown
2019-03-29
3
-0
/
+66
*
|
|
general: Use deducation guides for std::lock_guard and std::unique_lock
Lioncash
2019-04-01
4
-14
/
+14
*
|
|
Merge pull request #2303 from lioncash/thread
bunnei
2019-03-30
2
-41
/
+0
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
common/thread: Remove unused functions
Lioncash
2019-03-29
2
-41
/
+0
|
|
/
*
|
Fixes and corrections on formatting.
Fernando Sahmkow
2019-03-27
2
-5
/
+10
*
|
Fixes to multilevelqueue's iterator.
Fernando Sahmkow
2019-03-27
1
-1
/
+5
*
|
Use MultiLevelQueue instead of old ThreadQueueList
Fernando Sahmkow
2019-03-27
1
-12
/
+10
*
|
Implement intrinsics CountTrailingZeroes and test it.
Fernando Sahmkow
2019-03-27
1
-12
/
+33
*
|
Implement a MultiLevelQueue
Fernando Sahmkow
2019-03-27
3
-0
/
+349
|
/
*
Merge pull request #2256 from bunnei/gpu-vmm
bunnei
2019-03-22
3
-5
/
+10
|
\
|
*
gpu: Rewrite virtual memory manager using PageTable.
bunnei
2019-03-20
2
-1
/
+7
|
*
gpu: Move GPUVAddr definition to common_types.
bunnei
2019-03-20
1
-4
/
+3
*
|
common/bit_util: Fix bad merge duplicating the copy constructor
Lioncash
2019-03-20
1
-2
/
+0
*
|
Merge pull request #2090 from FearlessTobi/port-4599
bunnei
2019-03-20
2
-38
/
+150
|
\
\
|
*
|
Make bitfield assignment operator public
fearlessTobi
2019-02-13
1
-6
/
+2
|
*
|
common/bitfield: make it endianness-aware
Weiyi Wang
2019-02-06
1
-3
/
+9
|
*
|
common/swap: remove default value for swap type internal storage
Weiyi Wang
2019-02-06
1
-1
/
+1
|
*
|
common/swap: use template and tag for LE/BE specification
Weiyi Wang
2019-02-06
1
-39
/
+91
|
*
|
common/swap: add swap template for enum
Weiyi Wang
2019-02-06
1
-0
/
+52
*
|
|
common/uint128: Add missing header guard
Lioncash
2019-03-20
1
-0
/
+2
*
|
|
common/uint128: Add missing top-file source text
Lioncash
2019-03-20
2
-0
/
+7
|
|
/
|
/
|
*
|
common/CMakeLists: Amend boost dependency
Lioncash
2019-03-20
1
-1
/
+1
*
|
Merge pull request #2247 from lioncash/include
bunnei
2019-03-20
2
-4
/
+4
|
\
\
|
*
|
common/thread_queue_list: Remove unnecessary dependency on boost
Lioncash
2019-03-16
2
-4
/
+4
*
|
|
core: Move PageTable struct into Common.
bunnei
2019-03-16
5
-0
/
+171
*
|
|
Merge pull request #2129 from FernandoS27/cntpct
bunnei
2019-03-16
3
-0
/
+57
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Corrections, documenting and fixes.
Fernando Sahmkow
2019-02-16
2
-9
/
+11
|
*
|
Use u128 on Clock Cycles calculation.
Fernando Sahmkow
2019-02-15
2
-21
/
+26
|
*
|
Implement 128 bits Unsigned Integer Multiplication and Division.
Fernando Sahmkow
2019-02-15
3
-0
/
+50
*
|
|
Merge pull request #2147 from ReinUsesLisp/texture-clean
bunnei
2019-03-10
1
-0
/
+1
|
\
\
\
|
*
|
|
shader/decode: Split memory and texture instructions decoding
ReinUsesLisp
2019-02-26
1
-0
/
+1
*
|
|
|
common/bit_field: Make BitField trivially copyable
Lioncash
2019-03-07
1
-9
/
+7
[next]