aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/video_core/primitive_assembly.cpp
Commit message (Collapse)AuthorAge
* Pica/Shader: Add geometry shader definitions.Gravatar Tony Wasserka2015-07-15
|
* Pica/PrimitiveAssembly: Fix triangle strips and fans being generated with ↵Gravatar Tony Wasserka2015-03-09
| | | | incorrect winding order.
* Asserts: break/crash program, fit to style guide; log.h->assert.hGravatar archshift2015-02-10
| | | | | | | 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/licenseGravatar bunnei2014-12-21
|\ | | | | License change
| * License changeGravatar purpasmart962014-12-20
| |
* | Pica/PrimitiveAssembly: Implement triangle strips.Gravatar Tony Wasserka2014-12-20
|/
* Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner2014-12-13
|
* Pica: Consolidate the primitive assembly code in PrimitiveAssembly and ↵Gravatar Tony Wasserka2014-08-25
| | | | GeometryDumper.
* Pica: Add triangle clipper.Gravatar Tony Wasserka2014-08-12
|
* Pica: Add primitive assembly stage.Gravatar Tony Wasserka2014-08-12