diff options
author | Axel Davy <axel.davy@ens.fr> | 2016-03-05 12:17:06 +0100 |
---|---|---|
committer | Axel Davy <axel.davy@ens.fr> | 2016-05-18 23:37:14 +0200 |
commit | 3e9d01ff3989963f10d6dfa567c23afcaef3f6e8 (patch) | |
tree | 84e6f57ad70696931224a41860134b900bec6aa1 /include | |
parent | 2d51c817cdff6ada200e80ecb6819a641aebc462 (diff) |
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 <axel.davy@ens.fr>
Diffstat (limited to 'include')
-rw-r--r-- | include/d3dadapter/drm.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/d3dadapter/drm.h b/include/d3dadapter/drm.h index 9ec3e60661..647f017fc7 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 { |