aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics/Gal/GalComparisonOp.cs
AgeCommit message (Collapse)Author
2020-01-09Initial workgdk
2018-07-05Implement some GPU features (#209)ReinUsesLisp
* Implement stencil testing * Implement depth testing * Implement face culling * Implement front face * Comparison functions now take OGL enums too * Fix front facing when flipping was used * Add depth and stencil clear values
2018-06-27Fix vertex buffer size on the gpu when the draw vertex count is less than ↵gdkchan
the buffer size, added a few more registers (currently not implemented)