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
...
|
*
|
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
*
|
|
|
logging/backend: Make time_origin a class variable instead of a local static
Lioncash
2019-03-02
1
-2
/
+1
*
|
|
|
logging/backend: Move CreateEntry into the Impl class
Lioncash
2019-03-02
2
-29
/
+26
*
|
|
|
common/math_util: Move contents into the Common namespace
Lioncash
2019-02-27
1
-2
/
+2
*
|
|
|
common/vector_math: Move Vec[x] types into the Common namespace
Lioncash
2019-02-26
3
-25
/
+25
*
|
|
|
common/quaternion: Move Quaternion into the Common namespace
Lioncash
2019-02-26
1
-2
/
+2
|
/
/
/
*
|
|
Remove GCC version checks
tgsm
2019-02-24
1
-3
/
+3
*
|
|
Adressed review comments
B3n30
2019-02-15
2
-7
/
+9
*
|
|
threadsafe_queue: Add WaitIfEmpty and use it in logging
B3n30
2019-02-15
3
-14
/
+26
|
/
/
*
|
Merge pull request #2113 from ReinUsesLisp/vulkan-base
bunnei
2019-02-14
2
-0
/
+2
|
\
\
|
*
|
logging: Add Vulkan backend logging class type
ReinUsesLisp
2019-02-12
2
-0
/
+2
*
|
|
threadsafe_queue: Use std::size_t for representing size
Lioncash
2019-02-12
1
-7
/
+6
*
|
|
threadsafe_queue: Remove NeedSize template parameter
Lioncash
2019-02-12
1
-13
/
+11
|
/
/
*
|
cmake: Fix title bar issue
ReinUsesLisp
2019-02-06
1
-1
/
+14
*
|
cmake: Use CMAKE_COMMAND instead of "cmake"
Frederic L
2019-02-06
1
-1
/
+1
*
|
gl_shader_disk_cache: Invalidate shader cache changes with CMake hash
ReinUsesLisp
2019-02-06
3
-39
/
+56
*
|
file_util: Add shader directory
ReinUsesLisp
2019-02-06
3
-0
/
+3
|
/
[prev]
[next]