diff options
author | Gareth Hughes <[email protected]> | 2001-03-30 14:44:43 +0000 |
---|---|---|
committer | Gareth Hughes <[email protected]> | 2001-03-30 14:44:43 +0000 |
commit | 5e23af22f708a66695c0e44e599c26f02d8d4dcd (patch) | |
tree | c01158b3ff58369e296a395c91c2dd6be0a12071 /src/mesa/main/texutil_tmp.h | |
parent | afc5699b08b7eb4d29f2872c308800f2ae43d6b0 (diff) |
Remove all traces of CULL_MASK_ACTIVE.
Diffstat (limited to 'src/mesa/main/texutil_tmp.h')
-rw-r--r-- | src/mesa/main/texutil_tmp.h | 10 |
1 files changed, 5 insertions, 5 deletions
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 |