summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2011-12-30 16:39:24 -0700
committerBrian Paul <[email protected]>2011-12-30 16:42:27 -0700
commit99fbf7ce341c346631d11395c792a0589c5035dd (patch)
treed9473bb59090569b7478a52c02e7f1029526be7b /src/gallium/drivers
parentbed4c7ea5ea65ae4d591c5f9fb6d0ab24ba268ee (diff)
st/mesa: remove stImage->base.Face/Level assignments in st_TexImage()
This fixes a regresssion (broken cube maps) caused by the ctx->Driver.TexImage parameter simplification commit. The target var is always GL_TEXTURE_CUBE_MAP at this point so the Face field was always getting set to zero. These field assignments aren't needed anyway since core Mesa sets them.
Diffstat (limited to 'src/gallium/drivers')
0 files changed, 0 insertions, 0 deletions