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