panfrost: Improve format support
Some games such as Aleph One use GL_DOUBLE vertex data, so >32 bit per channel formats have been marked unsupported to let Mesa convert it to 32-bit float.
I've also added support for RGB5_X1 and RGB332, so all the formats in the texenv demo now work.
Edited by Icecream95