Skip to content

Instantly share code, notes, and snippets.

@dariost
Created October 11, 2017 08:38
Show Gist options
  • Save dariost/4e5e8ad514897218381f97252e423e86 to your computer and use it in GitHub Desktop.
Save dariost/4e5e8ad514897218381f97252e423e86 to your computer and use it in GitHub Desktop.
Add OpenGL 4.6 to glxinfo
diff --git a/src/xdemos/glinfo_common.h b/src/xdemos/glinfo_common.h
index 0024f854..4d07f667 100644
--- a/src/xdemos/glinfo_common.h
+++ b/src/xdemos/glinfo_common.h
@@ -86,6 +86,7 @@ struct options
/** list of known OpenGL versions */
static const struct { int major, minor; } gl_versions[] = {
+ {4, 6},
{4, 5},
{4, 4},
{4, 3},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment