summaryrefslogtreecommitdiff
path: root/shared/radeon.h
diff options
context:
space:
mode:
authorRoland Scheidegger <rscheidegger_lists@hispeed.ch>2005-03-15 22:12:30 +0000
committerRoland Scheidegger <rscheidegger_lists@hispeed.ch>2005-03-15 22:12:30 +0000
commit34563921dd0b41d4ccf08374227e31d765b40353 (patch)
tree8923166e153a310096f278a5cdd743b347fcb584 /shared/radeon.h
parentd2fd9200956a94cfd91a39e76994f326bdfc6ac0 (diff)
add R200_EMIT_PP_TRI_PERF_CNTL packet to support brilinear filtering on
r200
Diffstat (limited to 'shared/radeon.h')
-rw-r--r--shared/radeon.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/shared/radeon.h b/shared/radeon.h
index 43fb065d..23946a8a 100644
--- a/shared/radeon.h
+++ b/shared/radeon.h
@@ -42,10 +42,10 @@
#define DRIVER_NAME "radeon"
#define DRIVER_DESC "ATI Radeon"
-#define DRIVER_DATE "20050208"
+#define DRIVER_DATE "20050311"
#define DRIVER_MAJOR 1
-#define DRIVER_MINOR 15
+#define DRIVER_MINOR 16
#define DRIVER_PATCHLEVEL 0
/* Interface history:
@@ -88,6 +88,8 @@
* - Add R100/R200 surface allocation/free support
* 1.15- Add support for texture micro tiling
* - Add support for r100 cube maps
+ * 1.16- Add R200_EMIT_PP_TRI_PERF_CNTL packet to support brilinear
+ * texture filtering on r200
*/
#define DRIVER_IOCTLS \
[DRM_IOCTL_NR(DRM_IOCTL_DMA)] = { radeon_cp_buffers, 1, 0 }, \