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
*
rasterizer_accelerated: Add intermediary for GPU rasterizers
ReinUsesLisp
2019-10-27
5
-45
/
+98
*
Merge pull request #2976 from FernandoS27/cache-fast-brx-rebased
Rodrigo Locatti
2019-10-26
28
-864
/
+1482
|
\
|
*
Shader_IR: Address Feedback.
Fernando Sahmkow
2019-10-26
9
-56
/
+66
|
*
Shader_IR: Clang format
Fernando Sahmkow
2019-10-25
1
-2
/
+1
|
*
gl_shader_cache: Implement locker variants invalidation
ReinUsesLisp
2019-10-25
4
-44
/
+104
|
*
gl_shader_disk_cache: Store and load fast BRX
ReinUsesLisp
2019-10-25
6
-50
/
+210
|
*
const_buffer_locker: Minor style changes
ReinUsesLisp
2019-10-25
2
-152
/
+76
|
*
gl_shader_decompiler: Move entries to a separate function
ReinUsesLisp
2019-10-25
15
-722
/
+420
|
*
Shader_IR: Implement Fast BRX and allow multi-branches in the CFG.
Fernando Sahmkow
2019-10-25
1
-1
/
+1
|
*
Shader_IR: Correct typo in Consistent method.
Fernando Sahmkow
2019-10-25
2
-2
/
+2
|
*
Shader_IR: allow lookup of texture samplers within the shader_ir for instruct...
Fernando Sahmkow
2019-10-25
9
-46
/
+363
|
*
Shader_IR: Implement Fast BRX and allow multi-branches in the CFG.
Fernando Sahmkow
2019-10-25
7
-130
/
+258
|
*
Shader_Cache: setup connection of ConstBufferLocker
Fernando Sahmkow
2019-10-25
10
-43
/
+82
|
*
VideoCore: Unify const buffer accessing along engines and provide ConstBuffer...
Fernando Sahmkow
2019-10-25
12
-13
/
+183
|
*
Shader_IR: Implement BRX tracking.
Fernando Sahmkow
2019-10-25
1
-0
/
+113
*
|
Merge pull request #3027 from lioncash/lookup
Rodrigo Locatti
2019-10-26
1
-53
/
+67
|
\
\
|
*
|
shader_ir: Use std::array with pair instead of unordered_map
Lioncash
2019-10-24
1
-53
/
+67
*
|
|
Merge pull request #3013 from FernandoS27/tld4s-fix
Rodrigo Locatti
2019-10-25
2
-5
/
+5
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Shader_Ir: Fix TLD4S from using a component mask.
Fernando Sahmkow
2019-10-22
2
-5
/
+5
*
|
|
Merge pull request #3028 from lioncash/constexpr
Rodrigo Locatti
2019-10-24
1
-13
/
+13
|
\
\
\
|
*
|
|
shader_bytecode: Make Matcher constexpr capable
Lioncash
2019-10-24
1
-13
/
+13
|
|
|
/
|
|
/
|
*
/
|
video_core/shader: Resolve instances of variable shadowing
Lioncash
2019-10-23
6
-11
/
+12
|
/
/
*
|
Merge pull request #2991 from lioncash/npad
bunnei
2019-10-22
2
-51
/
+23
|
\
\
|
*
|
hid/npad: Fix incorrect connection boolean value in ConnectAllDisconnectedCon...
Lioncash
2019-10-17
1
-1
/
+1
|
*
|
hid/npad: Add missing break in default case
Lioncash
2019-10-17
1
-0
/
+1
|
*
|
hid/npad: Replace std::for_each with ranged for loops
Lioncash
2019-10-17
1
-13
/
+12
|
*
|
hid/npad: Remove redundant non-const variant of IsControllerSupported()
Lioncash
2019-10-17
2
-34
/
+5
|
*
|
hid/npad: Move function declarations
Lioncash
2019-10-17
1
-5
/
+6
*
|
|
Merge pull request #2995 from ReinUsesLisp/ignore-gmem
Fernando Sahmkow
2019-10-22
2
-18
/
+26
|
\
\
\
|
*
|
|
shader_ir/memory: Ignore global memory when tracking fails
ReinUsesLisp
2019-10-22
2
-18
/
+26
*
|
|
|
Merge pull request #2983 from lioncash/fallthrough
Fernando Sahmkow
2019-10-22
2
-0
/
+6
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
vk_shader_decompiler: Resolve fallthrough within ExprDecompiler's ExprCondCod...
Lioncash
2019-10-15
1
-0
/
+3
|
*
|
|
gl_shader_decompiler: Resolve fallthrough within ExprDecompiler's ExprCondCod...
Lioncash
2019-10-15
1
-0
/
+3
*
|
|
|
maxwell_3d: Reduce FlushMMEInlineDraw logging to Trace
ReinUsesLisp
2019-10-20
1
-1
/
+1
|
|
/
/
|
/
|
|
*
|
|
core: Fix clang-format errors.
bunnei
2019-10-19
1
-9
/
+10
*
|
|
Fix null pointer deref.
Nicolae-Andrei Cociorba
2019-10-18
1
-10
/
+12
*
|
|
Merge pull request #2994 from lioncash/fmt
Rodrigo Locatti
2019-10-18
2
-40
/
+51
|
\
\
\
|
*
|
|
video_core/shader/ast: Make ShowCurrentState() and SanityCheck() const member...
Lioncash
2019-10-17
2
-5
/
+5
|
*
|
|
video_core/shader/ast: Make ASTManager::Print a const member function
Lioncash
2019-10-17
2
-3
/
+3
|
*
|
|
video_core/shader/ast: Make ExprPrinter members private
Lioncash
2019-10-17
1
-1
/
+2
|
*
|
|
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 #2993 from lioncash/vulkan-expr
Rodrigo Locatti
2019-10-17
1
-21
/
+23
|
\
\
\
|
*
|
|
vk_shader_decompiler: Mark operator() function parameters as const references
Lioncash
2019-10-17
1
-21
/
+23
|
|
/
/
*
|
|
Merge pull request #2992 from lioncash/dmnt
bunnei
2019-10-17
1
-2
/
+2
|
\
\
\
|
*
|
|
dmnt_cheat_vm: Correct register Restore and ClearRegs behavior
Lioncash
2019-10-17
1
-2
/
+2
|
|
/
/
*
|
|
Merge pull request #2966 from FernandoS27/astc-formats
Rodrigo Locatti
2019-10-17
4
-79
/
+211
|
\
\
\
|
*
|
|
Surfaces: Implement R4G4B4A4U format.
Fernando Sahmkow
2019-10-09
4
-24
/
+41
[next]