intel/vec4: Try to emit a single load for multiple 3-src instruction operands
[mesa.git] / include / d3dadapter / drm.h
index 9ec3e60661cfd008cdca411eabf640e749204a00..6939dd4f239247ba2b1cf03b0d085708cc005881 100644 (file)
 #define D3DADAPTER9DRM_NAME "drm"
 /* current version */
 #define D3DADAPTER9DRM_MAJOR 0
-#define D3DADAPTER9DRM_MINOR 0
+#define D3DADAPTER9DRM_MINOR 2
+
+/* version 0.0: Initial release
+ *         0.1: All IDirect3D objects can be assumed to have a pointer to the
+ *              internal vtable in second position of the structure
+ *         0.2: IDirect3DDevice9_SetCursorPosition always calls
+ *              ID3DPresent_SetCursorPos for hardware cursors
+ */
 
 struct D3DAdapter9DRM
 {