]> git.tdb.fi Git - libs/gl.git/history - source/matrix.h
Merge branch 'animation-rework'
[libs/gl.git] / source / matrix.h
2015-12-04 Mikko RasaMove some common matrix operations to the header so...
2015-07-14 Mikko RasaEnable chaining of matrix modifiers
2013-11-27 Mikko RasaConvert Matrix to use floats
2013-06-18 Mikko RasaField of view is an angle too
2013-05-23 Mikko RasaAdd overloads for rotation functions that take axis...
2013-05-18 Mikko RasaUse libmspmath to provide vector and matrix operations
2012-11-30 Mikko RasaRemove deprecated matrix APIs
2012-08-28 Mikko RasaMore efficient stack management
2011-09-06 Mikko RasaDrop Id tags and copyright notices from files
2011-01-11 Mikko RasaBetter tracking of Renderer matrix changes
2010-12-05 Mikko RasaAdd conversion from Vector4 to Vector3
2010-11-02 Mikko RasaReplace GL matrices with an object-oriented implementation
2010-06-06 Mikko RasaStyle update: add spaces around assignment operators
2009-07-05 Mikko RasaAdd Vector3 and Vector4 classes
2008-11-02 Mikko RasaMove transform functions to matrix.h
2007-12-29 Mikko RasaWindows compatibility:
2007-10-01 Mikko RasaAdd mult_matrix functions
2007-09-03 Mikko RasaAdd Id tags and copyright notices to files
2007-06-12 Mikko RasaAdd vertex arrays and buffers