From fe691953f08b4d299295f91450412404ba42810b Mon Sep 17 00:00:00 2001 From: Michel Dänzer Date: Thu, 31 Aug 2006 18:35:10 +0200 Subject: Store viewport limits of both pipes in SAREA. This allows DRI clients to determine which pipe they should synchronize buffer swaps of each window to. --- src/i830_dri.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/i830_dri.h') diff --git a/src/i830_dri.h b/src/i830_dri.h index 41f8a90a..3a4cfaf5 100644 --- a/src/i830_dri.h +++ b/src/i830_dri.h @@ -9,8 +9,8 @@ #define I830_MAX_DRAWABLES 256 #define I830_MAJOR_VERSION 1 -#define I830_MINOR_VERSION 6 -#define I830_PATCHLEVEL 4 +#define I830_MINOR_VERSION 7 +#define I830_PATCHLEVEL 0 #define I830_REG_SIZE 0x80000 -- cgit v1.2.3