intel: Don't relayout the texture on maxlevel change.
authorEric Anholt <eric@anholt.net>
Mon, 10 Jan 2011 22:03:39 +0000 (14:03 -0800)
committerEric Anholt <eric@anholt.net>
Tue, 11 Jan 2011 01:21:11 +0000 (17:21 -0800)
commitbdc6dc1d7e7891ab00a2d08818093d5ecf249920
tree5594038c20dae8cab2756d8246a2c7c700149038
parent48024fb44cbbccd0c688949084ef249d3c1208ab
intel: Don't relayout the texture on maxlevel change.

This avoids relayouts in the common case of glGenerateMipmap() or
people doing similar things.

Bug #30366.
src/mesa/drivers/dri/intel/intel_tex_validate.c