driconf: Support selection by Vulkan applicationName.
[mesa.git] / src / util / xmlconfig.h
index 6cc3e8b59d785d32ee3270d8a93f57be56946b60..3ecd5188634509befb9783dc6777935a1aa889dd 100644 (file)
@@ -104,10 +104,11 @@ void driParseOptionInfo (driOptionCache *info,
 /** \brief Initialize option cache from info and parse configuration files
  *
  * To be called in <driver>CreateContext. screenNum, driverName,
- * kernelDriverName and engineName select device sections. */
+ * kernelDriverName, applicationName and engineName select device sections. */
 void driParseConfigFiles (driOptionCache *cache, const driOptionCache *info,
                          int screenNum, const char *driverName,
                          const char *kernelDriverName,
+                         const char *applicationName, uint32_t applicationVersion,
                          const char *engineName, uint32_t engineVersion);
 /** \brief Destroy option info
  *