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/texformat.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/mesa/main/texformat.c') diff --git a/src/mesa/main/texformat.c b/src/mesa/main/texformat.c index ec8aecc0f6..8c770f664a 100644 --- a/src/mesa/main/texformat.c +++ b/src/mesa/main/texformat.c @@ -1,4 +1,4 @@ -/* $Id: texformat.c,v 1.6 2001/03/28 20:40:51 gareth Exp $ */ +/* $Id: texformat.c,v 1.7 2001/03/30 14:44:43 gareth Exp $ */ /* * Mesa 3-D graphics library @@ -68,7 +68,7 @@ static void fetch_null_texel( const struct gl_texture_image *texImage, } -/* ================================================================ +/* ============================================================= * Default GLchan-based formats: */ @@ -217,7 +217,7 @@ const struct gl_texture_format _mesa_texformat_depth_component = { }; -/* ================================================================ +/* ============================================================= * Hardware formats: */ @@ -438,7 +438,7 @@ const struct gl_texture_format _mesa_texformat_ci8 = { }; -/* ================================================================ +/* ============================================================= * Null format: */ -- cgit v1.2.3