mesa: smarter glTexParameter state invalidation
authorBrian Paul <brianp@vmware.com>
Sun, 23 Jan 2011 16:10:35 +0000 (09:10 -0700)
committerBrian Paul <brianp@vmware.com>
Sun, 23 Jan 2011 16:50:52 +0000 (09:50 -0700)
commitf4dc24a0b5290b0bbfb254b3bc76d801371dd790
tree45be2c1893d73a674d74ab46058dc8114ca56810
parent91eba2567eab9409d94efc3c1f07a4a3731d0047
mesa: smarter glTexParameter state invalidation

Only a few texture object parameters can effect texture completeness:
min level, max level, minification filter.  Don't mark the texture
incomplete for other texture object state changes.
src/mesa/main/texparam.c