Skip to content
Snippets Groups Projects
Commit 3844ed8d authored by Bas Nieuwenhuizen's avatar Bas Nieuwenhuizen
Browse files

radv: Add adaptive_sync driconfig option and enable it by default.


Reviewed-by: default avatarSamuel Pitoiset <samuel.pitoiset@gmail.com>
parent f2e0f5c3
No related branches found
No related tags found
No related merge requests found
......@@ -523,6 +523,9 @@ static int radv_get_instance_extension_index(const char *name)
static const char radv_dri_options_xml[] =
DRI_CONF_BEGIN
DRI_CONF_SECTION_QUALITY
DRI_CONF_ADAPTIVE_SYNC("true")
DRI_CONF_SECTION_END
DRI_CONF_END;
static void radv_init_dri_options(struct radv_instance *instance)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment