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
*
GPU: Pseudo-implement horizontal scaling.
Tony Wasserka
2014-12-31
2
-1
/
+8
*
Pica/Rasterizer: Implement backface culling.
Tony Wasserka
2014-12-31
2
-10
/
+36
*
Pica/Rasterizer: Textures seem to be laid out flipped vertically.
Tony Wasserka
2014-12-31
1
-1
/
+1
*
Pica/DebugUtils: Fix a bug in RGBA4 texture decoding.
Tony Wasserka
2014-12-31
1
-2
/
+2
*
Pica/Rasterizer: Implement alpha blending.
Tony Wasserka
2014-12-31
1
-0
/
+84
*
Pica/Rasterizer: Implement depth testing.
Tony Wasserka
2014-12-31
2
-6
/
+34
*
Pica/Rasterizer: Further enhance Tev support.
Tony Wasserka
2014-12-31
1
-4
/
+19
*
Pica: Add output merger definitions.
Tony Wasserka
2014-12-31
1
-1
/
+56
*
Pica: Fix A4, IA4 and IA8 texture formats.
Tony Wasserka
2014-12-31
1
-13
/
+7
*
Pica/CommandProcessor: Add support for integer uniforms.
Tony Wasserka
2014-12-31
4
-1
/
+30
*
citra-qt: Fix displaying RGBA5551 framebuffers.
Tony Wasserka
2014-12-31
1
-0
/
+4
*
citra-qt: Always show pica framebuffers as RGBA8.
Tony Wasserka
2014-12-31
1
-1
/
+2
*
Merge pull request #338 from chinhodado/master
bunnei
2014-12-31
5
-0
/
+2
|
\
|
*
Add citra icon to Windows executable and title bar
Chin
2014-12-31
5
-0
/
+2
*
|
dyncom: Massive refactor
bunnei
2014-12-30
2
-654
/
+221
|
/
*
Merge pull request #369 from darkf/mingw_
bunnei
2014-12-30
9
-22
/
+50
|
\
|
*
Fix MSVC-related #defines and add CMakeLists comment
darkf
2014-12-29
6
-11
/
+11
|
*
Fix merge conflicts
darkf
2014-12-29
277
-14149
/
+17511
|
|
\
|
*
|
Add comment regarding __WIN32__ in SkyEye code
darkf
2014-11-28
1
-0
/
+4
|
*
|
Fix MinGW build
darkf
2014-11-28
9
-22
/
+42
*
|
|
vfp: Get rid of a few warnings
Lioncash
2014-12-30
2
-2
/
+2
*
|
|
vfp: Implement VMOVBRRSS
Lioncash
2014-12-30
3
-12
/
+44
*
|
|
dyncom: Implement USAT16/SSAT16
Lioncash
2014-12-30
1
-2
/
+61
*
|
|
Merge pull request #368 from purpasmart96/dsp_mem
bunnei
2014-12-29
3
-2
/
+12
|
\
\
\
|
*
|
|
MemMap: Add support for DSP Read & Writes in the memory map
purpasmart96
2014-12-29
3
-2
/
+12
*
|
|
|
APT:A: Some style changes
Subv
2014-12-29
1
-12
/
+12
*
|
|
|
Archives: Implemented ExtSaveData and SharedExtSaveData
Subv
2014-12-29
17
-60
/
+268
|
|
_
|
/
|
/
|
|
*
|
|
dyncom: Implement USAT/SSAT
bunnei
2014-12-29
3
-2
/
+131
|
/
/
*
|
Merge pull request #253 from purpasmart96/mem_map
bunnei
2014-12-29
2
-69
/
+76
|
\
\
|
*
|
MemMap: Added AXI_WRAM & SHARED_PAGE along with other stuff
purpasmart96
2014-12-13
2
-69
/
+76
*
|
|
Merge pull request #362 from bunnei/dyncom-cleanup
bunnei
2014-12-29
5
-7087
/
+5962
|
\
\
\
|
*
|
|
dyncom: Various cleanups to match coding style, no functional changes.
bunnei
2014-12-29
5
-7087
/
+5962
*
|
|
|
Merge pull request #344 from Yllodra/Qt-Oddities
bunnei
2014-12-29
1
-0
/
+3
|
\
\
\
\
|
*
|
|
|
Remove duplicate work
Daniel Lundqvist
2014-12-26
1
-7
/
+0
|
*
|
|
|
Allow focus only when in popout mode
Daniel Lundqvist
2014-12-26
2
-4
/
+10
|
*
|
|
|
Allow focus on the Qt render widget
Daniel Lundqvist
2014-12-26
2
-0
/
+4
*
|
|
|
|
Merge pull request #351 from yuriks/optimize
Tony Wasserka
2014-12-30
5
-78
/
+102
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Rasterizer: Pre-divide vertex attributes by W
Yuri Kunde Schlesner
2014-12-29
3
-8
/
+32
|
*
|
|
|
GPU: Bitwise texture swizzling
Yuri Kunde Schlesner
2014-12-29
1
-27
/
+24
|
*
|
|
|
Rasterizer: Common sub-expression elimination
Yuri Kunde Schlesner
2014-12-29
1
-14
/
+17
|
*
|
|
|
Clipper: Compact buffers on each clipping pass
Yuri Kunde Schlesner
2014-12-29
1
-28
/
+27
|
*
|
|
|
Clipper: Avoid dynamic allocations
Yuri Kunde Schlesner
2014-12-29
1
-10
/
+7
|
*
|
|
|
Vertex Shader: Zero OutputVertex to avoid denormals
Yuri Kunde Schlesner
2014-12-29
1
-0
/
+4
*
|
|
|
|
Merge pull request #361 from lioncash/moreqops
bunnei
2014-12-29
4
-65
/
+142
|
\
\
\
\
\
|
*
|
|
|
|
dyncom: Implement QADD8/QSUB8
Lioncash
2014-12-29
1
-32
/
+42
|
*
|
|
|
|
armemu: Implement QADD8/QSUB8
Lioncash
2014-12-29
3
-33
/
+100
*
|
|
|
|
|
dyncom: Fix SMLALXY's instruction labels
Lioncash
2014-12-29
1
-2
/
+2
*
|
|
|
|
|
Merge pull request #303 from linkmauve/fs-cleanup
Tony Wasserka
2014-12-29
9
-169
/
+97
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
FileSys: Clean up according to the coding style, and remove redundant namespa...
Emmanuel Gil Peyrot
2014-12-24
9
-169
/
+97
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #360 from lioncash/dynuxt
bunnei
2014-12-28
1
-2
/
+55
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
[next]