The code which used this was removed quite a while ago.
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
Reviewed-by: Sinclair Yeh <syeh@vmware.com>
Reviewed-by: Charmaine Lee <charmainel@vmware.com>
}
}
- if (st->default_texture) {
- st->ctx->Driver.DeleteTexture(st->ctx, st->default_texture);
- st->default_texture = NULL;
- }
-
u_upload_destroy(st->uploader);
if (st->indexbuf_uploader) {
u_upload_destroy(st->indexbuf_uploader);
struct st_basic_variant *tep_variant;
struct st_basic_variant *cp_variant;
- struct gl_texture_object *default_texture;
-
struct {
struct pipe_resource *pixelmap_texture;
struct pipe_sampler_view *pixelmap_sampler_view;