From 8725828cf0ebb55f813e19f87f7d279c62b68293 Mon Sep 17 00:00:00 2001 From: Gareth Hughes Date: Tue, 12 Dec 2000 14:50:50 +0000 Subject: - 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. --- linux/r128_drm.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'linux/r128_drm.h') diff --git a/linux/r128_drm.h b/linux/r128_drm.h index b81d2fca..68a55d5d 100644 --- a/linux/r128_drm.h +++ b/linux/r128_drm.h @@ -219,8 +219,6 @@ typedef struct drm_r128_clear { int x, y, w, h; unsigned int clear_color; unsigned int clear_depth; - unsigned int color_mask; - unsigned int depth_mask; } drm_r128_clear_t; typedef struct drm_r128_vertex { -- cgit v1.2.3