aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/xmlpool
diff options
context:
space:
mode:
authorAlejandro Piñeiro <[email protected]>2019-06-20 13:13:06 +0200
committerAlejandro Piñeiro <[email protected]>2019-06-20 14:11:30 +0200
commit790c3dbac8d2b2c8fc4a3dfa436c32904e3ed3d6 (patch)
treee16512dca07690ddd95b50b4c7a9ba625c7ae2c3 /src/util/xmlpool
parenta9e09d56a9e3f8d64126455048e2c1268050b979 (diff)
util: add missing DRI_CONF_OPT_END
When DRI_CONF_GLES_EMULATE_BGRA was added for the virgl driver, it missed a DRI_CONF_OPT_END. This make some drivers, like v4c/v3d to crash with the following error: Fatal error in __driConfigOptions line 99, column 2: mismatched tag. Not sure why it doesn't fail with virgl. Fixes: b79366344929c6e477c64a63f246c6db0766a71c Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'src/util/xmlpool')
-rw-r--r--src/util/xmlpool/t_options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/xmlpool/t_options.h b/src/util/xmlpool/t_options.h
index 43f397b30f6..e1bfba6240d 100644
--- a/src/util/xmlpool/t_options.h
+++ b/src/util/xmlpool/t_options.h
@@ -361,6 +361,7 @@ DRI_CONF_OPT_END
#define DRI_CONF_V3D_NONMSAA_TEXTURE_SIZE_LIMIT(def) \
DRI_CONF_OPT_BEGIN_B(v3d_nonmsaa_texture_size_limit, def) \
DRI_CONF_DESC(en,"Report the non-MSAA-only texture size limit") \
+DRI_CONF_OPT_END
/**
* \brief virgl specific configuration options
*/