From: Brian Paul Date: Sun, 8 Feb 2004 00:36:56 +0000 (+0000) Subject: added an additional comment about mipmap generation X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=875f763c9fbe00661335e6b252aa3740101ea8d0;p=mesa.git added an additional comment about mipmap generation --- diff --git a/src/mesa/main/texformat.h b/src/mesa/main/texformat.h index 67bd4b5133c..df199c53406 100644 --- a/src/mesa/main/texformat.h +++ b/src/mesa/main/texformat.h @@ -40,6 +40,9 @@ * Mesa internal texture image types. * * All texture images must be stored in one of these formats. + * + * NOTE: when you add a new format, be sure to update the do_row() + * function in texstore.c used for auto mipmap generation. */ enum _format { /**