diff options
author | Alejandro Piñeiro <[email protected]> | 2019-06-20 14:48:35 +0200 |
---|---|---|
committer | Alejandro Piñeiro <[email protected]> | 2019-06-20 15:21:39 +0200 |
commit | 6a159bca9d2de0b18af31338599e299a1a94a6d9 (patch) | |
tree | 2116f6904179477000095e1fb7f7475552e48d2f /src/util/xmlpool | |
parent | 790c3dbac8d2b2c8fc4a3dfa436c32904e3ed3d6 (diff) |
util: add empty line before virgl options
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'src/util/xmlpool')
-rw-r--r-- | src/util/xmlpool/t_options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/xmlpool/t_options.h b/src/util/xmlpool/t_options.h index e1bfba6240d..552fd9db813 100644 --- a/src/util/xmlpool/t_options.h +++ b/src/util/xmlpool/t_options.h @@ -362,6 +362,7 @@ DRI_CONF_OPT_END 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 */ |