i965: Declare for-loop counters in the loop in brw_tex_layout.c. 55/7355/1
authorKenneth Graunke <kenneth@whitecape.org>
Fri, 28 Jun 2013 22:56:22 +0000 (15:56 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 3 Jul 2013 17:48:15 +0000 (10:48 -0700)
commitc4c3c0dc940fb021cef237451b50fb762a97f792
treefeb19b8fcdfae4be4686c22f4f6bd0edd63cfebe
parentccf312fd127df16757108cc35905c1dc524a4dac
i965: Declare for-loop counters in the loop in brw_tex_layout.c.

The driver is compiled in C99 mode, so this is not a problem.  It's
slighlty tidier.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/drivers/dri/i965/brw_tex_layout.c