diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2006-05-12 16:10:02 -0700 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2006-05-12 16:10:02 -0700 |
commit | 0cb251fadca1cbb3d4c5b97982cd0d8c2fc3e840 (patch) | |
tree | 8b94af70094d26d6b92e412ff94f403d62ad56d8 /src/i830_dri.h | |
parent | 78b95386b630039864b31954ebcd02ec8829b0c8 (diff) |
Do a couple of reverts to get the DRI code building. At this point, the whole
driver builds.
Diffstat (limited to 'src/i830_dri.h')
-rw-r--r-- | src/i830_dri.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/i830_dri.h b/src/i830_dri.h index 281013b3..66e9525d 100644 --- a/src/i830_dri.h +++ b/src/i830_dri.h @@ -9,6 +9,10 @@ #define I830_MAX_DRAWABLES 256 +#define I830_MAJOR_VERSION 1 +#define I830_MINOR_VERSION 5 +#define I830_PATCHLEVEL 1 + #define I830_REG_SIZE 0x80000 typedef struct _I830DRIRec { |