i965: fix projtex_mask
authorXiang, Haihao <haihao.xiang@intel.com>
Mon, 13 Aug 2007 09:16:27 +0000 (17:16 +0800)
committerXiang, Haihao <haihao.xiang@intel.com>
Mon, 13 Aug 2007 09:16:27 +0000 (17:16 +0800)
commit88451b04e9cd39db9cc9315aaf69e074614f22f9
tree93cbbf60bfa563259f55689b5d088074a80f54ab
parentc9e4aa2b303f9056564724ece0e2733a54d9f569
i965: fix projtex_mask
projtex_mask is only an 8bit field, and wm.input_size_masks includes
other attributes' information, therefore right shift is needed.
src/mesa/drivers/dri/i965/brw_wm.c
src/mesa/drivers/dri/i965/brw_wm_fp.c