Demos (master): glxinfo: add GL 4.4 to the list

Dave Airlie airlied at kemper.freedesktop.org
Tue Nov 26 03:22:17 UTC 2013


Module: Demos
Branch: master
Commit: 9ca60168554b1071055722fa44f85b746c09df64
URL:    http://cgit.freedesktop.org/mesa/demos/commit/?id=9ca60168554b1071055722fa44f85b746c09df64

Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Nov 26 13:21:35 2013 +1000

glxinfo: add GL 4.4 to the list

---

 src/xdemos/glxinfo.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/xdemos/glxinfo.c b/src/xdemos/glxinfo.c
index 218b018..c9edc6a 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 */
 };
 




More information about the mesa-commit mailing list