i965/blorp: Use more appropriate variable names
authorAnuj Phogat <anuj.phogat@gmail.com>
Thu, 18 Jul 2013 02:04:54 +0000 (19:04 -0700)
committerAnuj Phogat <anuj.phogat@gmail.com>
Fri, 16 Aug 2013 16:46:15 +0000 (09:46 -0700)
commit6066fb1721e937ebb1ab48034e744c17a9ee78b5
tree7a42d83b05b464a04ec8f99fab08a7748aba1af8
parentd944a6144f6ee6a0b24126ce72de280db90038c9
i965/blorp: Use more appropriate variable names

When we talk about both multi-sample and single-sample scaled blits,
rect_grid_{x1, y1} are more appropriate variable names as compared
to sample_grid_{x1, y1}. There are no functional changes in this patch.
It just prepares for the BLORP implementation of single-sample scaled
blit with bilinear filter.

Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com>
Reviewed-by: Paul Berry <stereotype441@gmail.com>
src/mesa/drivers/dri/i965/brw_blorp.h
src/mesa/drivers/dri/i965/brw_blorp_blit.cpp