i965: Delete stale "pre-gen4" comment in texture validation code.
authorKenneth Graunke <kenneth@whitecape.org>
Sat, 1 Feb 2014 09:10:15 +0000 (01:10 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Sat, 2 Aug 2014 12:25:06 +0000 (05:25 -0700)
commit5d9092605288d411dfe457e1197f497cb4c8d065
tree21d5158a630e3fcdcd27585ebfc0cbca349e145e
parent8ccae4fe28999f6353e188d6aa5834d24cc9f378
i965: Delete stale "pre-gen4" comment in texture validation code.

In commit 16060c5adcd4d809f97e874fcde763260c17ac18, Eric changed the
code to not relayout just for baselevel changes - only if the range of
miplevels actually increases.  So this comment is now wrong.

Notably, the i915 version of the code actually does what the comment
says.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/intel_tex_validate.c