Skip to content
  • Brian Paul's avatar
    st/mesa: remove stImage->base.Face/Level assignments in st_TexImage() · 99fbf7ce
    Brian Paul authored
    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.
    99fbf7ce