i965: added comment
authorBrian Paul <brianp@vmware.com>
Fri, 20 Feb 2009 17:48:20 +0000 (10:48 -0700)
committerBrian Paul <brianp@vmware.com>
Fri, 20 Feb 2009 18:44:38 +0000 (11:44 -0700)
src/mesa/drivers/dri/i965/brw_context.h

index df90c2027f34a281601beaf214227e65f2ece7a7..9106b748ade408352ecf8e29c9a9d019886a4d2b 100644 (file)
@@ -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 */
 };