mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-13 20:40:14 +01:00
radv: Add adaptive_sync driconfig option and enable it by default.
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
This commit is contained in:
parent
f2e0f5c3c4
commit
3844ed8d44
1 changed files with 3 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue