intel: Remove duplicate test for texture attachment completeness.
authorEric Anholt <eric@anholt.net>
Tue, 15 Nov 2011 20:49:25 +0000 (12:49 -0800)
committerEric Anholt <eric@anholt.net>
Tue, 22 Nov 2011 21:58:38 +0000 (13:58 -0800)
commit05ab8fc13461aa9d6612d75c899dac20de067da6
tree5ebaac17f41de97541844540e6e66648aeac9fe2
parent925356c8c0b21998a1f53f042269818c19163385
intel: Remove duplicate test for texture attachment completeness.

We are already testing this if appropriate in
intel_validate_framebuffer (FBO completeness), so no need to avoid
attaching the texture to the renderbuffer here.

This causes MESA_FORMAT_R11_G11_B10_FLOAT to now be renderable as a texture
attachment on i965.

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