From 11606e873d38a320195ab4e23181579f766ae45c Mon Sep 17 00:00:00 2001 From: Alex Deucher Date: Thu, 16 Jul 2009 02:59:36 -0400 Subject: Fix more merge fallout --- src/mesa/drivers/dri/r600/r600_cmdbuf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/drivers/dri/r600') diff --git a/src/mesa/drivers/dri/r600/r600_cmdbuf.c b/src/mesa/drivers/dri/r600/r600_cmdbuf.c index 7bde3360b6..95a311dac7 100644 --- a/src/mesa/drivers/dri/r600/r600_cmdbuf.c +++ b/src/mesa/drivers/dri/r600/r600_cmdbuf.c @@ -521,7 +521,7 @@ static int r600_cs_check_space(struct radeon_cs *cs, struct radeon_cs_space_chec write_domain = bos[i].write_domain; /* pinned bos don't count */ - if (radeon_legacy_bo_is_static(bo)) + if (radeon_bo_is_static(bo)) continue; /* already accounted this bo */ -- cgit v1.2.3