intel: Fix fbo_firecube regression with FBconfigs change.
authorEric Anholt <eric@anholt.net>
Wed, 4 Feb 2009 18:27:13 +0000 (10:27 -0800)
committerEric Anholt <eric@anholt.net>
Wed, 4 Feb 2009 18:31:04 +0000 (10:31 -0800)
commitb2e09910f65ae2c8c43c0441955aa262a8946ef3
tree38841590dbf9688c129c78ba1d2b3ad29de56e3d
parentc20df0ab4ee63c3257ac5726e4e2829db388ab42
intel: Fix fbo_firecube regression with FBconfigs change.

By selecting a 4444 texture format due to a bad test, we hit the
intel_update_wrapper error path, and despite the appearance of error handling
in it and its callers, the desired behavior (software fallback) doesn't occur.
src/mesa/drivers/dri/intel/intel_tex_format.c