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
*
video_core/memory_manager: Mark IsBlockContinuous() as a const member function
Lioncash
2019-05-09
2
-4
/
+4
*
video_core/memory_manager: Mark the constructor as explicit
Lioncash
2019-05-09
1
-1
/
+1
*
video_core/memory_manager: Default the destructor within the cpp file
Lioncash
2019-05-09
2
-0
/
+3
*
video_core/memory_manager: Amend doxygen comments
Lioncash
2019-05-09
1
-7
/
+7
*
video_core/memory_manager: Remove superfluous const from function declarations
Lioncash
2019-05-09
1
-7
/
+7
*
Merge pull request #2437 from lioncash/audctl
bunnei
2019-05-09
1
-2
/
+2
|
\
|
*
service/audctl: Update documentation comments to be relative to 8.0.0
Lioncash
2019-04-27
1
-2
/
+2
*
|
Merge pull request #2454 from lioncash/cflag
bunnei
2019-05-09
1
-9
/
+21
|
\
\
|
*
|
src/CMakeLists: Add /Zc:externConstexpr to the MSVC build flags
Lioncash
2019-05-07
1
-8
/
+10
|
*
|
src/CMakeLists: Vertically order compilation flags
Lioncash
2019-05-07
1
-9
/
+19
*
|
|
Merge pull request #2442 from FernandoS27/astc-fix
bunnei
2019-05-09
1
-1
/
+3
|
\
\
\
|
*
|
|
Fix Layered ASTC Textures
Fernando Sahmkow
2019-04-30
1
-1
/
+3
*
|
|
|
Merge pull request #2443 from ReinUsesLisp/skip-repeated-variants
bunnei
2019-05-09
1
-1
/
+4
|
\
\
\
\
|
*
|
|
|
gl_shader_disk_cache: Skip stored shader variants instead of asserting
ReinUsesLisp
2019-05-01
1
-1
/
+4
|
|
/
/
/
*
|
|
|
Merge pull request #2445 from FearlessTobi/port-4749
bunnei
2019-05-09
2
-9
/
+9
|
\
\
\
\
|
*
|
|
|
core/telemetry_session: Only create the backend when we really need it
zhupengfei
2019-05-04
2
-9
/
+9
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #2458 from lioncash/hotkey
bunnei
2019-05-09
1
-2
/
+0
|
\
\
\
\
|
*
|
|
|
yuzu/hotkeys: Remove unnecessary constructor
Lioncash
2019-05-09
1
-2
/
+0
|
|
/
/
/
*
|
|
|
Merge pull request #2456 from lioncash/qualifier
bunnei
2019-05-09
1
-3
/
+3
|
\
\
\
\
|
*
|
|
|
yuzu/compatdb: Remove unnecessary qualifiers
Lioncash
2019-05-09
1
-3
/
+3
|
|
/
/
/
*
|
|
|
Merge pull request #2459 from lioncash/what
bunnei
2019-05-09
1
-0
/
+4
|
\
\
\
\
|
*
|
|
|
configure_dialog: Remove the Whats This? button from the dialog
Lioncash
2019-05-09
1
-0
/
+4
|
|
/
/
/
*
|
|
|
Merge pull request #2453 from lioncash/enum
bunnei
2019-05-09
1
-9
/
+0
|
\
\
\
\
|
*
|
|
|
core/memory: Remove unused FlushMode enum
Lioncash
2019-05-07
1
-9
/
+0
|
|
/
/
/
*
|
|
|
Merge pull request #2429 from FernandoS27/compute
bunnei
2019-05-09
13
-142
/
+483
|
\
\
\
\
|
*
|
|
|
Refactors and name corrections.
Fernando Sahmkow
2019-05-01
6
-35
/
+35
|
*
|
|
|
Fixes and Corrections to DMA Engine
Fernando Sahmkow
2019-04-23
2
-37
/
+57
|
*
|
|
|
Add Swizzle Parameters to the DMA engine
Fernando Sahmkow
2019-04-23
2
-2
/
+27
|
*
|
|
|
Add Documentation Headers to all the GPU Engines
Fernando Sahmkow
2019-04-23
5
-0
/
+29
|
*
|
|
|
Corrections and styling
Fernando Sahmkow
2019-04-23
5
-6
/
+9
|
*
|
|
|
Implement Maxwell3D Data Upload
Fernando Sahmkow
2019-04-22
2
-3
/
+32
|
*
|
|
|
Introduce skeleton of the GPU Compute Engine.
Fernando Sahmkow
2019-04-22
3
-8
/
+202
|
*
|
|
|
Revamp Kepler Memory to use a subegine to manage uploads
Fernando Sahmkow
2019-04-22
6
-93
/
+134
*
|
|
|
|
Merge pull request #2447 from lioncash/dtor
Rodrigo Locatti
2019-05-07
2
-0
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
core/frontend/emu_window: Make GraphicsContext's destructor virtual
Lioncash
2019-05-04
2
-0
/
+4
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #2448 from lioncash/pragma
Rodrigo Locatti
2019-05-07
1
-2
/
+0
|
\
\
\
\
\
|
*
|
|
|
|
common/zstd_compression: Remove #pragma once directive from source file
Lioncash
2019-05-04
1
-2
/
+0
|
|
/
/
/
/
*
|
|
|
|
shader/decode/texture: Remove unused variable
Lioncash
2019-05-04
1
-1
/
+0
*
|
|
|
|
gl_rasterizer: Silence unused variable warning
Lioncash
2019-05-04
1
-2
/
+2
|
/
/
/
/
*
|
/
/
loader/nso: Remove left-in debug pragma
Lioncash
2019-04-30
1
-2
/
+0
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #2100 from FreddyFunk/disk-cache-precompiled-file
bunnei
2019-04-30
3
-133
/
+170
|
\
\
\
|
*
|
|
Re added new lines at the end of files
FreddyFunk
2019-04-23
2
-2
/
+2
|
*
|
|
gl_shader_disk_cache: Compress precompiled shader cache file with Zstandard
unknown
2019-04-23
1
-6
/
+10
|
*
|
|
gl_shader_disk_cache: Use VectorVfsFile for the virtual precompiled shader ca...
unknown
2019-04-23
3
-101
/
+168
|
*
|
|
gl_shader_disk_cache: Remove per shader compression
unknown
2019-04-23
2
-45
/
+11
*
|
|
|
Merge pull request #2435 from ReinUsesLisp/misc-vc
bunnei
2019-04-28
2
-3
/
+4
|
\
\
\
\
|
*
|
|
|
shader_ir: Move Sampler index entry in operand< to sort declarations
ReinUsesLisp
2019-04-26
1
-2
/
+2
|
*
|
|
|
shader_ir: Add missing entry to Sampler operand< comparison
ReinUsesLisp
2019-04-26
1
-2
/
+3
|
*
|
|
|
shader_ir/texture: Fix sampler const buffer key shift
ReinUsesLisp
2019-04-26
1
-1
/
+1
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge pull request #2412 from lioncash/system
bunnei
2019-04-28
3
-7
/
+11
|
\
\
\
\
[next]