summaryrefslogtreecommitdiff
path: root/src/mesa/main
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main')
-rw-r--r--src/mesa/main/texformat.c8
-rw-r--r--src/mesa/main/texutil.c22
-rw-r--r--src/mesa/main/texutil_tmp.h10
3 files changed, 20 insertions, 20 deletions
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:
*/
diff --git a/src/mesa/main/texutil.c b/src/mesa/main/texutil.c
index d96af2bee7..2431c91758 100644
--- a/src/mesa/main/texutil.c
+++ b/src/mesa/main/texutil.c
@@ -1,4 +1,4 @@
-/* $Id: texutil.c,v 1.21 2001/03/28 20:40:51 gareth Exp $ */
+/* $Id: texutil.c,v 1.22 2001/03/30 14:44:43 gareth Exp $ */
/*
* Mesa 3-D graphics library
@@ -67,7 +67,7 @@ typedef GLboolean (*convert_func)( struct gl_texture_convert *convert );
-/* ================================================================
+/* =============================================================
* RGBA8888 textures:
*/
@@ -146,7 +146,7 @@ CONVERT_RGBA8888( texsubimage3d )
-/* ================================================================
+/* =============================================================
* ARGB8888 textures:
*/
@@ -224,7 +224,7 @@ CONVERT_ARGB8888( texsubimage3d )
-/* ================================================================
+/* =============================================================
* RGB888 textures:
*/
@@ -246,7 +246,7 @@ convert_texsubimage3d_rgb888( struct gl_texture_convert *convert )
-/* ================================================================
+/* =============================================================
* RGB565 textures:
*/
@@ -328,7 +328,7 @@ CONVERT_RGB565( texsubimage3d )
-/* ================================================================
+/* =============================================================
* ARGB4444 textures:
*/
@@ -391,7 +391,7 @@ CONVERT_ARGB4444( texsubimage3d )
-/* ================================================================
+/* =============================================================
* ARGB1555 textures:
*/
@@ -475,7 +475,7 @@ CONVERT_ARGB1555( texsubimage3d )
-/* ================================================================
+/* =============================================================
* AL88 textures:
*/
@@ -576,7 +576,7 @@ CONVERT_AL88( texsubimage3d )
-/* ================================================================
+/* =============================================================
* RGB332 textures:
*/
@@ -598,7 +598,7 @@ convert_texsubimage3d_rgb332( struct gl_texture_convert *convert )
-/* ================================================================
+/* =============================================================
* CI8 (and all other single-byte texel) textures:
*/
@@ -644,7 +644,7 @@ CONVERT_CI8( texsubimage3d )
-/* ================================================================
+/* =============================================================
* Global entry points
*/
diff --git a/src/mesa/main/texutil_tmp.h b/src/mesa/main/texutil_tmp.h
index d8b8aae523..42ec82fc66 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