summaryrefslogtreecommitdiffstats
path: root/src/video_core/primitive_assembly.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Shader: Move shader code to its own subdirectory, "shader".bunnei2015-08-151-1/+1
* GPU: Refactor "VertexShader" namespace to "Shader".bunnei2015-08-151-1/+1
* Merge pull request #291 from purpasmart96/licensebunnei2014-12-211-1/+1
|\
| * License changepurpasmart962014-12-211-1/+1
* | Pica/PrimitiveAssembly: Implement triangle strips.Tony Wasserka2014-12-201-0/+1
|/
* Pica: Consolidate the primitive assembly code in PrimitiveAssembly and GeometryDumper.Tony Wasserka2014-08-251-8/+30
* Pica: Add primitive assembly stage.Tony Wasserka2014-08-121-0/+21