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 Read{8, 16, 32, 64, Block} to the Memory class
Lioncash
2019-11-26
19
-178
/
+305
|
*
|
|
|
core/memory: Migrate over ZeroBlock() and CopyBlock() to the Memory class
Lioncash
2019-11-26
2
-91
/
+161
|
*
|
|
|
core/memory: Migrate over RasterizerMarkRegionCached() to the Memory class
Lioncash
2019-11-26
3
-70
/
+79
|
*
|
|
|
core/memory: Migrate over ReadCString() to the Memory class
Lioncash
2019-11-26
3
-18
/
+40
|
*
|
|
|
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 #3171 from lioncash/internal-link
bunnei
2019-11-28
2
-6
/
+5
|
\
\
\
\
\
|
*
|
|
|
|
filesys/romfs: Remove unused includes
Lioncash
2019-11-27
2
-4
/
+2
|
*
|
|
|
|
filesys/romfs: Make ProcessFile and ProcessDirectory internally linked
Lioncash
2019-11-27
1
-2
/
+3
*
|
|
|
|
|
patch_manager: Adds check for disabled cheats to prevent them from being enab...
Morph
2019-11-28
1
-5
/
+11
*
|
|
|
|
|
Merge pull request #3170 from lioncash/enum
bunnei
2019-11-27
2
-3
/
+3
|
\
\
\
\
\
\
|
*
|
|
|
|
|
file_sys/directory: Make EntryType an enum class
Lioncash
2019-11-27
2
-3
/
+3
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #3174 from lioncash/optional
Rodrigo Locatti
2019-11-27
1
-2
/
+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
video_core/gpu_thread: Tidy up SwapBuffers()
Lioncash
2019-11-27
1
-2
/
+1
|
|
|
/
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
video_core/const_buffer_locker: Make use of std::tie in HasEqualKeys()
Lioncash
2019-11-27
1
-2
/
+3
*
|
|
|
|
|
video_core/const_buffer_locker: Remove unused includes
Lioncash
2019-11-27
2
-2
/
+2
*
|
|
|
|
|
video_core/const_buffer_locker: Remove #pragma once from cpp file
Lioncash
2019-11-27
1
-2
/
+0
|
/
/
/
/
/
*
|
|
|
|
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
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
[prev]
[next]