index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
clipper.cpp
Age
Commit message (
Expand
)
Author
2016-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-18
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-05-10
Pica: Implement W-Buffer in SW rasterizer
Jannik Vogel
2016-04-30
VideoCore: Run include-what-you-use and fix most includes.
Emmanuel Gil Peyrot
2016-03-02
Add immediate mode vertex submission
Dwayne Slater
2016-02-05
pica_types: Replace float24/20/16 with a template class.
bunnei
2016-02-05
pica: Implement decoding of basic fragment lighting components.
bunnei
2015-12-07
VideoCore: Unify interface to OpenGL and SW rasterizers
Yuri Kunde Schlesner
2015-09-11
video_core: Reorganize headers
Lioncash
2015-08-15
Shader: Move shader code to its own subdirectory, "shader".
bunnei
2015-08-15
GPU: Refactor "VertexShader" namespace to "Shader".
bunnei
2015-07-15
Pica/Clipper: Output proper number of triangles in debugging logs.
Tony Wasserka
2015-06-26
VideoCore: Fix floating point warning
zawata
2015-05-22
Pica: Create 'State' structure and move state memory there.
bunnei
2015-02-18
Pica: Cleanup clipping code and change screenspace z to range from -1..0.
Tony Wasserka
2014-12-29
Rasterizer: Pre-divide vertex attributes by W
Yuri Kunde Schlesner
2014-12-29
Clipper: Compact buffers on each clipping pass
Yuri Kunde Schlesner
2014-12-29
Clipper: Avoid dynamic allocations
Yuri Kunde Schlesner
2014-12-20
License change
purpasmart96
2014-12-13
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
2014-11-14
Fix two format strings.
Lioncash
2014-10-29
Fix some warnings
Sean
2014-10-07
Fix warnings in video_core
Lioncash
2014-08-26
VideoCore: Fixes rendering issues on Qt and corrects framebuffer output size.
bunnei
2014-08-12
Pica: Add basic rasterizer.
Tony Wasserka
2014-08-12
Pica: Add triangle clipper.
Tony Wasserka