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
*
gpu: Use host address for caching instead of guest address.
bunnei
2019-03-14
26
-294
/
+394
*
Merge pull request #2233 from ReinUsesLisp/morton-cleanup
bunnei
2019-03-14
4
-187
/
+146
|
\
|
*
video_core/morton: Use enum to describe MortonCopyPixels128 mode
ReinUsesLisp
2019-03-13
3
-7
/
+10
|
*
video_core/morton: Remove unused parameter in MortonSwizzle
ReinUsesLisp
2019-03-13
3
-8
/
+7
|
*
video_core/morton: Remove clang-format off when it's not needed
ReinUsesLisp
2019-03-13
1
-133
/
+129
|
*
video_core/morton: Remove unused functions
ReinUsesLisp
2019-03-13
1
-39
/
+0
*
|
Merge pull request #2229 from ReinUsesLisp/vk-sampler-cache
bunnei
2019-03-14
4
-24
/
+168
|
\
\
|
*
|
vk_sampler_cache: Use operator== instead of memcmp
Mat M
2019-03-12
1
-1
/
+1
|
*
|
vk_sampler_cache: Implement a sampler cache
ReinUsesLisp
2019-03-12
4
-1
/
+140
|
*
|
video_core/texture: Add a raw representation of TSCEntry
ReinUsesLisp
2019-03-12
1
-24
/
+29
*
|
|
Merge pull request #2230 from lioncash/global
bunnei
2019-03-14
2
-8
/
+9
|
\
\
\
|
*
|
|
kernel/process: Remove use of global system accessors
Lioncash
2019-03-12
2
-8
/
+9
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #2216 from ReinUsesLisp/rasterizer-system
bunnei
2019-03-14
2
-29
/
+31
|
\
\
\
|
*
|
|
gl_rasterizer: Use system instance passed from argument
ReinUsesLisp
2019-03-11
2
-29
/
+31
*
|
|
|
Merge pull request #2227 from lioncash/override
bunnei
2019-03-13
2
-5
/
+5
|
\
\
\
\
|
*
|
|
|
renderer_opengl/gl_global_cache: Replace indexing for assignment with insert_...
Lioncash
2019-03-11
2
-3
/
+3
|
*
|
|
|
renderer_opengl/gl_global_cache: Append missing override specifiers
Lioncash
2019-03-11
1
-2
/
+2
|
|
/
/
/
*
|
|
|
Merge pull request #2226 from lioncash/private
bunnei
2019-03-13
4
-14
/
+36
|
\
\
\
\
|
*
|
|
|
kernel/server_port: Make data members private
Lioncash
2019-03-11
4
-14
/
+36
|
|
/
/
/
*
|
|
|
Merge pull request #2223 from lioncash/error
bunnei
2019-03-13
3
-19
/
+5
|
\
\
\
\
|
*
|
|
|
core/hle/result: Remove now-unnecessary manually defined copy assignment oper...
Lioncash
2019-03-10
1
-5
/
+0
|
*
|
|
|
core/hle/result: Amend error in comment description for ResultCode
Lioncash
2019-03-10
1
-1
/
+1
|
*
|
|
|
core/hle/result: Remove now-unused constructor for ResultCode
Lioncash
2019-03-10
1
-10
/
+0
|
*
|
|
|
core/hle/result: Relocate IPC error code to ipc_helpers
Lioncash
2019-03-10
3
-3
/
+4
|
|
/
/
/
*
|
|
|
Merge pull request #2187 from FearlessTobi/port-sdl-things
bunnei
2019-03-13
9
-691
/
+785
|
\
\
\
\
|
*
|
|
|
fixup! Joystick: Allow for background events; Add deadzone to SDLAnalog
B3n30
2019-03-02
1
-6
/
+17
|
*
|
|
|
input/sdl: lock map mutex after SDL call
Weiyi Wang
2019-03-02
1
-11
/
+17
|
*
|
|
|
Input: Remove global variables from SDL Input
James Rowe
2019-03-02
9
-809
/
+206
|
*
|
|
|
Input: Copy current SDL.h/cpp files to impl
James Rowe
2019-03-02
2
-0
/
+680
*
|
|
|
|
Merge pull request #2166 from lioncash/vi-init-service
bunnei
2019-03-13
9
-40
/
+146
|
\
\
\
\
\
|
*
|
|
|
|
service/vi: Unstub GetDisplayService
Lioncash
2019-02-26
5
-11
/
+49
|
*
|
|
|
|
core/ipc_helper: Allow popping all signed value types with RequestParser
Lioncash
2019-02-26
1
-0
/
+15
|
*
|
|
|
|
service/vi: Remove use of a module class
Lioncash
2019-02-26
8
-46
/
+99
*
|
|
|
|
|
video_core/texture: Fix up sampler lod bias
ReinUsesLisp
2019-03-13
1
-1
/
+1
|
|
_
|
_
|
/
/
|
/
|
|
|
|
*
|
|
|
|
Merge pull request #2211 from lioncash/arbiter
bunnei
2019-03-12
9
-65
/
+81
|
\
\
\
\
\
|
*
|
|
|
|
kernel: Make the address arbiter instance per-process
Lioncash
2019-03-07
8
-28
/
+35
|
*
|
|
|
|
kernel/svc: Move address arbiter signaling behind a unified API function
Lioncash
2019-03-07
3
-22
/
+26
|
*
|
|
|
|
kernel/svc: Move address arbiter waiting behind a unified API function
Lioncash
2019-03-07
3
-19
/
+24
*
|
|
|
|
|
Merge pull request #2222 from lioncash/cstr
bunnei
2019-03-12
1
-4
/
+3
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
|
|
|
|
service/service: Remove unncessary calls to c_str()
Lioncash
2019-03-10
1
-4
/
+3
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #2215 from ReinUsesLisp/samplers
bunnei
2019-03-12
3
-64
/
+72
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
gl_rasterizer: Encapsulate sampler queries into methods
ReinUsesLisp
2019-03-09
3
-64
/
+72
*
|
|
|
|
Merge pull request #2207 from lioncash/hwopus
bunnei
2019-03-10
1
-69
/
+107
|
\
\
\
\
\
|
*
|
|
|
|
service/audio/hwopus: Move decoder state to its own class
Lioncash
2019-03-07
1
-50
/
+85
|
*
|
|
|
|
service/audio/hwopus: Provide a name for the second word of OpusPacketHeader
Lioncash
2019-03-07
1
-2
/
+4
|
*
|
|
|
|
service/audio/hwopus: Move Opus packet header out of the IHardwareOpusDecoder...
Lioncash
2019-03-07
1
-17
/
+17
|
*
|
|
|
|
service/audio/hwopus: Enclose internals in an anonymous namespace
Lioncash
2019-03-07
1
-2
/
+3
*
|
|
|
|
|
Merge pull request #2193 from lioncash/global
bunnei
2019-03-10
5
-17
/
+23
|
\
\
\
\
\
\
|
*
|
|
|
|
|
kernel/scheduler: Pass in system instance in constructor
Lioncash
2019-03-04
5
-17
/
+23
*
|
|
|
|
|
|
Merge pull request #2147 from ReinUsesLisp/texture-clean
bunnei
2019-03-10
8
-527
/
+589
|
\
\
\
\
\
\
\
[next]