i965: Drop intel_context.c's texture format set up for this driver.
authorEric Anholt <eric@anholt.net>
Tue, 15 Nov 2011 23:49:26 +0000 (15:49 -0800)
committerEric Anholt <eric@anholt.net>
Tue, 22 Nov 2011 21:58:39 +0000 (13:58 -0800)
commit899e6ea8d3cac3f60c60935d59e020094b4b79a7
treefafdd8038c6bd48f2496bd66aa98da5a79bf41af
parentf8b13ba1374bd4369ad85f7f2becec375f0b66ad
i965: Drop intel_context.c's texture format set up for this driver.

This is a no-op change on gen6, but should result in some
actually-unsupported formats on gen4 no longer being chosen (like
RGBA_FLOAT32 now being RGBA_FLOAT16).

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/intel/intel_context.c