r300: Indented r300_fragprog.[ch].

This commit is contained in:
Oliver McFadden
2007-05-09 04:08:27 +00:00
parent 328b307e2f
commit 9e91351826
2 changed files with 525 additions and 553 deletions
File diff suppressed because it is too large Load Diff
+2 -1
View File
@@ -98,6 +98,7 @@ typedef struct r300_fragment_program_swizzle {
struct r300_fragment_program;
extern void r300_translate_fragment_shader(r300ContextPtr r300, struct r300_fragment_program *rp);
extern void r300_translate_fragment_shader(r300ContextPtr r300,
struct r300_fragment_program *rp);
#endif