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
*
core/memory: Migrate over GetPointer()
Lioncash
2019-11-26
7
-25
/
+53
*
core: Prepare various classes for memory read/write migration
Lioncash
2019-11-26
24
-61
/
+108
*
core/memory: Move memory read/write implementation functions into an anonymou...
Lioncash
2019-11-26
1
-97
/
+98
*
core/memory: Migrate over address checking functions to the new Memory class
Lioncash
2019-11-26
6
-39
/
+70
*
core/memory: Migrate over memory mapping functions to the new Memory class
Lioncash
2019-11-26
6
-128
/
+180
*
core/memory: Introduce skeleton of Memory class
Lioncash
2019-11-26
4
-3
/
+56
*
Merge pull request #3143 from ReinUsesLisp/indexing-bug
bunnei
2019-11-26
2
-48
/
+2
|
\
|
*
gl_device: Deduce indexing bug from device instead of heuristic
ReinUsesLisp
2019-11-25
2
-48
/
+2
*
|
core_timing: Use better reference tracking for EventType. (#3159)
bunnei
2019-11-26
17
-161
/
+103
*
|
Merge pull request #3164 from ReinUsesLisp/half-cast-float
bunnei
2019-11-26
1
-1
/
+2
|
\
\
|
*
|
gl_shader_decompiler: Fix casts from fp32 to f16
ReinUsesLisp
2019-11-25
1
-1
/
+2
|
|
/
*
/
kernel: Fix reference management for client/server session.
bunnei
2019-11-25
3
-20
/
+18
|
/
*
Merge pull request #3158 from ReinUsesLisp/srgb-blit
bunnei
2019-11-24
1
-0
/
+1
|
\
|
*
gl_texture_cache: Apply sRGB on blits
ReinUsesLisp
2019-11-24
1
-0
/
+1
*
|
Merge pull request #3094 from lioncash/tables
bunnei
2019-11-24
33
-7
/
+192
|
\
\
|
*
|
service: Update function tables
Lioncash
2019-11-12
33
-7
/
+192
*
|
|
Merge pull request #3155 from bunnei/fix-asynch-gpu-wait
bunnei
2019-11-24
1
-17
/
+15
|
\
\
\
|
*
|
|
gpu_thread: Don't spin wait if there are no GPU commands.
bunnei
2019-11-23
1
-17
/
+15
|
|
|
/
|
|
/
|
*
|
|
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...
bunnei
2019-11-24
74
-378
/
+377
*
|
|
Merge pull request #3098 from ReinUsesLisp/shader-invalidations
bunnei
2019-11-24
31
-744
/
+742
|
\
\
\
|
*
|
|
gl_device: Reserve base bindings on limited devices
ReinUsesLisp
2019-11-22
1
-36
/
+76
|
*
|
|
gl_state: Skip null texture binds
ReinUsesLisp
2019-11-22
1
-1
/
+5
|
*
|
|
gl_rasterizer: Disable compute shaders on Intel
ReinUsesLisp
2019-11-22
3
-0
/
+12
|
*
|
|
gl_shader_cache: Hack shared memory size
ReinUsesLisp
2019-11-22
1
-2
/
+3
|
*
|
|
gl_shader_decompiler: Normalize image bindings
ReinUsesLisp
2019-11-22
3
-33
/
+19
|
*
|
|
gl_shader_decompiler: Normalize cbuf bindings
ReinUsesLisp
2019-11-22
2
-10
/
+6
|
*
|
|
gl_rasterizer: Add missing cbuf counter reset on compute
ReinUsesLisp
2019-11-22
1
-0
/
+2
|
*
|
|
gl_shader_cache: Remove dynamic BaseBinding specialization
ReinUsesLisp
2019-11-22
16
-192
/
+200
|
*
|
|
video_core: Unify ProgramType and ShaderStage into ShaderType
ReinUsesLisp
2019-11-22
22
-289
/
+262
|
*
|
|
gl_rasterizer: Bind graphics images to draw commands
ReinUsesLisp
2019-11-22
4
-33
/
+54
|
*
|
|
gl_shader_cache: Specialize local memory size for compute shaders
ReinUsesLisp
2019-11-22
6
-21
/
+32
|
*
|
|
gl_shader_cache: Specialize shared memory size
ReinUsesLisp
2019-11-22
5
-29
/
+25
|
*
|
|
gl_shader_cache: Specialize shader workgroup
ReinUsesLisp
2019-11-22
6
-68
/
+74
|
*
|
|
shader/texture: Handle TLDS texture type mismatches
ReinUsesLisp
2019-11-22
1
-1
/
+10
|
*
|
|
shader/texture: Deduce texture buffers from locker
ReinUsesLisp
2019-11-22
9
-174
/
+107
*
|
|
|
Merge pull request #3105 from ReinUsesLisp/fix-stencil-reg
bunnei
2019-11-24
1
-3
/
+3
|
\
\
\
\
|
*
|
|
|
maxwell_3d: Fix stencil_back_func_mask offset
ReinUsesLisp
2019-11-13
1
-3
/
+3
*
|
|
|
|
Merge pull request #3156 from bunnei/sys-ticks
bunnei
2019-11-24
1
-1
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
Update svc.cpp
bunnei
2019-11-23
1
-0
/
+1
|
*
|
|
|
|
svc: GetSystemTick should return cntpct_el0, not core ticks.
bunnei
2019-11-23
1
-1
/
+3
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #3153 from FearlessTobi/port-4964
bunnei
2019-11-24
1
-2
/
+3
|
\
\
\
\
\
|
*
|
|
|
|
fix clang-format and lambda capture
Weiyi Wang
2019-11-23
1
-1
/
+2
|
*
|
|
|
|
unfold UNREACHABLE implementation for dumb compilers
Weiyi Wang
2019-11-23
1
-2
/
+2
*
|
|
|
|
|
Merge pull request #3145 from ReinUsesLisp/buffer-cache-init
bunnei
2019-11-24
1
-10
/
+10
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
buffer_cache: Remove brace initialized for objects with default constructor
ReinUsesLisp
2019-11-20
1
-10
/
+10
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #3114 from FernandoS27/cond-var
bunnei
2019-11-23
5
-22
/
+74
|
\
\
\
\
\
|
*
|
|
|
|
Kernel: Optimize condition variable threads management.
Fernando Sahmkow
2019-11-21
4
-24
/
+21
|
*
|
|
|
|
Kernel: Correct SignalProcessWideKey
Fernando Sahmkow
2019-11-21
1
-6
/
+2
|
*
|
|
|
|
Kernel: Correct behavior of Condition Variables to be more similar to real ha...
Fernando Sahmkow
2019-11-21
5
-15
/
+74
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #3141 from ReinUsesLisp/gl-position
bunnei
2019-11-23
1
-0
/
+1
|
\
\
\
\
\
[next]