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/VertexShader: Promote a log message to critical status.
Tony Wasserka
2014-12-20
1
-1
/
+1
*
Pica/VertexShader: Small optimization.
Tony Wasserka
2014-12-20
1
-7
/
+7
*
Pica/VertexShader: Be robust against invalid inputs.
Tony Wasserka
2014-12-20
1
-2
/
+9
*
Pica/VertexShader: Clarify a comment.
Tony Wasserka
2014-12-20
1
-1
/
+3
*
Pica/DebugUtils: Further cleanups to LookupTexture.
Tony Wasserka
2014-12-20
1
-7
/
+7
*
Pica/DebugUtils: Fix two warnings.
Tony Wasserka
2014-12-20
1
-2
/
+2
*
Pica/DebugUtils: Better document LookupTexture.
Tony Wasserka
2014-12-20
2
-7
/
+16
*
Pica/Rasterizer: Get rid of C-style casts.
Tony Wasserka
2014-12-20
1
-4
/
+4
*
Pica/DebugUtils: Make a number of variables static.
Tony Wasserka
2014-12-20
1
-13
/
+13
*
Pica/VertexShader: Cleanup flow control logic and implement CMP/IFU instructi...
Tony Wasserka
2014-12-20
1
-50
/
+56
*
Pica/VertexShader: Run instruction handlers according to the effective opcode.
Tony Wasserka
2014-12-20
1
-1
/
+1
*
Pica/VertexShader: Implement MAX instructions.
Tony Wasserka
2014-12-20
1
-0
/
+9
*
Pica: Add support for boolean uniforms.
Tony Wasserka
2014-12-20
4
-2
/
+21
*
Pica/VertexShader: Add support for MOVA, CMP and IFC.
Tony Wasserka
2014-12-20
2
-7
/
+138
*
Pica/VertexShader: Move code around a bit.
Tony Wasserka
2014-12-20
1
-42
/
+58
*
Pica/VertexShader: Some cleanups using std::array.
Tony Wasserka
2014-12-20
2
-5
/
+19
*
Pica/VertexShader: Support negating src2.
Tony Wasserka
2014-12-20
2
-3
/
+9
*
Pica/DebugUtils: Replace duplicated SHBIN structures in favor of nihstro's ones.
Tony Wasserka
2014-12-20
1
-61
/
+8
*
Pica/VertexShader: Remove (now) duplicated shader bytecode definitions in fav...
Tony Wasserka
2014-12-20
2
-222
/
+30
*
Pica/DebugUtils: Add an event triggered after loading a vertex.
Tony Wasserka
2014-12-20
3
-0
/
+5
*
Pica/PrimitiveAssembly: Implement triangle strips.
Tony Wasserka
2014-12-20
2
-8
/
+16
*
Pica/CommandProcessor: Add a safety check for invalid (?) GPU configurations.
Tony Wasserka
2014-12-20
1
-0
/
+7
*
Pica/CommandProcessor: Fix vertex decoding if multiple memory areas are acces...
Tony Wasserka
2014-12-20
1
-7
/
+8
*
Add support for a ridiculous number of texture formats.
Tony Wasserka
2014-12-20
3
-8
/
+88
*
Pica: Unify ugly address translation hacks.
Tony Wasserka
2014-12-20
7
-24
/
+33
*
Pica: Further improve Tev emulation.
Tony Wasserka
2014-12-20
3
-12
/
+51
*
Pica: Merge texture lookup logic for DebugUtils and Rasterizer.
Tony Wasserka
2014-12-20
4
-56
/
+42
*
Pica: Implement texture wrapping.
Tony Wasserka
2014-12-20
2
-2
/
+31
*
Pica/DebugUtils: Add support for RGBA8, RGBA5551, RGBA4 and A8 texture formats.
Tony Wasserka
2014-12-20
2
-3
/
+48
*
citra-qt: Fix invalid memory read upon program startup.
Tony Wasserka
2014-12-20
1
-1
/
+2
*
Pica: Initial support for multitexturing.
Tony Wasserka
2014-12-20
4
-31
/
+115
*
BitField: Add an explicit Assign method.
Tony Wasserka
2014-12-20
1
-1
/
+5
*
citra-qt: static-constify a map.
Tony Wasserka
2014-12-20
1
-6
/
+7
*
Merge pull request #315 from chinhodado/master
bunnei
2014-12-20
8
-20
/
+27
|
\
|
*
Clean up some warnings
Chin
2014-12-20
8
-20
/
+27
*
|
Common: Add a clone of std::make_unique
Yuri Kunde Schlesner
2014-12-20
5
-10
/
+31
*
|
Merge pull request #306 from Subv/even_more_savedata
bunnei
2014-12-19
1
-2
/
+31
|
\
\
|
|
/
|
/
|
|
*
FS_U: Added the command to the docs of SaveData functions
Subv
2014-12-19
1
-0
/
+2
|
*
SaveData: Added some documentation to FormatSaveData
Subv
2014-12-18
1
-2
/
+29
*
|
Merge pull request #309 from chinhodado/patch-1
bunnei
2014-12-19
1
-1
/
+1
|
\
\
|
*
|
Properly erase/remove an observer
chinhodado
2014-12-19
1
-1
/
+1
*
|
|
Merge pull request #294 from lioncash/var
bunnei
2014-12-19
1
-12
/
+9
|
\
\
\
|
*
|
|
armemu: Narrow the scope of some variables in handle_v6_insn
Lioncash
2014-12-17
1
-12
/
+9
*
|
|
|
Merge pull request #305 from lioncash/paren
bunnei
2014-12-19
1
-4
/
+4
|
\
\
\
\
|
*
|
|
|
armemu: Get rid of bitwise parenthesis warnings
Lioncash
2014-12-18
1
-4
/
+4
*
|
|
|
|
Merge pull request #302 from purpasmart96/flushshutup
bunnei
2014-12-18
1
-1
/
+25
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
GSP_GPU: Shut up FlushDataCache
purpasmart96
2014-12-18
1
-1
/
+25
*
|
|
|
|
Merge pull request #308 from Subv/more_savedata
bunnei
2014-12-18
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
SystemSaveData: Fixed a typo that was segfaulting
Subv
2014-12-18
1
-1
/
+1
*
|
|
|
|
|
Merge pull request #304 from lioncash/sflags
bunnei
2014-12-18
1
-4
/
+29
|
\
\
\
\
\
\
[next]