xserver: Branch 'master'

Aaron Plattner aplattner at kemper.freedesktop.org
Fri Aug 24 16:10:23 PDT 2007


 hw/xfree86/common/xf86Module.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
diff-tree 1ab4b3e183d04bb20fb5039f7d2671752ab24cf6 (from 91f358336f77c0e4f577be65cca977d17298e36c)
Author: Aaron Plattner <aplattner at nvidia.com>
Date:   Fri Aug 24 16:00:31 2007 -0700

    Bump video driver ABI for pci-rework.

diff --git a/hw/xfree86/common/xf86Module.h b/hw/xfree86/common/xf86Module.h
index 20d8b44..852e51f 100644
--- a/hw/xfree86/common/xf86Module.h
+++ b/hw/xfree86/common/xf86Module.h
@@ -83,7 +83,7 @@ typedef enum {
  * mask is 0xFFFF0000.
  */
 #define ABI_ANSIC_VERSION	SET_ABI_VERSION(0, 3)
-#define ABI_VIDEODRV_VERSION	SET_ABI_VERSION(2, 0)
+#define ABI_VIDEODRV_VERSION	SET_ABI_VERSION(3, 0)
 #define ABI_XINPUT_VERSION	SET_ABI_VERSION(2, 0)
 #define ABI_EXTENSION_VERSION	SET_ABI_VERSION(0, 3)
 #define ABI_FONT_VERSION	SET_ABI_VERSION(0, 5)


More information about the xorg-commit mailing list