summaryrefslogtreecommitdiff
path: root/shared/r128.h
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2003-07-26 03:25:40 +0000
committerEric Anholt <anholt@freebsd.org>2003-07-26 03:25:40 +0000
commitaaf2105be967ad7f99c643b4be09cf6d3d063b65 (patch)
tree31226a19a8db37d2fd0e65c8be1e7df86a49c35e /shared/r128.h
parent983db58a26c37237acf54af60f28a4243467079a (diff)
Add Rage 128 pageflipping support, defaults to off. DRM version bump to
2.5.0. It still has some issues, including a flicker in the fps meter in tuxracer and I've seen garbage left behind after moving/closing windows. However, it's usable. Add the Option "EnablePageFlip" "YES" to use it.
Diffstat (limited to 'shared/r128.h')
-rw-r--r--shared/r128.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/shared/r128.h b/shared/r128.h
index 94e43d73..210b7da9 100644
--- a/shared/r128.h
+++ b/shared/r128.h
@@ -47,10 +47,10 @@
#define DRIVER_NAME "r128"
#define DRIVER_DESC "ATI Rage 128"
-#define DRIVER_DATE "20030526"
+#define DRIVER_DATE "20030725"
#define DRIVER_MAJOR 2
-#define DRIVER_MINOR 4
+#define DRIVER_MINOR 5
#define DRIVER_PATCHLEVEL 0
/* Interface history:
@@ -68,6 +68,7 @@
[DRM_IOCTL_NR(DRM_IOCTL_R128_RESET)] = { r128_engine_reset, 1, 0 }, \
[DRM_IOCTL_NR(DRM_IOCTL_R128_FULLSCREEN)] = { r128_fullscreen, 1, 0 }, \
[DRM_IOCTL_NR(DRM_IOCTL_R128_SWAP)] = { r128_cce_swap, 1, 0 }, \
+ [DRM_IOCTL_NR(DRM_IOCTL_R128_FLIP)] = { r128_cce_flip, 1, 0 }, \
[DRM_IOCTL_NR(DRM_IOCTL_R128_CLEAR)] = { r128_cce_clear, 1, 0 }, \
[DRM_IOCTL_NR(DRM_IOCTL_R128_VERTEX)] = { r128_cce_vertex, 1, 0 }, \
[DRM_IOCTL_NR(DRM_IOCTL_R128_INDICES)] = { r128_cce_indices, 1, 0 }, \