index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #4869 from bunnei/improve-gpu-sync
Chloe
2020-11-04
15
-117
/
+448
|
\
|
*
fixup! hle service: nvdrv: nvhost_gpu: Update to use SyncpointManager and ot...
bunnei
2020-11-01
2
-3
/
+11
|
*
core: Initialize GPU before services.
bunnei
2020-11-01
1
-4
/
+6
|
*
hle service: nvdrv: nvhost_gpu: Update to use SyncpointManager and other imp...
bunnei
2020-11-01
3
-46
/
+106
|
*
video_core: dma_pusher: Add support for integrity checks.
bunnei
2020-11-01
2
-0
/
+27
|
*
video_core: dma_pusher: Add support for prefetched command lists.
bunnei
2020-11-01
2
-25
/
+52
|
*
service: hle: nvflinger: Fix potential shutdown crash when GPU is destroyed.
bunnei
2020-11-01
1
-0
/
+4
|
*
video_core: gpu: Implement WaitFence and IncrementSyncPoint.
bunnei
2020-11-01
3
-28
/
+70
|
*
hle service: nvdrv: nvhost_ctrl: Update to use SyncpointManager.
bunnei
2020-11-01
3
-9
/
+31
|
*
hle service: nvdrv: Update to instantiate SyncpointManager.
bunnei
2020-11-01
2
-5
/
+18
|
*
hle: service: nvdrv: Implement SyncpointManager, to manage syncpoints.
bunnei
2020-11-01
4
-1
/
+127
*
|
Merge pull request #4874 from lioncash/nodiscard2
bunnei
2020-11-03
7
-16
/
+16
|
\
\
|
*
|
nvdec: Make use of [[nodiscard]] where applicable
Lioncash
2020-11-02
7
-16
/
+16
*
|
|
Merge pull request #4873 from lioncash/common-error
bunnei
2020-11-03
9
-31
/
+49
|
\
\
\
|
*
|
|
common: Enable warnings as errors
Lioncash
2020-11-02
9
-31
/
+49
|
|
/
/
*
|
|
Merge pull request #4878 from bunnei/unload-nrr
bunnei
2020-11-03
1
-1
/
+15
|
\
\
\
|
*
|
|
hle: service: ldr: Implement UnloadNrr.
bunnei
2020-10-31
1
-1
/
+15
*
|
|
|
Merge pull request #4865 from ameerj/async-threadcount
bunnei
2020-11-01
1
-8
/
+9
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
async_shaders: Increase Async worker thread count for 8+ thread cpus
ameerj
2020-10-29
1
-8
/
+9
*
|
|
|
Rename to align with switchbrew and remove gpu function (#4714)
Levi Behunin
2020-11-01
2
-16
/
+10
*
|
|
|
Merge pull request #4853 from ReinUsesLisp/fcmp-imm
bunnei
2020-10-31
2
-1
/
+4
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
shader/arithmetic: Implement FCMP immediate + register variant
ReinUsesLisp
2020-10-28
2
-1
/
+4
*
|
|
|
Merge pull request #4872 from jbeich/clang
LC
2020-10-30
1
-1
/
+1
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
video_core: unbreak -Werror in NVDEC with Clang
Jan Beich
2020-10-30
1
-1
/
+1
*
|
|
|
CMakeLists: Resolve MSVC build failures
Lioncash
2020-10-30
1
-1
/
+0
|
/
/
/
*
|
|
Merge pull request #4868 from lioncash/discard-error
bunnei
2020-10-30
3
-6
/
+21
|
\
\
\
|
*
|
|
General: Catch more expressions with no effect on MSVC
Lioncash
2020-10-30
1
-0
/
+4
|
*
|
|
General: Make ignoring a discarded return value an error
Lioncash
2020-10-30
3
-6
/
+17
*
|
|
|
common/stream: Be explicit with copy and move operators
Lioncash
2020-10-29
1
-3
/
+9
*
|
|
|
vp9: Be explicit with copy and move operators
Lioncash
2020-10-29
1
-0
/
+18
*
|
|
|
vp9: Mark functions with [[nodiscard]] where applicable
Lioncash
2020-10-29
2
-13
/
+13
*
|
|
|
vp9: Provide a default initializer for "hidden" member
Lioncash
2020-10-29
1
-1
/
+1
*
|
|
|
vp9: Make some member functions internally linked
Lioncash
2020-10-29
2
-58
/
+54
|
/
/
/
*
|
|
Merge pull request #4837 from lioncash/nvdec-2
bunnei
2020-10-29
13
-88
/
+81
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
h264: Make WriteUe take a u32
Lioncash
2020-10-27
2
-7
/
+8
|
*
|
vp9: std::move buffer within ComposeFrameHeader()
Lioncash
2020-10-27
1
-1
/
+1
|
*
|
vp9: Remove dead code
Lioncash
2020-10-27
1
-6
/
+0
|
*
|
vp9: Join declarations with assignments
Lioncash
2020-10-27
1
-7
/
+8
|
*
|
vp9: Remove pessimizing moves
Lioncash
2020-10-27
1
-2
/
+2
|
*
|
vp9: Resolve variable shadowing
Lioncash
2020-10-27
1
-4
/
+4
|
*
|
nvdec: Tidy up header includes
Lioncash
2020-10-27
13
-62
/
+59
*
|
|
Merge pull request #4781 from german77/GChotplug
bunnei
2020-10-29
3
-303
/
+433
|
\
\
\
|
*
|
|
Add hotplug, rumble and fix 3rd party adapters for the GC adapter
german
2020-10-28
3
-303
/
+433
*
|
|
|
kernel/process: Add missing <ctime> include
Morph
2020-10-29
1
-0
/
+1
*
|
|
|
Merge pull request #4857 from liushuyu/master
LC
2020-10-29
1
-5
/
+0
|
\
\
\
\
|
*
|
|
|
web_service: follow-up fix to #4842 ...
liushuyu
2020-10-28
1
-5
/
+0
|
|
/
/
/
*
|
|
|
Merge pull request #4835 from lat9nq/rng-default-time
bunnei
2020-10-28
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
kernel: Use the current time as the default RNG seed
lat9nq
2020-10-26
1
-1
/
+1
*
|
|
|
|
Merge pull request #4838 from lioncash/syncmgr
bunnei
2020-10-28
2
-9
/
+9
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
sync_manager: Amend parameter order of calls to SyncptIncr constructor
Lioncash
2020-10-27
2
-9
/
+9
|
|
|
/
/
|
|
/
|
|
[next]