[PATCH] xfree86: Bump extension ABI version to 6.0
Jeremy Huddleston
jeremyhu at apple.com
Wed Sep 21 13:07:31 PDT 2011
This looks like it's needed for 1.11.1. I plan on rolling this and the s/fb/wfb patch into the 1.11 branch and releasing 1.11.1 on Friday unless anyone knows of any other brownbag fixes that need merging. Speak up now.
--Jeremy
On Aug 29, 2011, at 20:44, Aaron Plattner wrote:
> The video driver ABI was bumped to 11.0 in commit
> 0de7cec90738a7a5020150309866bb0e23b6f479 because of a change to the
> size of ATOM in commit 51f353d0a0d116af16d7d9590cadef6c56328746. This
> also affects extension modules, so the extension ABI version should
> have been bumped too.
>
> Signed-off-by: Aaron Plattner <aplattner at nvidia.com>
> ---
> The ABI change without a corresponding extension ABI version change
> broke the NVIDIA libglx. Sorry I didn't catch this sooner.
>
> hw/xfree86/common/xf86Module.h | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/hw/xfree86/common/xf86Module.h b/hw/xfree86/common/xf86Module.h
> index 2a5c805..3038c04 100644
> --- a/hw/xfree86/common/xf86Module.h
> +++ b/hw/xfree86/common/xf86Module.h
> @@ -84,7 +84,7 @@ typedef enum {
> #define ABI_ANSIC_VERSION SET_ABI_VERSION(0, 4)
> #define ABI_VIDEODRV_VERSION SET_ABI_VERSION(11, 0)
> #define ABI_XINPUT_VERSION SET_ABI_VERSION(13, 0)
> -#define ABI_EXTENSION_VERSION SET_ABI_VERSION(5, 0)
> +#define ABI_EXTENSION_VERSION SET_ABI_VERSION(6, 0)
> #define ABI_FONT_VERSION SET_ABI_VERSION(0, 6)
>
> #define MODINFOSTRING1 0xef23fdc5
> --
> 1.7.4.1
>
> _______________________________________________
> xorg-devel at lists.x.org: X.Org development
> Archives: http://lists.x.org/archives/xorg-devel
> Info: http://lists.x.org/mailman/listinfo/xorg-devel
>
More information about the xorg-devel
mailing list