The 'DM8168 is basically little-endian, but OpenGL ES is big-endian. The output of the SGX530 is "RGBA". I want to send it to a little-endian PC's GPU for output. The GPU takes 143 different surface formats, but none are RGBA. Is the RGBA in the tech reference big-endian, so that I can use it as little-endian ABGR format? How is the big-endian SGX530 managed in the little-endian 'DM8168?