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
*
Rasterize with the correct color component order.
bunnei
2015-02-22
1
-11
/
+24
*
Merge pull request #596 from kevinhartman/unaligned-cleanup
bunnei
2015-02-22
2
-35
/
+2
|
\
|
*
Cleaned up unaligned access.
Kevin Hartman
2015-02-21
2
-35
/
+2
*
|
Merge pull request #594 from Subv/display_transfer
bunnei
2015-02-22
1
-8
/
+6
|
\
\
|
*
|
GPU: Fixed the RGBA8 input format and RGB8 output format
Subv
2015-02-21
1
-8
/
+6
|
|
/
*
|
Merge pull request #593 from Subv/search_problem
Tony Wasserka
2015-02-22
1
-1
/
+4
|
\
\
|
*
|
Pica/VertexShader: Fixed LOOP with more than one iteration.
Subv
2015-02-21
1
-1
/
+4
|
|
/
*
|
Common: Change names containing “Dolphin” or “PPSSPP” to something mo...
Emmanuel Gil Peyrot
2015-02-20
2
-8
/
+8
*
|
Merge pull request #588 from archshift/somebranch
bunnei
2015-02-20
19
-1422
/
+47
|
\
\
|
|
/
|
/
|
|
*
Misc cleanup of common and related functions
archshift
2015-02-19
4
-81
/
+31
|
*
Remove duplication of INSERT_PADDING_WORDS between pica.h and gpu.h
archshift
2015-02-19
4
-25
/
+3
|
*
Remove "super lame/broken" file_search compilation unit that was leftover fro...
archshift
2015-02-18
3
-128
/
+0
|
*
Remove redundant utf8 compilation unit that was leftover from Dolphin
archshift
2015-02-18
3
-528
/
+0
|
*
Remove useless extended_trace compilation unit that was leftover from Dolphin
archshift
2015-02-18
3
-480
/
+0
|
*
Remove the useless msg_handler compilation unit that was left over from Dolphin
archshift
2015-02-18
8
-180
/
+13
*
|
Merge pull request #587 from archshift/assert
bunnei
2015-02-19
1
-6
/
+4
|
\
\
|
*
|
Convert a few C stdlib asserts to Citra's own asserts
archshift
2015-02-18
1
-6
/
+4
|
|
/
*
/
Rasterizer: Fixed a warning in GetWrappedTexCoord.
Subv
2015-02-18
1
-4
/
+4
|
/
*
Merge pull request #580 from lioncash/emplace
bunnei
2015-02-18
3
-5
/
+5
|
\
|
*
core/video_core: Use in-place construction where possible
Lioncash
2015-02-17
3
-5
/
+5
*
|
Pica/Rasterizer: Replace exit() calls with UNIMPLEMENTED().
Tony Wasserka
2015-02-18
1
-5
/
+5
*
|
Pica/Rasterizer: Make some local lambdas static.
Tony Wasserka
2015-02-18
1
-8
/
+8
*
|
Pica/BlendUnit: Implement separate color/alpha blend equations.
Tony Wasserka
2015-02-18
2
-65
/
+59
*
|
Pica/TextureEnvironment: Add a note.
Tony Wasserka
2015-02-18
1
-0
/
+4
*
|
Pica/TextureEnvironment: Treat texture combiner source 1 as the PrimaryColor.
Tony Wasserka
2015-02-18
2
-0
/
+4
*
|
Pica/TextureEnvironment: Add support for the MAD-like texture combiners and c...
Tony Wasserka
2015-02-18
2
-0
/
+28
*
|
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
|
/
/
/
[next]