intel: Drop the immediate validation of the texture object in TFP.
authorEric Anholt <eric@anholt.net>
Wed, 21 Sep 2011 22:20:20 +0000 (15:20 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 26 Sep 2011 22:33:42 +0000 (15:33 -0700)
commitabaebcee787eeb8a89bf7a82ed4d1532fcde5e39
tree7c87d2d3927e9ea0c14db3444e6bf6d7bbbf2535
parentd430e81c3287eba4ee84ca1639a23f92bbe22c8e
intel: Drop the immediate validation of the texture object in TFP.

It's totally gratuitous -- the image's miptree will be checked for
binding to the object later, anyway, with zero-copy or blitting as
appropriate.

Tested-by: Kristian Høgsberg <krh@bitplanet.net>
Acked-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/intel/intel_tex_image.c