summaryrefslogtreecommitdiffstats
path: root/src/video_core/primitive_assembly.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* video_core: Reorganize headersLioncash2015-09-111-4/+4
|
* Shader: Move shader code to its own subdirectory, "shader".bunnei2015-08-151-1/+1
|
* GPU: Refactor "VertexShader" namespace to "Shader".bunnei2015-08-151-2/+2
| | | | - Also renames "vertex_shader.*" to "shader_interpreter.*"
* Pica/Shader: Add geometry shader definitions.Tony Wasserka2015-07-151-1/+2
|
* Pica/PrimitiveAssembly: Fix triangle strips and fans being generated with incorrect winding order.Tony Wasserka2015-03-091-6/+3
|
* Asserts: break/crash program, fit to style guide; log.h->assert.harchshift2015-02-111-0/+1
| | | | | | | Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time) As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing) Also removed some GEKKO cruft.
* 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-8/+15
|/
* Convert old logging calls to new logging macrosYuri Kunde Schlesner2014-12-131-1/+1
|
* Pica: Consolidate the primitive assembly code in PrimitiveAssembly and GeometryDumper.Tony Wasserka2014-08-251-11/+17
|
* Pica: Add triangle clipper.Tony Wasserka2014-08-121-4/+3
|
* Pica: Add primitive assembly stage.Tony Wasserka2014-08-121-0/+52