commit | 68ef8e89a5f25cd9f80e2b9088604631a28edc3c | [log] [tgz] |
---|---|---|
author | Zack Rusin <zack@tungstengraphics.com> | Tue Jun 10 16:59:44 2008 -0400 |
committer | Zack Rusin <zack@tungstengraphics.com> | Thu Jun 12 14:15:37 2008 -0400 |
tree | 4f30579541c645b80dd2ed752528ee247c7971d3 | |
parent | 5ecb2f2d0fca0c5ea847d1968459aa0dd8138f14 [diff] [blame] |
glsl: implement variable array indexes
diff --git a/src/mesa/shader/arbprogparse.c b/src/mesa/shader/arbprogparse.c index b60b965..a6bbdc6 100644 --- a/src/mesa/shader/arbprogparse.c +++ b/src/mesa/shader/arbprogparse.c
@@ -3880,7 +3880,7 @@ } #if DEBUG_FP - _mesa_printf("____________Fragment program %u ________\n", program->Base.ID); + _mesa_printf("____________Fragment program %u ________\n", program->Base.Id); _mesa_print_program(&program->Base); #endif }