From 5e23af22f708a66695c0e44e599c26f02d8d4dcd Mon Sep 17 00:00:00 2001 From: Gareth Hughes Date: Fri, 30 Mar 2001 14:44:43 +0000 Subject: Remove all traces of CULL_MASK_ACTIVE. --- src/mesa/main/texutil_tmp.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/mesa/main/texutil_tmp.h') diff --git a/src/mesa/main/texutil_tmp.h b/src/mesa/main/texutil_tmp.h index d8b8aae523b..42ec82fc668 100644 --- a/src/mesa/main/texutil_tmp.h +++ b/src/mesa/main/texutil_tmp.h @@ -1,4 +1,4 @@ -/* $Id: texutil_tmp.h,v 1.6 2001/03/27 20:32:24 brianp Exp $ */ +/* $Id: texutil_tmp.h,v 1.7 2001/03/30 14:44:43 gareth Exp $ */ /* * Mesa 3-D graphics library @@ -42,7 +42,7 @@ convert->dstImageHeight * DST_TEXEL_BYTES) -/* ================================================================ +/* ============================================================= * PRE: No pixelstore attribs, width == dstImageWidth. */ static GLboolean @@ -106,7 +106,7 @@ TAG(texsubimage3d)( struct gl_texture_convert *convert ) -/* ================================================================ +/* ============================================================= * PRE: No pixelstore attribs, width != dstImageWidth. */ static GLboolean @@ -179,7 +179,7 @@ TAG(texsubimage3d_stride)( struct gl_texture_convert *convert ) -/* ================================================================ +/* ============================================================= * PRE: Require pixelstore attribs, width == dstImageWidth. */ static GLboolean @@ -271,7 +271,7 @@ TAG(texsubimage3d_pack)( struct gl_texture_convert *convert ) -/* ================================================================ +/* ============================================================= * PRE: Require pixelstore attribs, width != dstImageWidth. */ static GLboolean -- cgit v1.2.3