gl/utils: fixup matrix math again for column major
authorMatthew Waters <matthew@centricular.com>
Tue, 10 Jul 2018 10:03:12 +0000 (20:03 +1000)
committerMatthew Waters <matthew@centricular.com>
Tue, 10 Jul 2018 10:13:22 +0000 (20:13 +1000)
commit16cba63d43f319ac33bc993eca2b1b51679727b3
tree3e071ddf37194fa65774326ca9af8c95d0452129
parent173e2d8db3abc26be90d881ef28ae6f87415ba75
gl/utils: fixup matrix math again for column major

e4bf9ed8f060021151cd57e2b00493ed696cb47b was not quite right and changed
the wrong thing. Intead we needed to change the multiplication order
and should have kept the previous to/from matrices as is done in this
patch.
ext/gl/gstglutils.c
gst-libs/gst/gl/gstglutils.c
tests/check/libs/gstglmatrix.c