dri/nouveau: add GLX_MESA_query_renderer support
[mesa.git] / src / mesa / drivers / dri / nouveau / nouveau_driver.h
index 8b46e51cbaf3995aa4598070995d1fe8ee7798b1..a4273a554bd229b31ee5c7cd2cb92c8cc0682f7f 100644 (file)
@@ -69,6 +69,11 @@ struct nouveau_driver {
 #define nouveau_error(format, ...) \
        fprintf(stderr, "%s: " format, __func__, ## __VA_ARGS__)
 
+extern const char const *nouveau_vendor_string;
+
+const char *
+nouveau_get_renderer_string(unsigned chipset);
+
 void
 nouveau_clear(struct gl_context *ctx, GLbitfield buffers);