From: Brian Paul Date: Fri, 20 Feb 2009 17:48:20 +0000 (-0700) Subject: i965: added comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fc320d4641e54e19a1f1211e9ecffca7933773f6;p=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 */ };