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
*
gl_rasterizer: Implement partial color clear and stencil clear.
bunnei
2018-08-23
1
-12
/
+42
*
maxwell_3d: Update to include additional stencil registers.
bunnei
2018-08-23
1
-20
/
+50
*
gl_state: Update to handle stencil front/back face separately.
bunnei
2018-08-23
2
-33
/
+38
*
Merge pull request #1157 from lioncash/vec
bunnei
2018-08-23
2
-11
/
+16
|
\
|
*
gl_shader_gen: Make ShaderSetup's constructor explicit
Lioncash
2018-08-22
1
-1
/
+1
|
*
gl_shader_gen: Use a std::vector to represent program code instead of std::array
Lioncash
2018-08-22
2
-11
/
+16
*
|
Merge pull request #1156 from Lakumakkara/lop3
bunnei
2018-08-23
2
-0
/
+60
|
\
\
|
*
|
more fixes
Laku
2018-08-23
1
-6
/
+7
|
*
|
fixes
Laku
2018-08-22
1
-6
/
+12
|
*
|
remove debug logging
Laku
2018-08-22
1
-2
/
+0
|
*
|
implement lop3
Laku
2018-08-22
2
-0
/
+55
*
|
|
Swap "Plus" with "Minus" on the controller GUI (#1150)
literalmente-game
2018-08-22
1
-8
/
+8
*
|
|
Merge pull request #1137 from lioncash/namespace
bunnei
2018-08-22
21
-23
/
+70
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
renderer_opengl: Namespace OpenGL code
Lioncash
2018-08-22
21
-23
/
+70
|
|
/
*
/
config: Fixed icon size get set to 0
tech4me
2018-08-21
1
-1
/
+1
|
/
*
Merge pull request #1136 from tech4me/master
bunnei
2018-08-22
6
-11
/
+45
|
\
|
*
qt/main: Port part of citra(#3411), open savedata works
tech4me
2018-08-21
6
-11
/
+45
*
|
Merge pull request #840 from FearlessTobi/port-3353
bunnei
2018-08-22
10
-25
/
+94
|
\
\
|
*
|
Port #3353 from Citra
fearlessTobi
2018-08-21
10
-25
/
+94
*
|
|
Merge pull request #1154 from OatmealDome/topology-lines
bunnei
2018-08-22
1
-0
/
+2
|
\
\
\
|
*
|
|
maxwell_to_gl: Implement PrimitiveTopology::Lines
OatmealDome
2018-08-22
1
-0
/
+2
*
|
|
|
Merge pull request #1141 from FearlessTobi/port-3902
bunnei
2018-08-22
2
-0
/
+18
|
\
\
\
\
|
*
|
|
|
Port #3902 from Citra: "Add restart hotkey & menu option"
fearlessTobi
2018-08-21
2
-0
/
+18
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge pull request #1124 from Subv/logic_ops
bunnei
2018-08-22
6
-7
/
+108
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
GPU: Implemented the logic op functionality of the GPU.
Subv
2018-08-20
3
-0
/
+61
|
*
|
|
GLState: Allow enabling/disabling GL_COLOR_LOGIC_OP independently from blending.
Subv
2018-08-20
2
-6
/
+19
|
*
|
|
GPU: Added registers for the logicop functionality.
Subv
2018-08-20
1
-1
/
+28
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #1147 from lioncash/warn
bunnei
2018-08-22
1
-1
/
+1
|
\
\
\
|
*
|
|
logging/text_formatter: Use empty braces for initializing CONSOLE_SCREEN_BUFF...
Lioncash
2018-08-21
1
-1
/
+1
*
|
|
|
Merge pull request #1151 from bunnei/revert-4a2ee191
bunnei
2018-08-22
2
-153
/
+31
|
\
\
\
\
|
*
|
|
|
Revert "Shader: Use the right sampler type in the TEX, TEXS and TLDS instruct...
bunnei
2018-08-21
2
-153
/
+31
*
|
|
|
|
Added missing include for pl:u
David Marcec
2018-08-22
1
-0
/
+1
*
|
|
|
|
PL:U Added BFTTF loading(Loading from System NAND dumps) (#1088)
David
2018-08-21
1
-25
/
+140
|
/
/
/
/
*
|
|
|
Merge pull request #1145 from lioncash/fwd-decl
bunnei
2018-08-21
5
-4
/
+7
|
\
\
\
\
|
*
|
|
|
vfs: Replace mode.h include with forward declarations where applicable
Lioncash
2018-08-21
5
-4
/
+7
|
|
/
/
/
*
|
|
|
Merge pull request #1146 from lioncash/am
bunnei
2018-08-21
1
-3
/
+4
|
\
\
\
\
|
*
|
|
|
am: Utilize std::array within PopLaunchParameter()
Lioncash
2018-08-21
1
-3
/
+4
|
|
/
/
/
*
|
|
|
Merge pull request #1148 from lioncash/audio-warn
bunnei
2018-08-21
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
audio_core/filter: Add explicit cast to assignment in Process()
Lioncash
2018-08-21
1
-1
/
+1
|
|
/
/
/
*
/
/
/
shader_bytecode: Parenthesize conditional expression within GetTextureType()
Lioncash
2018-08-21
1
-1
/
+1
|
/
/
/
*
|
|
Merge pull request #1143 from lioncash/inc
bunnei
2018-08-21
2
-1
/
+1
|
\
\
\
|
*
|
|
sdmc_factory: Remove unnecessary core include
Lioncash
2018-08-21
2
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #1139 from lioncash/bitfield
bunnei
2018-08-21
1
-2
/
+1
|
\
\
\
|
*
|
|
bit_field: Convert ToBool() into explicit operator bool
Lioncash
2018-08-21
1
-2
/
+1
|
|
/
/
*
|
|
Merge pull request #1140 from FearlessTobi/port-4056
bunnei
2018-08-21
2
-0
/
+14
|
\
\
\
|
*
|
|
Port #4056 from Citra: "Add Clear Recent Files menu action"
fearlessTobi
2018-08-21
2
-0
/
+14
|
|
/
/
*
/
/
perf_stats: Change MAX_LAG_TIME_US to an appropriate value
MerryMage
2018-08-21
1
-1
/
+1
|
/
/
*
|
Merge pull request #1123 from lioncash/screen
bunnei
2018-08-21
7
-30
/
+25
|
\
\
|
*
|
rasterizer_interface: Remove ScreenInfo from AccelerateDraw()'s signature
Lioncash
2018-08-20
5
-17
/
+14
|
*
|
renderer_base: Make creation of the rasterizer, the responsibility of the ren...
Lioncash
2018-08-20
4
-14
/
+12
|
|
/
[next]