opengl: fix transform order
The TransformMatrix
is provided by Android to apply its internal coordinates transformations to sample the texture at the correct location, so it must be applied last, after the orientation/crop from the picture_t
.
Beforehand, make all matrices 3x3 for consistency and to simplify the product of matrices.