Whenever I have to fix something endianness-related, I always get confused about whether the byte-oriented format that guarantees to put red in byte 0 is RGBA8888 or RGBA32. (The answer is that it's RGBA32.) Signed-off-by: Simon McVittie <smcv@collabora.com>