diff options
author | Alan Hourihane <alanh@fairlite.demon.co.uk> | 2005-07-26 21:55:42 +0000 |
---|---|---|
committer | Alan Hourihane <alanh@fairlite.demon.co.uk> | 2005-07-26 21:55:42 +0000 |
commit | 0cd371c6e57f899c34c4d2e2a8531ef7ce3967a4 (patch) | |
tree | e1b2cc8c27238a6c4256b6fe4570d384166efdce | |
parent | adef005c2f96395d396834f2173125f0c06d40cb (diff) |
Bump the DDX version to 1.4.0 to indicate the removal of drmAddress.
Thus allowing 32/64bit clients to cohabit.
-rw-r--r-- | src/i810.h | 2 | ||||
-rw-r--r-- | src/i810_dri.h | 1 | ||||
-rw-r--r-- | src/i830_dri.h | 3 |
3 files changed, 2 insertions, 4 deletions
@@ -67,7 +67,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #define I810_NAME "I810" #define I810_DRIVER_NAME "i810" #define I810_MAJOR_VERSION 1 -#define I810_MINOR_VERSION 3 +#define I810_MINOR_VERSION 4 #define I810_PATCHLEVEL 0 diff --git a/src/i810_dri.h b/src/i810_dri.h index e62d3b79..14db3309 100644 --- a/src/i810_dri.h +++ b/src/i810_dri.h @@ -12,7 +12,6 @@ typedef struct { drm_handle_t regs; drmSize regsSize; - drmAddress regsMap; drmSize backbufferSize; drm_handle_t backbuffer; diff --git a/src/i830_dri.h b/src/i830_dri.h index aef93a8b..339c03e2 100644 --- a/src/i830_dri.h +++ b/src/i830_dri.h @@ -10,7 +10,7 @@ #define I830_MAX_DRAWABLES 256 #define I830_MAJOR_VERSION 1 -#define I830_MINOR_VERSION 3 +#define I830_MINOR_VERSION 4 #define I830_PATCHLEVEL 0 #define I830_REG_SIZE 0x80000 @@ -18,7 +18,6 @@ typedef struct _I830DRIRec { drm_handle_t regs; drmSize regsSize; - drmAddress regsMap; drmSize backbufferSize; drm_handle_t backbuffer; |