gallium: Reallocate pipe_texture in st_TexImage if the texture object was used.

Fixes problems with interleaved glTexImage and rendering calls.
This commit is contained in:
Michel Dänzer
2008-05-02 16:22:20 +01:00
parent be8a42b4fc
commit d4074c509b
3 changed files with 10 additions and 8 deletions

View File

@@ -90,6 +90,8 @@ update_textures(struct st_context *st)
}
st->state.num_textures = su + 1;
stObj->teximage_realloc = TRUE;
}
pt = st_get_stobj_texture(stObj);