From 6e4b05637fa08020a9142b2391166d2c62b54896 Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Sun, 14 Mar 2010 14:32:50 +0100 Subject: r300g: remove pipe_context from r300_screen --- src/gallium/drivers/r300/r300_screen.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/gallium/drivers/r300/r300_screen.h') diff --git a/src/gallium/drivers/r300/r300_screen.h b/src/gallium/drivers/r300/r300_screen.h index 71310b2692..abc1303e12 100644 --- a/src/gallium/drivers/r300/r300_screen.h +++ b/src/gallium/drivers/r300/r300_screen.h @@ -38,10 +38,6 @@ struct r300_screen { struct radeon_winsys* radeon_winsys; - /* XXX This hack will be removed once texture transfers become part of - * pipe_context. */ - struct pipe_context* ctx; - /* Chipset capabilities */ struct r300_capabilities* caps; -- cgit v1.2.3