summaryrefslogtreecommitdiffstats
path: root/src/video_core/primitive_assembly.h (unfollow)
Commit message (Expand)AuthorFilesLines
2015-08-15Shader: Move shader code to its own subdirectory, "shader".bunnei1-1/+1
2015-08-15GPU: Refactor "VertexShader" namespace to "Shader".bunnei1-1/+1
2014-12-21License changepurpasmart961-1/+1
2014-12-20Pica/PrimitiveAssembly: Implement triangle strips.Tony Wasserka1-0/+1
2014-08-25Pica: Consolidate the primitive assembly code in PrimitiveAssembly and GeometryDumper.Tony Wasserka1-8/+30
2014-08-12Pica: Add primitive assembly stage.Tony Wasserka1-0/+21