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
...
|
*
|
|
|
|
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
*
|
Merge pull request #1637 from FernandoS27/cache
bunnei
2018-11-14
1
-18
/
+17
|
\
\
|
*
|
Improved GPU Caches lookup Speed
FernandoS27
2018-11-11
1
-18
/
+17
*
|
|
Merge pull request #1662 from FreddyFunk/CopySurface-Optimization
bunnei
2018-11-13
1
-10
/
+7
|
\
\
\
|
*
|
|
gl_rasterizer_cache: Remove unnecessary memory allocation and copy in CopySur...
Frederic Laing
2018-11-08
1
-10
/
+7
*
|
|
|
Merge pull request #1685 from lioncash/base
bunnei
2018-11-13
1
-1
/
+0
|
\
\
\
\
|
*
|
|
|
video_core/renderer_base: Remove GL include from the renderer base class files
Lioncash
2018-11-13
1
-1
/
+0
|
|
|
_
|
/
|
|
/
|
|
*
/
|
|
gl_rasterizer: Minor cleanup
Frederic L
2018-11-13
1
-4
/
+2
|
/
/
/
*
|
|
Merge pull request #1628 from greggameplayer/Texture2DArray
bunnei
2018-11-12
1
-0
/
+1
|
\
\
\
|
*
\
\
Merge branch 'master' into Texture2DArray
greggameplayer
2018-11-06
12
-186
/
+338
|
|
\
\
\
|
*
|
|
|
correct syntax
greggameplayer
2018-11-02
1
-4
/
+3
|
*
|
|
|
Merge branch 'master' into Texture2DArray
greggameplayer
2018-11-02
14
-1031
/
+1296
|
|
\
\
\
\
|
*
|
|
|
|
Implement SurfaceTarget Texture2DArray
greggameplayer
2018-10-31
1
-0
/
+1
*
|
|
|
|
|
Implement ASTC_2D_10X8 & ASTC_2D_10X8_SRGB (#1666)
greggameplayer
2018-11-12
4
-71
/
+101
*
|
|
|
|
|
Merge pull request #1660 from Tinob/master
bunnei
2018-11-11
9
-88
/
+138
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Use core extensions when available to set max anisotropic filtering level
Rodolfo Bogado
2018-11-11
1
-2
/
+7
|
*
|
|
|
|
|
Improve state management by splitting some of the states id separated functio...
Rodolfo Bogado
2018-11-11
6
-39
/
+40
[prev]
[next]