diff options
author | Michel Dänzer <michel@tungstengraphics.com> | 2006-08-31 18:35:10 +0200 |
---|---|---|
committer | Michel Dänzer <michel@tungstengraphics.com> | 2006-09-27 15:06:43 +0200 |
commit | fe691953f08b4d299295f91450412404ba42810b (patch) | |
tree | bfc58d4dbcb6d16a05f5e5b43a256762ebe8e6e2 /src/i830_dri.h | |
parent | 06c5f7bd076e9ba4b925e061a40b837714bc8267 (diff) |
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.
Diffstat (limited to 'src/i830_dri.h')
-rw-r--r-- | src/i830_dri.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |