The source project of this merge request has been removed.
opengl: export bgra8 texture format
BGRA formats are useful for overlays on systems where BGRA is the typical component order (eg. Windows).
Desktop GL will expose 'bgra8' in GL 2.1+. OpenGL ES exposes the 'bgra' format with the appropriate extension.