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
2016-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
1
-1
/
+1
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
1
-4
/
+1
2016-09-19
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
1
-2
/
+1
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
1
-35
/
+33
2016-05-10
Pica: Implement W-Buffer in SW rasterizer
Jannik Vogel
1
-3
/
+1
2016-04-30
VideoCore: Run include-what-you-use and fix most includes.
Emmanuel Gil Peyrot
1
-1
/
+12
2016-03-03
Add immediate mode vertex submission
Dwayne Slater
1
-0
/
+1
2016-02-05
pica_types: Replace float24/20/16 with a template class.
bunnei
1
-4
/
+4
2016-02-05
pica: Implement decoding of basic fragment lighting components.
bunnei
1
-0
/
+2
2015-12-08
VideoCore: Unify interface to OpenGL and SW rasterizers
Yuri Kunde Schlesner
1
-1
/
+1
2015-09-11
video_core: Reorganize headers
Lioncash
1
-4
/
+4
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