r300: document r300_fragment_program_cont struct

This commit is contained in:
Maciej Cencora
2009-07-11 16:26:23 +02:00
parent ec854729d1
commit a0204ce456
+5
View File
@@ -569,7 +569,12 @@ struct r300_fragment_program {
};
struct r300_fragment_program_cont {
/* This is the unmodified fragment program mesa provided us with.
* We need to keep it unchanged because we may need to create another
* hw specific fragment program based on this
*/
struct gl_fragment_program Base;
/* This is the list of hw specific fragment programs derived from Base */
struct r300_fragment_program *progs;
};