intel: Fix a warning in the release build.
authorEric Anholt <eric@anholt.net>
Thu, 11 Apr 2013 17:16:26 +0000 (10:16 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 12 Apr 2013 23:32:13 +0000 (16:32 -0700)
commitb681a8958848d53f6f81f77d47674b996d9e8c20
treebaa7f5c982b48d2f1d95ee07661a5b0f0c3cf048
parent1433936fe52489caa57079c8debf1138e956770d
intel: Fix a warning in the release build.

This was silly -- checking that we didn't overflow the array by dividing
the array size by 2 and then multiplying it back up by 2.

Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/drivers/dri/intel/intel_context.c