From a0e2f7113b33395595308229afe410aa21ec568f Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 28 Mar 2013 21:44:33 +0100 Subject: gl_video: add some alpha FBO formats --- video/out/gl_video.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'video') diff --git a/video/out/gl_video.c b/video/out/gl_video.c index 961249f1cf..5b98e42d56 100644 --- a/video/out/gl_video.c +++ b/video/out/gl_video.c @@ -251,7 +251,11 @@ const struct m_sub_options gl_video_conf = { {"rgb10", GL_RGB10}, {"rgb16", GL_RGB16}, {"rgb16f", GL_RGB16F}, - {"rgb32f", GL_RGB32F})), + {"rgb32f", GL_RGB32F}, + {"rgba12", GL_RGBA12}, + {"rgba16", GL_RGBA16}, + {"rgba16f", GL_RGBA16F}, + {"rgba32f", GL_RGBA32F})), OPT_INTRANGE("dither-depth", dither_depth, 0, -1, 16), OPT_FLAG("alpha", enable_alpha, 0), {0} -- cgit v1.2.3