i965: Remove some old texturing debug code.
authorEric Anholt <eric@anholt.net>
Sat, 22 Oct 2011 19:03:36 +0000 (12:03 -0700)
committerEric Anholt <eric@anholt.net>
Sat, 29 Oct 2011 19:17:15 +0000 (12:17 -0700)
commit26cfca825d7cdba753d138172285b5c2adf25c4b
treea656f46cb63fac576642f1561dfc31ccac7b9901
parentbd27c25ff9379454c92a65b9e6f4f1ee23e3665c
i965: Remove some old texturing debug code.

It caught one possible bug I recall in my time working on the driver,
and we haven't been setting it for non-fixed-function since the new FS
backend came along.  The bug it caught was likely a confusion about
sampler mappings, which we have tests for these days.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Acked-by: Paul Berry <stereotype441@gmail.com>
src/mesa/drivers/dri/i965/brw_context.h
src/mesa/drivers/dri/i965/brw_state_upload.c
src/mesa/drivers/dri/i965/brw_wm_fp.c