summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600/r600_pipe.c
diff options
context:
space:
mode:
authorHenri Verbeet <hverbeet@gmail.com>2010-12-24 11:36:50 +0100
committerHenri Verbeet <hverbeet@gmail.com>2010-12-24 11:41:25 +0100
commit878519b73e5ff80df98591f70e6d53d05ed46f2f (patch)
tree0f26872dbcaf975c6320586e0ef76580a0e954b3 /src/gallium/drivers/r600/r600_pipe.c
parenta91a337a7dce11b1904387072e90bdc8b9366638 (diff)
r600g: Get rid of r600_blit_uncompress_depth_ptr.
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 72988b946e..8f6836a573 100644
--- a/src/gallium/drivers/r600/r600_pipe.c
+++ b/src/gallium/drivers/r600/r600_pipe.c
@@ -198,8 +198,6 @@ static struct pipe_context *r600_create_context(struct pipe_screen *screen, void
else
rctx->custom_dsa_flush = evergreen_create_db_flush_dsa(rctx);
- r600_blit_uncompress_depth_ptr = r600_blit_uncompress_depth;
-
return &rctx->context;
}