iris: Dodge more GLSL IR lowering
[mesa.git] / src / util / xmlconfig.h
index 77aa14c20e0ffb79ebc71157796a7b416e4fe279..cc8c6ef098f4dfeadb219a4f6afc4cdac7e54304 100644 (file)
@@ -32,6 +32,7 @@
 
 #include "util/mesa-sha1.h"
 #include "util/ralloc.h"
+#include <string.h>
 
 #define STRING_CONF_MAXLEN 25
 
@@ -101,10 +102,11 @@ void driParseOptionInfo (driOptionCache *info,
                         const char *configOptions);
 /** \brief Initialize option cache from info and parse configuration files
  *
- * To be called in <driver>CreateContext. screenNum and driverName select
- * device sections. */
+ * To be called in <driver>CreateContext. screenNum, driverName and
+ * kernelDriverName select device sections. */
 void driParseConfigFiles (driOptionCache *cache, const driOptionCache *info,
-                         int screenNum, const char *driverName);
+                         int screenNum, const char *driverName,
+                         const char *kernelDriverName);
 /** \brief Destroy option info
  *
  * To be called in <driver>DestroyScreen */