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
*
Common: Remove unused type unions breaking aliasing rules in horrible ways.
Emmanuel Gil Peyrot
2015-06-28
1
-26
/
+0
*
VideoCore: Fix floating point warning
zawata
2015-06-26
1
-1
/
+1
*
Add helpers to create IPC command buffer headers and descriptors
Yuri Kunde Schlesner
2015-06-22
3
-7
/
+43
*
Merge pull request #860 from yuriks/y2r-color
Yuri Kunde Schlesner
2015-06-21
5
-174
/
+734
|
\
|
*
Y2R: Rework conversion process, enabling support for all formats
Yuri Kunde Schlesner
2015-06-21
5
-163
/
+695
|
*
Y2R: Re-organize how params are stored. Support SetConversionParams
Yuri Kunde Schlesner
2015-06-20
1
-72
/
+100
*
|
Merge pull request #855 from purpasmart96/service_rearrangment
bunnei
2015-06-21
75
-637
/
+1190
|
\
\
|
|
/
|
/
|
|
*
Services: Continue separation of services into their own folders
purpasmart96
2015-06-11
75
-637
/
+1190
*
|
Make the call stack entries not editable
Greg Wicks
2015-06-19
1
-0
/
+3
*
|
Merge pull request #849 from bunnei/fix-waitsynch-2
bunnei
2015-06-17
9
-113
/
+68
|
\
\
|
*
|
kernel: Fix svcWaitSynch to always acquire requested wait objects.
bunnei
2015-06-16
9
-113
/
+68
*
|
|
Merge pull request #864 from linkmauve/gl-info
Lioncash
2015-06-17
1
-0
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
VideoCore: Log the GL driver’s vendor and renderer.
Emmanuel Gil Peyrot
2015-06-16
1
-0
/
+2
*
|
|
Merge pull request #866 from lioncash/typo
Lioncash
2015-06-16
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
hw: Fix mismatched Write call
Lioncash
2015-06-16
1
-1
/
+1
|
|
/
*
|
video_core: add extra braces around initializer
Yuri Kunde Schlesner
2015-06-14
1
-3
/
+3
*
|
vfp: Handle accesses to the VFP media feature registers
Lioncash
2015-06-12
3
-4
/
+8
*
|
vfp: Implement VMOVBCR/VMOVBRC
Lioncash
2015-06-12
2
-5
/
+8
*
|
Merge pull request #835 from tfarley/hw-renderer-fixes
bunnei
2015-06-09
5
-65
/
+140
|
\
\
|
*
|
Renderer formatting edits
tfarley
2015-06-08
2
-26
/
+29
|
*
|
Render-to-texture flush, interval math fix
tfarley
2015-06-08
2
-2
/
+14
|
*
|
Liberal texture unbind (clout menu)
tfarley
2015-06-08
2
-4
/
+40
|
*
|
Depth format fix (crush3d intro/black screens)
tfarley
2015-06-08
1
-46
/
+46
|
*
|
Implemented glColorMask
tfarley
2015-06-08
3
-0
/
+24
|
|
/
*
/
Robocopy doesn't like trailing slashes
Clienthax
2015-06-09
1
-4
/
+4
|
/
*
arm_dyncom_thumb: Fix handling of writeback for thumb LDMIA
Lioncash
2015-06-04
1
-5
/
+19
*
ExtSavedata: Save the icon passed to CreateExtSaveData to the correct folder.
Subv
2015-06-01
4
-14
/
+38
*
Merge pull request #838 from lioncash/thumb
Lioncash
2015-05-31
1
-3
/
+40
|
\
|
*
arm_dyncom_thumb: Fix encoding of BKPT's immediate
Lioncash
2015-05-31
1
-1
/
+4
|
*
arm_dyncom_thumb: Implement CPS and SETEND
Lioncash
2015-05-31
1
-0
/
+13
|
*
arm_dyncom_thumb: Implement SXTH, SXTB, UXTH, and UXTB.
Lioncash
2015-05-31
1
-0
/
+11
|
*
arm_dyncom_thumb: Implement REV, REV16, and REVSH.
Lioncash
2015-05-31
1
-2
/
+12
*
|
Merge pull request #811 from archshift/commonify
archshift
2015-05-31
13
-16
/
+17
|
\
\
|
*
|
Move video_core/color.h to common/color.h
archshift
2015-05-30
8
-6
/
+8
|
*
|
Move video_core/math.h to common/vector_math.h
archshift
2015-05-30
9
-10
/
+9
*
|
|
Merge pull request #832 from yuriks/refresh-rate-option
bunnei
2015-05-31
4
-7
/
+2
|
\
\
\
|
*
|
|
Remove gpu_refresh_rate configuration option
Yuri Kunde Schlesner
2015-05-29
4
-7
/
+2
*
|
|
|
Pica: Use zero for the SecondaryFragmentColor source.
bunnei
2015-05-31
3
-11
/
+21
*
|
|
|
rasterizer: Remove unnecessary 'using' for BlendEquation.
bunnei
2015-05-31
1
-2
/
+1
*
|
|
|
Pica: Implement LogicOp function.
bunnei
2015-05-31
7
-8
/
+135
*
|
|
|
rasterizer: Implement AddSigned combiner function for alpha channel.
bunnei
2015-05-31
1
-0
/
+7
*
|
|
|
vertex_shader: Use address offset on src2 in inverted mode.
bunnei
2015-05-31
1
-3
/
+3
*
|
|
|
Pica: Implement command buffer execution registers.
bunnei
2015-05-31
2
-44
/
+76
*
|
|
|
vertex_shader: Implement SLT/SLTI instructions.
bunnei
2015-05-31
1
-4
/
+10
*
|
|
|
vertex_shader: Implement MIN instruction.
bunnei
2015-05-31
1
-0
/
+9
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #830 from SeannyM/qt-noborder
bunnei
2015-05-30
1
-2
/
+15
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
QT: Remove border around widgets
Sean Maas
2015-05-29
1
-2
/
+15
*
|
|
Merge pull request #810 from yuriks/memmap
Yuri Kunde Schlesner
2015-05-29
7
-38
/
+491
|
\
\
\
|
*
|
|
Memmap: Remove unused global pointers to memory areas
Yuri Kunde Schlesner
2015-05-27
2
-31
/
+8
|
*
|
|
Kernel: Add VMManager to manage process address spaces
Yuri Kunde Schlesner
2015-05-27
6
-16
/
+492
[next]