OSDN Git Service

i965/fs: Use different name for inner loop counter
authorIan Romanick <ian.d.romanick@intel.com>
Fri, 25 Mar 2011 01:01:37 +0000 (18:01 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Fri, 25 Mar 2011 18:28:07 +0000 (11:28 -0700)
commit4e994e150f65c854229b4af12eae5519ebd9dda1
tree89b7b24d96cdf4f5dedd0b8769479c7e69d56476
parent0d9d036004f135c38990c60f46074b70cff6e663
i965/fs: Use different name for inner loop counter

'i' is already used for the outer loop.  This caused some problems
while doing other work in this area.  No bug exists here... until you
want to use the outer loop counter in the inner loop.
src/mesa/drivers/dri/i965/brw_fs.cpp