From b4d269f35f0f0e0c87793a319a77f571a54a5a47 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Fri, 8 Oct 2004 22:21:09 +0000 Subject: Don't compile WriteMonoDepthSpan if HAVE_HW_DEPTH_SPANS is defined -- it won't be used in that case, and it wanting WRITE_DEPTH was making r128 die on the undefined symbol. --- src/mesa/drivers/dri/common/depthtmp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mesa/drivers/dri/common/depthtmp.h') diff --git a/src/mesa/drivers/dri/common/depthtmp.h b/src/mesa/drivers/dri/common/depthtmp.h index cb3f66fde4..d8b8775ae9 100644 --- a/src/mesa/drivers/dri/common/depthtmp.h +++ b/src/mesa/drivers/dri/common/depthtmp.h @@ -64,6 +64,7 @@ static void TAG(WriteDepthSpan)( GLcontext *ctx, HW_WRITE_UNLOCK(); } +#if !HAVE_HW_DEPTH_SPANS static void TAG(WriteMonoDepthSpan)( GLcontext *ctx, GLuint n, GLint x, GLint y, const GLdepth depth, @@ -99,6 +100,7 @@ static void TAG(WriteMonoDepthSpan)( GLcontext *ctx, } HW_WRITE_UNLOCK(); } +#endif static void TAG(WriteDepthPixels)( GLcontext *ctx, GLuint n, -- cgit v1.2.3