[PATCH 1/6] wined3d: Add new D3DCREATE flags.

Stefan Dösinger stefan at codeweavers.com
Wed Nov 12 15:15:34 CST 2014


---
 include/wine/wined3d.h | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/include/wine/wined3d.h b/include/wine/wined3d.h
index 8f563bb..ef9850b 100644
--- a/include/wine/wined3d.h
+++ b/include/wine/wined3d.h
@@ -934,6 +934,12 @@ enum wined3d_display_rotation
 #define WINED3DCREATE_MIXED_VERTEXPROCESSING                    0x00000080
 #define WINED3DCREATE_DISABLE_DRIVER_MANAGEMENT                 0x00000100
 #define WINED3DCREATE_ADAPTERGROUP_DEVICE                       0x00000200
+#define WINED3DCREATE_DISABLE_DRIVER_MANAGEMENT_EX              0x00000400
+#define WINED3DCREATE_NOWINDOWCHANGES                           0x00000800
+#define WINED3DCREATE_DISABLE_PSGP_THREADING                    0x00002000
+#define WINED3DCREATE_ENABLE_PRESENTSTATS                       0x00004000
+#define WINED3DCREATE_DISABLE_PRINTSCREEN                       0x00008000
+#define WINED3DCREATE_SCREENSAVER                               0x10000000
 
 /* VTF defines */
 #define WINED3DDMAPSAMPLER                                      0x100
-- 
2.0.4




More information about the wine-patches mailing list