lima: drop suballocator
[mesa.git] / src / gallium / drivers / lima / lima_texture.c
index 307cf8e2491b3b3355004e61adea955a40a31b38..b5a6103093c81b793d3dffc89108844ae6ec9b23 100644 (file)
@@ -255,7 +255,7 @@ lima_update_textures(struct lima_context *ctx)
    }
 
    uint32_t *descs =
-      lima_ctx_buff_alloc(ctx, lima_ctx_buff_pp_tex_desc, size, true);
+      lima_ctx_buff_alloc(ctx, lima_ctx_buff_pp_tex_desc, size);
 
    off_t offset = lima_tex_list_size;
    for (int i = 0; i < lima_tex->num_samplers; i++) {