index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
video_core
/
pica.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-02-10
Add more blend equations from 3dbrew
Darius Goad
1
-1
/
+5
2015-02-05
Rasterizer: Implement the other color and alpha modifiers.
bunnei
1
-10
/
+20
2015-01-31
Pica: Implement blend factors.
bunnei
1
-6
/
+21
2015-01-28
Pica: Implement color/alpha channel enable.
bunnei
1
-0
/
+4
2015-01-27
Rasterizer: Implemented alpha testing.
bunnei
1
-3
/
+11
2015-01-26
GPU: Implement the remaining depth testing functions.
bunnei
1
-3
/
+8
2015-01-13
Pica/Rasterizer: Add ETC1 texture decompression support.
Tony Wasserka
1
-2
/
+2
2014-12-31
Pica/Rasterizer: Implement backface culling.
Tony Wasserka
1
-1
/
+15
2014-12-31
Pica/Rasterizer: Implement depth testing.
Tony Wasserka
1
-0
/
+1
2014-12-31
Pica: Add output merger definitions.
Tony Wasserka
1
-1
/
+56
2014-12-31
Pica/CommandProcessor: Add support for integer uniforms.
Tony Wasserka
1
-1
/
+9
2014-12-29
Rasterizer: Pre-divide vertex attributes by W
Yuri Kunde Schlesner
1
-0
/
+20
2014-12-21
More warning cleanups
Chin
1
-5
/
+5
2014-12-21
License change
purpasmart96
1
-1
/
+1
2014-12-20
Pica: Add support for boolean uniforms.
Tony Wasserka
1
-1
/
+7
2014-12-20
Pica/VertexShader: Add support for MOVA, CMP and IFC.
Tony Wasserka
1
-0
/
+8
2014-12-20
Add support for a ridiculous number of texture formats.
Tony Wasserka
1
-6
/
+16
2014-12-20
Pica: Unify ugly address translation hacks.
Tony Wasserka
1
-8
/
+17
2014-12-20
Pica: Further improve Tev emulation.
Tony Wasserka
1
-0
/
+1
2014-12-20
Pica: Implement texture wrapping.
Tony Wasserka
1
-1
/
+11
2014-12-20
Pica/DebugUtils: Add support for RGBA8, RGBA5551, RGBA4 and A8 texture formats.
Tony Wasserka
1
-0
/
+2
2014-12-20
Pica: Initial support for multitexturing.
Tony Wasserka
1
-5
/
+35
2014-12-12
MemMap: Renamed "GSP" heap to "linear", as this is not specific to GSP.
bunnei
1
-2
/
+2
2014-12-10
GSP: Trigger GPU interrupts at more accurate locations.
bunnei
1
-1
/
+9
2014-12-09
Pica: Re-enable command names on MSVC.
Tony Wasserka
1
-5
/
+0
2014-12-09
More coding style fixes.
Tony Wasserka
1
-6
/
+12
2014-12-09
citra_qt: Add enhanced texture debugging widgets.
Tony Wasserka
1
-1
/
+14
2014-12-09
Build fix for something which shouldn't have compiled successfully to begin with.
Tony Wasserka
1
-1
/
+1
2014-10-08
Fix warnings in video_core
Lioncash
1
-1
/
+1
2014-09-14
Core: Fix warnings in gpu.cpp
Lioncash
1
-1
/
+1
2014-08-25
Pica/Rasterizer: Add texturing support.
Tony Wasserka
1
-1
/
+4
2014-08-25
Pica/Rasterizer: Add initial implementation of texture combiners.
Tony Wasserka
1
-1
/
+104
2014-08-25
Pica: Add support for dumping textures.
Tony Wasserka
1
-1
/
+44
2014-08-25
Pica: Add debug utilities for dumping shaders.
Tony Wasserka
1
-1
/
+1
2014-08-13
float24: Remove private default constructor
archshift
1
-2
/
+0
2014-08-12
Pica: Add basic rasterizer.
Tony Wasserka
1
-1
/
+51
2014-08-12
Pica: Add triangle clipper.
Tony Wasserka
1
-2
/
+20
2014-08-12
Pica: Add primitive assembly stage.
Tony Wasserka
1
-1
/
+14
2014-08-12
Pica: Add vertex shader implementation.
Tony Wasserka
1
-5
/
+132
2014-08-12
Pica: Implement vertex loading.
Tony Wasserka
1
-7
/
+22
2014-08-12
Pica: Add register definition for vertex loading and rendering.
Tony Wasserka
1
-33
/
+128
2014-08-12
Pica: Add command processor.
Tony Wasserka
1
-0
/
+2
2014-08-12
Pica: Add float24 structure.
Tony Wasserka
1
-0
/
+75
2014-08-12
Pica/GPU: Change hardware registers to use physical addresses rather than virtual ones.
Tony Wasserka
1
-1
/
+1
2014-08-12
Remove the fancy RegisterSet class introduced in 4c2bff61e.
Tony Wasserka
1
-98
/
+144
2014-06-12
Pica: Use some template magic to define register structures efficiently.
Tony Wasserka
1
-25
/
+102
2014-06-12
Further refine GPU command list debugging.
Tony Wasserka
1
-0
/
+16
2014-06-12
Refine command list debugging functionality and its qt interface.
Tony Wasserka
1
-0
/
+2
2014-06-12
video core: added PICA definitions file.
Tony Wasserka
1
-0
/
+35