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
/
clipper.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-08-15
Shader: Move shader code to its own subdirectory, "shader".
bunnei
1
-1
/
+1
2015-08-15
GPU: Refactor "VertexShader" namespace to "Shader".
bunnei
1
-1
/
+1
2015-07-15
Pica/Clipper: Output proper number of triangles in debugging logs.
Tony Wasserka
1
-1
/
+1
2015-06-27
VideoCore: Fix floating point warning
zawata
1
-1
/
+1
2015-05-23
Pica: Create 'State' structure and move state memory there.
bunnei
1
-6
/
+7
2015-02-18
Pica: Cleanup clipping code and change screenspace z to range from -1..0.
Tony Wasserka
1
-48
/
+36
2014-12-29
Rasterizer: Pre-divide vertex attributes by W
Yuri Kunde Schlesner
1
-3
/
+10
2014-12-29
Clipper: Compact buffers on each clipping pass
Yuri Kunde Schlesner
1
-28
/
+27
2014-12-29
Clipper: Avoid dynamic allocations
Yuri Kunde Schlesner
1
-10
/
+7
2014-12-21
License change
purpasmart96
1
-1
/
+1
2014-12-13
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
1
-1
/
+1
2014-11-14
Fix two format strings.
Lioncash
1
-2
/
+2
2014-10-30
Fix some warnings
Sean
1
-2
/
+2
2014-10-08
Fix warnings in video_core
Lioncash
1
-4
/
+4
2014-08-26
VideoCore: Fixes rendering issues on Qt and corrects framebuffer output size.
bunnei
1
-1
/
+1
2014-08-12
Pica: Add basic rasterizer.
Tony Wasserka
1
-1
/
+2
2014-08-12
Pica: Add triangle clipper.
Tony Wasserka
1
-0
/
+178