aboutsummaryrefslogtreecommitdiff
path: root/linux-core/r128_drv.c
diff options
context:
space:
mode:
authorGareth Hughes <gareth@users.sourceforge.net>2000-12-12 14:50:50 +0000
committerGareth Hughes <gareth@users.sourceforge.net>2000-12-12 14:50:50 +0000
commit8725828cf0ebb55f813e19f87f7d279c62b68293 (patch)
tree83942b35dc45421d707d3e53fb314068792deab3 /linux-core/r128_drv.c
parent14a73775360585b9a09bfdf932881fbb06b34037 (diff)
- Fix nasty depth span bug. Drawable offset was not being added to pixel
coords. - Remove unneeded mask parameters from clear ioctl. - Use correct subpixel offsets, fixes most glean bugs. - Remove 32-bit depth buffer support. Only use 16 or 24-bit depth buffers.
Diffstat (limited to 'linux-core/r128_drv.c')
-rw-r--r--linux-core/r128_drv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux-core/r128_drv.c b/linux-core/r128_drv.c
index 89b68696..b70e0f21 100644
--- a/linux-core/r128_drv.c
+++ b/linux-core/r128_drv.c
@@ -37,10 +37,10 @@
#define R128_NAME "r128"
#define R128_DESC "ATI Rage 128"
-#define R128_DATE "20001201"
+#define R128_DATE "20001212"
#define R128_MAJOR 2
#define R128_MINOR 1
-#define R128_PATCHLEVEL 0
+#define R128_PATCHLEVEL 2
static drm_device_t r128_device;
drm_ctx_t r128_res_ctx;