summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_pipe.c
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2012-07-29 18:53:19 +0200
committerMarek Olšák <[email protected]>2012-08-04 14:05:51 +0200
commit581f7e3101980a4e1068bb75c2eca60bb2071229 (patch)
treecc5da6fb66a7203ca4d905ac02f790452c796f63 /src/gallium/drivers/r600/r600_pipe.c
parent7c371f46958910dd2ca9487c89af1b72bbfdada9 (diff)
r600g: drop the old texture allocation code
Made obsolete by the libdrm surface allocator.
Diffstat (limited to 'src/gallium/drivers/r600/r600_pipe.c')
-rw-r--r--src/gallium/drivers/r600/r600_pipe.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/r600/r600_pipe.c b/src/gallium/drivers/r600/r600_pipe.c
index 17cc8e97e5a..f3556dec7a8 100644
--- a/src/gallium/drivers/r600/r600_pipe.c
+++ b/src/gallium/drivers/r600/r600_pipe.c
@@ -947,8 +947,6 @@ struct pipe_screen *r600_screen_create(struct radeon_winsys *ws)
LIST_INITHEAD(&rscreen->fences.blocks);
pipe_mutex_init(rscreen->fences.mutex);
- rscreen->use_surface_alloc = debug_get_bool_option("R600_SURF", TRUE);
-
rscreen->global_pool = compute_memory_pool_new(rscreen);
return &rscreen->screen;