summaryrefslogtreecommitdiffstats
path: root/src/glx/dri2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/glx/dri2.h')
-rw-r--r--src/glx/dri2.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/glx/dri2.h b/src/glx/dri2.h
index 72a608c508c..d07b2968fd9 100644
--- a/src/glx/dri2.h
+++ b/src/glx/dri2.h
@@ -96,4 +96,12 @@ _X_HIDDEN int
dri2_query_renderer_string(struct glx_screen *base, int attribute,
const char **value);
+_X_HIDDEN int
+dri3_query_renderer_integer(struct glx_screen *base, int attribute,
+ unsigned int *value);
+
+_X_HIDDEN int
+dri3_query_renderer_string(struct glx_screen *base, int attribute,
+ const char **value);
+
#endif