Demos (master): glxinfo: add 4.5 as a valid version

Dave Airlie airlied at kemper.freedesktop.org
Sun Aug 24 08:27:39 UTC 2014


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

Author: Dave Airlie <airlied at gmail.com>
Date:   Sun Aug 24 18:26:58 2014 +1000

glxinfo: add 4.5 as a valid version

Signed-off-by: Dave Airlie <airlied at redhat.com>

---

 src/xdemos/glinfo_common.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/xdemos/glinfo_common.h b/src/xdemos/glinfo_common.h
index 41384f7..b050d5a 100644
--- a/src/xdemos/glinfo_common.h
+++ b/src/xdemos/glinfo_common.h
@@ -102,6 +102,7 @@ static const struct { int major, minor; } gl_versions[] = {
    {4, 2},
    {4, 3},
    {4, 4},
+   {4, 5},
    {0, 0} /* end of list */
 };
 




More information about the mesa-commit mailing list