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/shader/ast: Make Indent() return a string_view
Lioncash
2019-10-17
1
-14
/
+24
*
video_core/shader/ast: Make Indent() private
Lioncash
2019-10-17
1
-9
/
+9
*
video_core/shader/ast: Rename Ident() to Indent()
Lioncash
2019-10-17
1
-13
/
+13
*
video_core/shader/ast: Make use of fmt where applicable
Lioncash
2019-10-17
1
-14
/
+14
*
Merge pull request #2980 from lioncash/warn
bunnei
2019-10-17
3
-5
/
+6
|
\
|
*
control_flow: Silence truncation warnings
Lioncash
2019-10-15
2
-4
/
+4
|
*
maxwell_3d: Silence truncation warnings
Lioncash
2019-10-15
1
-1
/
+2
*
|
Merge pull request #2978 from lioncash/doxygen
Rodrigo Locatti
2019-10-16
1
-57
/
+78
|
\
\
|
*
|
video_core/texture_cache: Amend Doxygen references
Lioncash
2019-10-15
1
-57
/
+78
*
|
|
Merge pull request #2982 from lioncash/surface
Rodrigo Locatti
2019-10-16
1
-2
/
+2
|
\
\
\
|
*
|
|
texture_cache: Avoid unnecessary surface copies within PickStrategy() and Try...
Lioncash
2019-10-15
1
-2
/
+2
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #2912 from FernandoS27/async-fixes
bunnei
2019-10-16
16
-52
/
+67
|
\
\
\
|
*
|
|
AsyncGpu: Address Feedback
Fernando Sahmkow
2019-10-11
2
-2
/
+2
|
*
|
|
GL_Renderer: Remove lefting snippet.
Fernando Sahmkow
2019-10-04
1
-2
/
+0
|
*
|
|
NvFlinger: Remove leftover from corrections and clang format.
Fernando Sahmkow
2019-10-04
1
-4
/
+0
|
*
|
|
Gl_Rasterizer: Protect CPU Memory mapping from multiple threads.
Fernando Sahmkow
2019-10-04
2
-0
/
+4
|
*
|
|
Core: Wait for GPU to be idle before shutting down.
Fernando Sahmkow
2019-10-04
7
-0
/
+19
|
*
|
|
Nvdrv: Correct Event setup in Nvdrv
Fernando Sahmkow
2019-10-04
2
-23
/
+14
|
*
|
|
NVFlinger: Reverse the change that only signaled events on buffer acquire.
Fernando Sahmkow
2019-10-04
2
-20
/
+1
|
*
|
|
Nvdrv: Do framelimiting only in the CPU Thread
Fernando Sahmkow
2019-10-04
2
-3
/
+4
|
*
|
|
NvFlinger: Don't swap buffers if a frame is missing and always trigger event ...
Fernando Sahmkow
2019-10-04
1
-1
/
+3
|
*
|
|
GPU_Async: Correct fences, display events and more.
Fernando Sahmkow
2019-10-04
6
-21
/
+38
|
*
|
|
Nvdrv: Correct Async regression and avoid signaling empty buffer vsyncs
Fernando Sahmkow
2019-10-04
2
-3
/
+9
*
|
|
|
Merge pull request #2984 from lioncash/fallthrough2
Rodrigo Locatti
2019-10-15
1
-0
/
+1
|
\
\
\
\
|
*
|
|
|
video_core/surface: Add missing break in PixelFormatFromTextureFormat()
Lioncash
2019-10-15
1
-0
/
+1
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #2981 from lioncash/copy
Rodrigo Locatti
2019-10-15
2
-34
/
+32
|
\
\
\
\
|
*
|
|
|
gl_shader_decompiler: Make ExprDecompiler's GetResult() a const member function
Lioncash
2019-10-15
1
-1
/
+1
|
*
|
|
|
gl_shader_decompiler: Use a std::string_view with GetDeclarationWithSuffix()
Lioncash
2019-10-15
1
-1
/
+1
|
*
|
|
|
gl_shader_decompiler: Fold flow_var constant into GetFlowVariable()
Lioncash
2019-10-15
1
-3
/
+1
|
*
|
|
|
gl_shader_decompiler: Mark ASTDecompiler/ExprDecompiler parameters as const r...
Lioncash
2019-10-15
1
-21
/
+21
|
*
|
|
|
gl_shader_decompiler: Pass by reference to GenerateTextureArgument()
Lioncash
2019-10-15
1
-2
/
+2
|
*
|
|
|
gl_shader_decompiler: Use std::holds_alternative within GenerateTexture()
Lioncash
2019-10-15
1
-1
/
+1
|
*
|
|
|
shader/node: std::move Meta instance within OperationNode constructor
Lioncash
2019-10-15
1
-1
/
+1
|
*
|
|
|
gl_shader_decompiler: Avoid unnecessary copies of MetaImage
Lioncash
2019-10-15
1
-4
/
+4
|
|
/
/
/
*
|
|
|
Merge pull request #2972 from lioncash/system
bunnei
2019-10-15
10
-34
/
+64
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
video_core/gpu: Remove use of the global system accessor
Lioncash
2019-10-15
1
-1
/
+1
|
*
|
|
bcat: Remove use of global system accessors
Lioncash
2019-10-15
6
-29
/
+55
|
*
|
|
nvflinger/buffer_queue: Remove use of a global system accessor
Lioncash
2019-10-12
3
-4
/
+8
*
|
|
|
common/algorithm: Add description comment indicating intended algorithms
Lioncash
2019-10-15
1
-0
/
+5
*
|
|
|
common: Rename binary_find.h to algorithm.h
Lioncash
2019-10-15
4
-4
/
+5
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #2965 from FernandoS27/fair-core-timing
bunnei
2019-10-15
7
-134
/
+147
|
\
\
\
|
*
|
|
Core_Timing: Address Remaining feedback.
Fernando Sahmkow
2019-10-12
1
-5
/
+4
|
*
|
|
Core_Timing: Fix tests.
Fernando Sahmkow
2019-10-12
1
-2
/
+2
|
*
|
|
Core_Timing: Address Feedback and suppress warnings.
Fernando Sahmkow
2019-10-11
5
-13
/
+12
|
*
|
|
Core Timing: Correct Idle and remove lefting pragma
Fernando Sahmkow
2019-10-09
1
-2
/
+1
|
*
|
|
Core Timing: General corrections and added tests.
Fernando Sahmkow
2019-10-09
3
-7
/
+165
|
*
|
|
Tests: Eliminate old Core Timing Tests
Fernando Sahmkow
2019-10-09
1
-193
/
+0
|
*
|
|
Core Timing: Rework Core Timing to run all cores evenly.
Fernando Sahmkow
2019-10-09
6
-38
/
+89
*
|
|
|
Merge pull request #2897 from DarkLordZach/oss-ext-fonts-1
bunnei
2019-10-14
18
-123
/
+73480
|
\
\
\
\
|
*
|
|
|
pl_u: Fix mismatched rebase size error in font encryption
Zach Hilman
2019-10-13
3
-19
/
+17
[next]