From: Brian Paul Date: Fri, 20 Feb 2009 17:48:20 +0000 (-0700) Subject: i965: added comment X-Git-Tag: android-x86-1.6~16^2~1465^2~436 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=fc320d4641e54e19a1f1211e9ecffca7933773f6;p=android-x86%2Fexternal-mesa.git i965: added comment --- diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h index df90c2027f3..9106b748ade 100644 --- a/src/mesa/drivers/dri/i965/brw_context.h +++ b/src/mesa/drivers/dri/i965/brw_context.h @@ -163,7 +163,7 @@ struct brw_vertex_program { struct brw_fragment_program { struct gl_fragment_program program; - GLuint id; + GLuint id; /**< serial no. to identify frag progs, never re-used */ };