summaryrefslogtreecommitdiffstats
path: root/src/video_core/primitive_assembly.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-1/+0
| | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-5/+2
|
* Pica: Improve accuracy of immediate-mode supportYuri Kunde Schlesner2016-03-241-1/+1
| | | | This partially fixes Etrian Odyssey IV.
* Add immediate mode vertex submissionDwayne Slater2016-03-031-0/+10
|
* video_core: Remove unnecessary includes from headersLioncash2015-09-111-2/+0
|
* 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
| | | | - Also renames "vertex_shader.*" to "shader_interpreter.*"
* Merge pull request #291 from purpasmart96/licensebunnei2014-12-211-1/+1
|\ | | | | License change
| * 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