[Mesa-dev] [PATCH 15/16] nine: Add drirc options
Michel Dänzer
michel at daenzer.net
Sun Oct 19 19:32:37 PDT 2014
On 18.10.2014 20:55, David Heidelberger wrote:
> From: Axel Davy <axel.davy at ens.fr>
[...]
> +#define DRI_CONF_NINE_VSYNC(def) \
> +DRI_CONF_OPT_BEGIN_V(vsync_force,enum,def,"0:2") \
> + DRI_CONF_DESC_BEGIN(en,gettext("Force the usage of vsync")) \
> + DRI_CONF_ENUM(0,gettext("Obey application's choice")) \
> + DRI_CONF_ENUM(1,gettext("Never synchronize with vertical refresh")) \
> + DRI_CONF_ENUM(2,gettext("Always synchronize with vertical refresh")) \
> + DRI_CONF_DESC_END \
> +DRI_CONF_OPT_END
Can't the existing vblank_mode be used for this?
--
Earthling Michel Dänzer | http://www.amd.com
Libre software enthusiast | Mesa and X developer
More information about the mesa-dev
mailing list