On 20/10/2014 09:12, Michel Dänzer wrote :
On 20.10.2014 14:47, Axel Davy wrote:
On 20/10/2014 04:32, Michel Dänzer wrote :
On 18.10.2014 20:55, David Heidelberger wrote:
From: Axel Davy
[...]
+#define DRI_CONF_NINE_VSYNC(def) \
+DRI_CONF_OPT_BEGIN_V(vsync_force,enum,def,"0:2") \
+
On 20.10.2014 14:47, Axel Davy wrote:
On 20/10/2014 04:32, Michel Dänzer wrote :
On 18.10.2014 20:55, David Heidelberger wrote:
From: Axel Davy
[...]
+#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 u
On 20/10/2014 04:32, Michel Dänzer wrote :
On 18.10.2014 20:55, David Heidelberger wrote:
From: Axel Davy
[...]
+#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")) \
+DR
On 18.10.2014 20:55, David Heidelberger wrote:
From: Axel Davy
[...]
+#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 cho
From: Axel Davy
Signed-off-by: Axel Davy
Signed-off-by: David Heidelberger
---
src/gallium/state_trackers/nine/adapter9.h | 1 +
src/gallium/state_trackers/nine/swapchain9.c| 7 ++
src/gallium/targets/d3dadapter9/Makefile.am | 9 ++-
src/gallium/targets/d3dadapter9/drm.