mesa: Avoid explicit invalidation of shine tables.
authorMathias Fröhlich <Mathias.Froehlich@gmx.net>
Wed, 29 Feb 2012 17:19:34 +0000 (18:19 +0100)
committerMathias Fröhlich <Mathias.Froehlich@gmx.net>
Wed, 29 Feb 2012 19:37:07 +0000 (20:37 +0100)
commit703ada1e4586acbbde31d0ea1eb81c5ce1557ca7
tree53bb3c201436e6fb029bd255ef38e954631db40e
parent619baeae3ca5b9f993d1c6ddd9c4c0541e5a4f11
mesa: Avoid explicit invalidation of shine tables.

Since the shine tables are implicitly invalidated by having
a different shininess value than the current one, we can
omit the explicit invalidation of the shine table.

Reviewed-by: Alex Deucher <alexdeucher@gmail.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
Signed-off-by: Mathias Froehlich <Mathias.Froehlich@web.de>
src/mesa/main/light.c