From aeb4bc3f5b991d7970dca9417e04df06c0bf008a Mon Sep 17 00:00:00 2001 From: Leif Delgass Date: Mon, 26 May 2003 20:04:53 +0000 Subject: Add support to r128 for MESA_ycbcr_texture (Ian Romanick, Leif Delgass) --- shared/r128.h | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'shared/r128.h') diff --git a/shared/r128.h b/shared/r128.h index f23f46ee..94e43d73 100644 --- a/shared/r128.h +++ b/shared/r128.h @@ -47,13 +47,17 @@ #define DRIVER_NAME "r128" #define DRIVER_DESC "ATI Rage 128" -#define DRIVER_DATE "20021029" +#define DRIVER_DATE "20030526" #define DRIVER_MAJOR 2 -#define DRIVER_MINOR 3 +#define DRIVER_MINOR 4 #define DRIVER_PATCHLEVEL 0 - +/* Interface history: + * + * ?? - ?? + * 2.4 - Add support for ycbcr textures (no new ioctls) + */ #define DRIVER_IOCTLS \ [DRM_IOCTL_NR(DRM_IOCTL_DMA)] = { r128_cce_buffers, 1, 0 }, \ [DRM_IOCTL_NR(DRM_IOCTL_R128_INIT)] = { r128_cce_init, 1, 1 }, \ -- cgit v1.2.3