From 20788a908b23362ca2804010f6ac8504894ed32c Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Sat, 8 Oct 2011 01:06:36 +0200 Subject: r300g: remove unused r300_resource::tex_offset --- src/gallium/drivers/r300/r300_context.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/gallium/drivers/r300/r300_context.h') diff --git a/src/gallium/drivers/r300/r300_context.h b/src/gallium/drivers/r300/r300_context.h index d8638fc1764..b89d6ecce17 100644 --- a/src/gallium/drivers/r300/r300_context.h +++ b/src/gallium/drivers/r300/r300_context.h @@ -402,9 +402,6 @@ struct r300_resource /* Only format-independent bits should be filled in. */ struct r300_texture_format_state tx_format; - /* Where the texture starts in the buffer. */ - unsigned tex_offset; - /* This is the level tiling flags were last time set for. * It's used to prevent redundant tiling-flags changes from happening.*/ unsigned surface_level; -- cgit v1.2.3