index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #1725 from FernandoS27/gl43
bunnei
2018-11-23
5
-20
/
+13
|
\
|
*
Removed pre 4.3 ARB extensions
FernandoS27
2018-11-21
5
-20
/
+13
*
|
Merge pull request #1785 from Tinob/master
bunnei
2018-11-23
5
-28
/
+95
|
\
\
|
*
|
Add support for clear_flags register
Rodolfo Bogado
2018-11-24
5
-28
/
+95
*
|
|
Merge pull request #1769 from ReinUsesLisp/cc
bunnei
2018-11-23
2
-70
/
+81
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
gl_shader_decompiler: Add a message for unimplemented cc generation
ReinUsesLisp
2018-11-22
1
-23
/
+46
|
*
|
gl_shader_decompiler: Rename internal flag strings
ReinUsesLisp
2018-11-21
1
-15
/
+20
|
*
|
gl_shader_decompiler: Rename control codes to condition codes
ReinUsesLisp
2018-11-21
2
-67
/
+50
*
|
|
Merge pull request #1744 from degasus/shader_cache
bunnei
2018-11-23
4
-8
/
+24
|
\
\
\
|
*
|
|
shader_cache: Only lock covered instructions.
Markus Wick
2018-11-20
4
-8
/
+24
|
|
|
/
|
|
/
|
*
|
|
Added predicate comparison LessEqualWithNan (#1736)
Hexagon12
2018-11-23
2
-5
/
+13
*
|
|
Merge pull request #1756 from ReinUsesLisp/fix-textures
bunnei
2018-11-23
1
-60
/
+78
|
\
\
\
|
*
|
|
gl_shader_decompiler: Fix register overwriting on texture calls
ReinUsesLisp
2018-11-21
1
-60
/
+78
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #1766 from FernandoS27/fix-txq
bunnei
2018-11-23
1
-2
/
+12
|
\
\
\
|
*
|
|
Properly Implemented TXQ Instruction
FernandoS27
2018-11-21
1
-2
/
+12
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #1775 from bunnei/blend-eq
bunnei
2018-11-22
2
-0
/
+12
|
\
\
\
|
*
|
|
maxwell_3d: Implement alternate blend equations.
bunnei
2018-11-22
2
-0
/
+12
*
|
|
|
Merge pull request #1764 from bunnei/macrointerpreter
bunnei
2018-11-22
2
-8
/
+25
|
\
\
\
\
|
*
|
|
|
macro_interpreter: Implement AddWithCarry and SubtractWithBorrow.
bunnei
2018-11-22
2
-8
/
+25
|
|
/
/
/
*
|
|
|
Merge pull request #1737 from FernandoS27/layer-copy
bunnei
2018-11-21
2
-2
/
+30
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Implemented Fast Layered Copy
FernandoS27
2018-11-19
2
-2
/
+30
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #1753 from FernandoS27/ufbtype
bunnei
2018-11-21
2
-0
/
+8
|
\
\
\
|
*
|
|
Use default values for unknown framebuffer pixel format
FernandoS27
2018-11-21
2
-0
/
+8
|
|
/
/
*
|
|
Merge pull request #1752 from ReinUsesLisp/unimpl-decompiler
bunnei
2018-11-21
1
-371
/
+258
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
gl_shader_decompiler: Use UNIMPLEMENTED instead of LOG+UNREACHABLE when appli...
ReinUsesLisp
2018-11-20
1
-371
/
+258
|
|
/
*
|
Merge pull request #1754 from ReinUsesLisp/zero-register
bunnei
2018-11-21
1
-2
/
+1
|
\
\
|
*
|
gl_shader_decompiler: Remove UNREACHABLE when setting RZ
ReinUsesLisp
2018-11-20
1
-2
/
+1
|
|
/
*
/
maxwell_3d: Initialize rasterizer color mask registers as enabled.
bunnei
2018-11-20
1
-0
/
+9
|
/
*
Merge pull request #1717 from FreddyFunk/swizzle-gob
bunnei
2018-11-18
1
-37
/
+33
|
\
|
*
textures/decoders: Replace magic numbers
Frederic Laing
2018-11-17
1
-37
/
+33
*
|
Merge pull request #1693 from Tinob/master
bunnei
2018-11-18
9
-211
/
+315
|
\
\
|
*
|
drop support for non separate alpha as it seems to cause issues in some games
Rodolfo Bogado
2018-11-18
3
-61
/
+35
|
*
|
fix sampler configuration, thanks to Marcos for his investigation
Rodolfo Bogado
2018-11-17
3
-19
/
+57
|
*
|
small type fix
Rodolfo Bogado
2018-11-17
1
-6
/
+6
|
*
|
small fix for alphaToOne bit location
Rodolfo Bogado
2018-11-17
1
-2
/
+2
|
*
|
fix for gcc compilation
Rodolfo Bogado
2018-11-17
1
-60
/
+61
|
*
|
add AlphaToCoverage and AlphaToOne
Rodolfo Bogado
2018-11-17
5
-1
/
+39
|
*
|
add support for fragment_color_clamp
Rodolfo Bogado
2018-11-17
5
-1
/
+24
|
*
|
add missing MirrorOnceBorder support where supported
Rodolfo Bogado
2018-11-17
1
-0
/
+6
|
*
|
set border color not depending on the wrap mode
Rodolfo Bogado
2018-11-17
1
-9
/
+9
|
*
|
set default value for point size register
Rodolfo Bogado
2018-11-17
2
-5
/
+4
|
*
|
fix viewport and scissor behavior
Rodolfo Bogado
2018-11-17
6
-64
/
+89
|
|
/
*
|
Eliminated unnessessary memory allocation and copy (#1702)
Frederic L
2018-11-18
3
-9
/
+20
*
|
gl_rasterizer: Remove default clip distance
ReinUsesLisp
2018-11-18
1
-2
/
+0
|
/
*
Merge pull request #1700 from FreddyFunk/cleanup
bunnei
2018-11-16
1
-3
/
+3
|
\
|
*
gl_rasterizer_chache: Minor cleanup
Frederic Laing
2018-11-15
1
-3
/
+3
*
|
Merge pull request #1701 from FreddyFunk/decoders
bunnei
2018-11-16
1
-16
/
+16
|
\
\
|
*
|
textures/decoders: Minor cleanup
Frederic Laing
2018-11-15
1
-16
/
+16
|
|
/
*
|
Merge pull request #1676 from lioncash/warn
bunnei
2018-11-16
2
-3
/
+4
|
\
\
|
|
/
|
/
|
|
*
gl_state: Amend compilation warnings
Lioncash
2018-11-13
2
-3
/
+4
[next]