diff options
author | Michel Dänzer <michel@tungstengraphics.com> | 2007-02-20 19:09:37 +0100 |
---|---|---|
committer | Michel Dänzer <michel@tungstengraphics.com> | 2007-02-20 19:09:37 +0100 |
commit | 0bee64f4bc7581de7ab28ca438581d215e85c610 (patch) | |
tree | 0144ade1edf46ff1b5322f20fa4501919260defa /src/i830_dri.h | |
parent | 2212baa8454abb4c7948c3f2e20e337f831d1b86 (diff) |
Add support for triple buffering using a third static buffer.
Need to bump the DRI DDX version minor for the added SAREA fields.
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 a1404978..a2cf78ec 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 7 -#define I830_PATCHLEVEL 2 +#define I830_MINOR_VERSION 8 +#define I830_PATCHLEVEL 0 #define I830_REG_SIZE 0x80000 |