context: use GL_RGBA when full OpenGL is used
authorDavid Herrmann <dh.herrmann@googlemail.com>
Tue, 24 Jan 2012 14:14:15 +0000 (15:14 +0100)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Tue, 24 Jan 2012 14:14:15 +0000 (15:14 +0100)
commit8e6803ed0afbdaafc74ce0fa8c373b02949f9778
tree8aa802ae65f604fb0d7365f6044a3d5050078d2f
parent4d34890cde1eb276507c7ecdf304303db0bd5ebc
context: use GL_RGBA when full OpenGL is used

GL_BGRA_EXT as internal format is not supported with full OpenGL so we
must use GL_RGBA as internal format.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
src/output_context.c