]> git.tdb.fi Git - libs/gl.git/commitdiff
Use libmspmath to provide vector and matrix operations
authorMikko Rasa <tdb@tdb.fi>
Sat, 18 May 2013 21:27:42 +0000 (00:27 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sat, 18 May 2013 21:27:42 +0000 (00:27 +0300)
Pulling them from a math library enables interoperability for programs
where it is desirable for some parts to avoid an OpenGL dependency.  A
full complement of vector operations helps with readable code.

The flag tracking from Matrix was removed as a benchmark showed it to
actually hurt performance with compiler optimizations enabled.


No differences found