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
*
Pica/OutputMerger: Fix flipped framebuffers.
Tony Wasserka
2015-02-18
1
-0
/
+10
*
Pica/TextureUnit: Implement mirrored repeating texture wrapping.
Tony Wasserka
2015-02-18
2
-3
/
+12
*
Pica: Fix a bug in the register definitions, relating to texture wrapping.
Tony Wasserka
2015-02-18
2
-2
/
+2
*
Pica/OutputMerger: Implement color format checking.
Tony Wasserka
2015-02-18
2
-4
/
+13
*
Pica/Rasterizer: Rasterize actual pixel centers instead of pixel corners.
Tony Wasserka
2015-02-18
1
-2
/
+3
*
Pica/Rasterizer: Fix garbage pixels at triangle borders.
Tony Wasserka
2015-02-18
1
-1
/
+3
*
Pica/Rasterizer: Clean up and fix backface culling.
Tony Wasserka
2015-02-18
1
-11
/
+27
*
Pica: Cleanup clipping code and change screenspace z to range from -1..0.
Tony Wasserka
2015-02-18
2
-53
/
+42
*
Pica/VertexShader: Implement the LOOP instruction.
Tony Wasserka
2015-02-18
1
-14
/
+36
*
Pica/CommandProcessor: Properly implement shader load destination offset regi...
Tony Wasserka
2015-02-18
2
-20
/
+10
*
Pica/CommandProcessor: Work around initialized vertex attributes some more.
Tony Wasserka
2015-02-18
1
-2
/
+8
*
GPU: Properly implement memory fills.
Tony Wasserka
2015-02-18
4
-33
/
+78
*
Merge pull request #570 from purpasmart96/config_mem
bunnei
2015-02-18
5
-50
/
+65
|
\
|
*
ConfigMem: Clean up the Config memory to be more like the shared page and moved
purpasmart96
2015-02-16
5
-50
/
+65
*
|
Merge pull request #582 from lioncash/warnings
bunnei
2015-02-17
1
-4
/
+4
|
\
\
|
*
|
vfpinstr: Fix trivial signed/unsigned mismatch warnings
Lioncash
2015-02-17
1
-4
/
+4
*
|
|
Merge pull request #579 from lioncash/bkpt
bunnei
2015-02-17
2
-2
/
+28
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
dyncom: Support conditional BKPT instructions
Lioncash
2015-02-17
2
-2
/
+28
*
|
|
Merge pull request #578 from linkmauve/math-typo
Tony Wasserka
2015-02-17
1
-1
/
+1
|
\
\
\
|
*
|
|
VideoCore: Fix a typo in Vec4 MakeVec(T, Vec3<T>), where the second argument ...
Emmanuel Gil Peyrot
2015-02-16
1
-1
/
+1
*
|
|
|
Services: Fixed "Tried to connect to named port err:f".
Subv
2015-02-16
1
-1
/
+1
*
|
|
|
Merge pull request #574 from lioncash/warn
bunnei
2015-02-16
1
-2
/
+2
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
vfpdouble: Use %p for printing pointer addresses.
Lioncash
2015-02-15
1
-2
/
+2
|
|
/
/
*
/
/
dyncom: Actually set the destination register for USAD8/USADA8.
Lioncash
2015-02-16
1
-0
/
+1
|
/
/
*
|
Merge pull request #539 from linkmauve/framebuffer-formats
bunnei
2015-02-15
3
-12
/
+86
|
\
\
|
*
|
video_core: Implement the remaining framebuffer formats in the OpenGL renderer.
Emmanuel Gil Peyrot
2015-02-15
3
-12
/
+86
*
|
|
arm: Set the A bit on reset.
Lioncash
2015-02-15
1
-1
/
+1
|
/
/
*
|
Merge pull request #529 from Subv/master
bunnei
2015-02-14
11
-52
/
+70
|
\
\
|
*
|
Build: Fixed some warnings
Subv
2015-02-12
11
-52
/
+70
*
|
|
core: Apply static to local functions
Lioncash
2015-02-13
11
-245
/
+252
*
|
|
arm: General cleanup
Lioncash
2015-02-13
13
-227
/
+116
|
|
/
|
/
|
*
|
Merge pull request #569 from lioncash/modeswitch
bunnei
2015-02-12
7
-33
/
+28
|
\
\
|
*
|
dyncom: Switch the app and system cores into the correct mode at initialization
Lioncash
2015-02-12
5
-17
/
+21
|
*
|
dyncom: Clean up the constructor
Lioncash
2015-02-12
3
-16
/
+7
*
|
|
backend: Add logging subentry for ldr
Lioncash
2015-02-12
1
-0
/
+1
|
/
/
*
|
Merge pull request #567 from lioncash/warn
bunnei
2015-02-12
1
-1
/
+0
|
\
\
|
*
|
dyncom: Remove warning for SXTAH
Lioncash
2015-02-12
1
-1
/
+0
*
|
|
Merge pull request #561 from Alegend45/master
bunnei
2015-02-12
1
-6
/
+8
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix Min and Max blend equations
Darius Goad
2015-02-11
1
-6
/
+8
*
|
|
arm: Remove ARMul_EmulateInit
Lioncash
2015-02-12
4
-55
/
+1
*
|
|
armdefs: Remove unnecessary extern C
Lioncash
2015-02-12
1
-6
/
+0
|
|
/
|
/
|
*
|
Merge pull request #384 from neobrain/vertex_shader_debugger
Tony Wasserka
2015-02-11
8
-50
/
+425
|
\
\
|
*
|
citra-qt: Add a vertex shader debugger.
Tony Wasserka
2015-02-11
4
-0
/
+357
|
*
|
Pica/DebugUtils: Factor out BreakPointObserverDock into its own file.
Tony Wasserka
2015-02-11
5
-50
/
+68
*
|
|
Implemented WriteHWRegsWithMask for GSP.
Kevin Hartman
2015-02-11
1
-6
/
+91
|
|
/
|
/
|
*
|
arm: Remove ARM26 support.
Lioncash
2015-02-11
2
-45
/
+4
*
|
Merge pull request #559 from lioncash/clean
bunnei
2015-02-11
4
-24
/
+40
|
\
\
|
|
/
|
/
|
|
*
arm: Get rid of some magic constants. Specify proper ARM mode.
Lioncash
2015-02-11
3
-3
/
+10
|
*
arm: Change some more constants into enums
Lioncash
2015-02-11
2
-21
/
+30
*
|
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
2015-02-10
87
-216
/
+134
[next]