From: Brian Paul Date: Wed, 22 Jun 2011 14:12:10 +0000 (-0600) Subject: mesa: update comment for gl_texture_unit X-Git-Tag: 062012170305~5244 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f3f080e526017f9643fd25543b4e0039f1905f4b;p=profile%2Fivi%2Fmesa.git mesa: update comment for gl_texture_unit --- diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index eb2efc8..f018c75 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -1435,8 +1435,7 @@ struct gl_texgen /** * Texture unit state. Contains enable flags, texture environment/function/ - * combiners, texgen state, pointers to current texture objects and - * post-filter color tables. + * combiners, texgen state, and pointers to current texture objects. */ struct gl_texture_unit {