diff options
author | Eric Anholt <eric@anholt.net> | 2007-08-02 15:50:42 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2007-08-02 15:50:42 -0700 |
commit | 79d9a309b19e22561e000a47b732c67479c2e6d4 (patch) | |
tree | d075716ee5815f30cc554781181f9bdc68e03dab /src/i830_dri.h | |
parent | 857b4a7bcb69ca43b866b4283fe075abbafb1d22 (diff) |
Mark DRI buffers as shareable, and pass their buffer handles through the SAREA.
Diffstat (limited to 'src/i830_dri.h')
-rw-r--r-- | src/i830_dri.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i830_dri.h b/src/i830_dri.h index a2cf78ec..b6a83662 100644 --- a/src/i830_dri.h +++ b/src/i830_dri.h @@ -9,7 +9,7 @@ #define I830_MAX_DRAWABLES 256 #define I830_MAJOR_VERSION 1 -#define I830_MINOR_VERSION 8 +#define I830_MINOR_VERSION 9 #define I830_PATCHLEVEL 0 #define I830_REG_SIZE 0x80000 |