i965: Move #define's inside function as local variables
authorAnuj Phogat <anuj.phogat@gmail.com>
Fri, 8 Nov 2013 00:27:25 +0000 (16:27 -0800)
committerAnuj Phogat <anuj.phogat@gmail.com>
Mon, 11 Nov 2013 21:35:37 +0000 (13:35 -0800)
commit348b91b7dcb2c160b7e0e4f5aedf7042590a0b5e
treee879ce8beb546584116e29e8a816bc7f79104f7d
parent227872571ac57e47777fe1350fe9f5a355b5fbb8
i965: Move #define's inside function as local variables

X_f, Y_f, Xp_f, Yp_f variables are used just inside
translate_dst_to_src().So, they can be defined just
as local variables.

Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com>
Reviewed-by: Chad Versace <chad.versace@linux.intel.com>
src/mesa/drivers/dri/i965/brw_blorp_blit.cpp