summaryrefslogtreecommitdiff
path: root/shared/r128.h
diff options
context:
space:
mode:
authorLeif Delgass <ldelgass@users.sourceforge.net>2003-05-26 20:04:53 +0000
committerLeif Delgass <ldelgass@users.sourceforge.net>2003-05-26 20:04:53 +0000
commitaeb4bc3f5b991d7970dca9417e04df06c0bf008a (patch)
tree024da2bca40e74ef9bf3c7c53c26a1166f74d0a9 /shared/r128.h
parentc0efa1a777baf90561a31957014d760f89146e4f (diff)
Add support to r128 for MESA_ycbcr_texture (Ian Romanick, Leif Delgass)
Diffstat (limited to 'shared/r128.h')
-rw-r--r--shared/r128.h10
1 files changed, 7 insertions, 3 deletions
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 }, \