diff --git a/src/gallium/drivers/r300/r300_texture.c b/src/gallium/drivers/r300/r300_texture.c index ddb6600..b03e31f 100644 --- a/src/gallium/drivers/r300/r300_texture.c +++ b/src/gallium/drivers/r300/r300_texture.c @@ -1003,8 +1003,9 @@ struct pipe_resource* r300_texture_create(struct pipe_screen* screen, tex->size, util_format_short_name(base->format)); - tex->domain = base->flags & R300_RESOURCE_FLAG_TRANSFER ? R300_DOMAIN_GTT : - R300_DOMAIN_VRAM; + /*tex->domain = base->flags & R300_RESOURCE_FLAG_TRANSFER ? R300_DOMAIN_GTT : + R300_DOMAIN_VRAM;*/ + tex->domain = R300_DOMAIN_VRAM; tex->buffer = rws->buffer_create(rws, 2048, base->bind, tex->domain, tex->size);