gallium: in st_finalize_texture() check texture dimensions
authorBrian Paul <brian.paul@tungstengraphics.com>
Fri, 2 May 2008 16:38:39 +0000 (10:38 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Fri, 2 May 2008 16:38:39 +0000 (10:38 -0600)
commit479d19f5a2bca79104f3b7f94147e94a52a27fea
treee48a5b673a84701c7ff7f1db82ad87e858da8d49
parent3d53d38d5e35386de4793162b9dd32e171927059
gallium: in st_finalize_texture() check texture dimensions

Check dimensions in addition to target, format, etc.
Fixes a bug where we failed to detect a change in texture image sizes and
wound up using the old texture data.
src/mesa/state_tracker/st_cb_texture.c