Skip to content

Large refactor of vertex submission

Luke Benstead requested to merge refactor-submit into master

This should be much faster as matrix loading is now minimized. Also splits transform from perspective division to lay the groundwork for near-z clipping. This also fixes GL_POLYGON submission.

Lighting can be made faster, this doesn't change the lighting algorithm, but the matrix changes should speed things up.

Merge request reports