summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/context.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/opengl/context.c')
-rw-r--r--video/out/opengl/context.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/out/opengl/context.c b/video/out/opengl/context.c
index ab98eddbf9..fe454e9741 100644
--- a/video/out/opengl/context.c
+++ b/video/out/opengl/context.c
@@ -93,6 +93,7 @@ static const struct mpgl_driver *const backends[] = {
// initialize. The first entry is the most preferred version.
const int mpgl_preferred_gl_versions[] = {
440,
+ 430,
400,
330,
320,