summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2013-11-26 13:21:35 +1000
committerDave Airlie <airlied@redhat.com>2013-11-26 13:21:35 +1000
commit9ca60168554b1071055722fa44f85b746c09df64 (patch)
treea2d8787e7372e42c3945e4fb6f0e8c2e29547e56
parentc202524348826e1e54a853d69395334faafa6103 (diff)
glxinfo: add GL 4.4 to the list
-rw-r--r--src/xdemos/glxinfo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xdemos/glxinfo.c b/src/xdemos/glxinfo.c
index 218b0182..c9edc6aa 100644
--- a/src/xdemos/glxinfo.c
+++ b/src/xdemos/glxinfo.c
@@ -128,6 +128,7 @@ static const struct { int major, minor; } gl_versions[] = {
{4, 1},
{4, 2},
{4, 3},
+ {4, 4},
{0, 0} /* end of list */
};