This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

SGX530 RGBA Output - Big Endian?

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?