GLdc/containers
Luke Benstead ae335eeff1 Large refactor of vertex submission
This should be much faster as matrix loading is now minimized. Also splits transform from perspective divisionn
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.
2018-07-09 08:57:01 +01:00
..
aligned_vector.c Large refactor of vertex submission 2018-07-09 08:57:01 +01:00
aligned_vector.h Large refactor of vertex submission 2018-07-09 08:57:01 +01:00
named_array.c Fix the containers to compile on C89 and C99 2018-05-26 19:17:42 +01:00
named_array.h Make the containers C++ compatible 2018-05-28 08:52:44 +01:00
stack.c Fix the containers to compile on C89 and C99 2018-05-26 19:17:42 +01:00
stack.h Make the containers C++ compatible 2018-05-28 08:52:44 +01:00