From 3e9d01ff3989963f10d6dfa567c23afcaef3f6e8 Mon Sep 17 00:00:00 2001 From: Axel Davy Date: Sat, 5 Mar 2016 12:17:06 +0100 Subject: st/nine: Increase minor d3dadapter9drm ABI Version 0.1 allows to assume that the second element of the IDirect3D* structures will be a pointer to the internal nine vtable. This is useful if the gallium nine user wants to wrap some interfaces. Signed-off-by: Axel Davy --- include/d3dadapter/drm.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'include/d3dadapter') diff --git a/include/d3dadapter/drm.h b/include/d3dadapter/drm.h index 9ec3e60..647f017 100644 --- a/include/d3dadapter/drm.h +++ b/include/d3dadapter/drm.h @@ -29,7 +29,11 @@ #define D3DADAPTER9DRM_NAME "drm" /* current version */ #define D3DADAPTER9DRM_MAJOR 0 -#define D3DADAPTER9DRM_MINOR 0 +#define D3DADAPTER9DRM_MINOR 1 + +/* 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 */ struct D3DAdapter9DRM { -- cgit v1.1