opengl: Correct order of transforms in GLTexturePrivate::updateMatrix
The textureToTransformMatrix should be applied first, otherwise the scale transform is going to change the winding order of rotations.
In practice though, it shouldn't matter because these matrices are used to downscale or upscale uv coordinates.