aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics/QuadHelper.cs
AgeCommit message (Collapse)Author
2019-01-01Quad to triangle optimization (#552)BaronKiko
* Fix minor bug with ordering leading to incorrect ordering * Converts quads and quadstrips to triangle * A new line for emmaus * Refactor to remove Ib from quadhelper methods * 20 extra brackets...
2018-10-13Quads, QuadStrip, const attributes and half-float attributes support (#447)gdkchan
* Quads, QuadStrip and const attributes support * Add support for half float attributes and fix texture pitch alignment * Throw when an unsupported float type is used as const attribute aswell